From 1aec509f00b5952f4f729a43a970eec4f4d35a12 Mon Sep 17 00:00:00 2001 From: Damir Shamanaev Date: Wed, 20 Mar 2024 00:20:41 +0300 Subject: [PATCH] update 1710883240 --- sui/404.html | 16 +++++++++++++++ sui/appendix/glossary.html | 16 +++++++++++++++ sui/basic-syntax/address.html | 16 +++++++++++++++ sui/basic-syntax/assert-and-abort.html | 16 +++++++++++++++ sui/basic-syntax/comments.html | 16 +++++++++++++++ sui/basic-syntax/constants.html | 16 +++++++++++++++ sui/basic-syntax/control-flow.html | 16 +++++++++++++++ sui/basic-syntax/copy-ability.html | 16 +++++++++++++++ sui/basic-syntax/drop-ability.html | 16 +++++++++++++++ sui/basic-syntax/expression.html | 16 +++++++++++++++ sui/basic-syntax/function.html | 16 +++++++++++++++ sui/basic-syntax/generics.html | 16 +++++++++++++++ sui/basic-syntax/importing-modules.html | 16 +++++++++++++++ sui/basic-syntax/index.html | 16 +++++++++++++++ sui/basic-syntax/module.html | 16 +++++++++++++++ sui/basic-syntax/option.html | 16 +++++++++++++++ sui/basic-syntax/ownership-and-scope.html | 16 +++++++++++++++ sui/basic-syntax/primitive-types.html | 16 +++++++++++++++ sui/basic-syntax/references.html | 16 +++++++++++++++ sui/basic-syntax/standard-library.html | 20 +++++++++++++++++-- sui/basic-syntax/string.html | 16 +++++++++++++++ sui/basic-syntax/struct-methods.html | 16 +++++++++++++++ sui/basic-syntax/struct.html | 16 +++++++++++++++ sui/basic-syntax/type-reflection.html | 16 +++++++++++++++ sui/basic-syntax/vector.html | 16 +++++++++++++++ sui/basic-syntax/visibility.html | 16 +++++++++++++++ sui/before-we-begin/ide-support.html | 16 +++++++++++++++ sui/before-we-begin/index.html | 16 +++++++++++++++ sui/before-we-begin/install-sui.html | 16 +++++++++++++++ sui/before-we-begin/move-2024.html | 16 +++++++++++++++ sui/concepts/address.html | 16 +++++++++++++++ sui/concepts/index.html | 16 +++++++++++++++ sui/concepts/manifest.html | 16 +++++++++++++++ sui/concepts/modules.html | 16 +++++++++++++++ sui/concepts/object-model.html | 16 +++++++++++++++ sui/concepts/packages.html | 16 +++++++++++++++ sui/concepts/user-interaction.html | 16 +++++++++++++++ sui/concepts/what-is-a-transaction.html | 16 +++++++++++++++ sui/concepts/what-is-an-account.html | 16 +++++++++++++++ sui/guides/2024-migration-guide.html | 16 +++++++++++++++ sui/guides/better-error-handling.html | 16 +++++++++++++++ sui/guides/building-against-limits.html | 16 +++++++++++++++ sui/guides/index.html | 16 +++++++++++++++ sui/guides/upgradeability-practices.html | 16 +++++++++++++++ sui/hello-sui/hello-sui.html | 16 +++++++++++++++ sui/hello-sui/index.html | 16 +++++++++++++++ sui/hello-sui/module-structure.html | 16 +++++++++++++++ sui/history.html | 16 +++++++++++++++ sui/index.html | 16 +++++++++++++++ sui/introduction.html | 16 +++++++++++++++ sui/object/index.html | 16 +++++++++++++++ sui/print.html | 20 +++++++++++++++++-- sui/programmability/capability.html | 16 +++++++++++++++ sui/programmability/collections.html | 16 +++++++++++++++ sui/programmability/dynamic-fields.html | 16 +++++++++++++++ sui/programmability/epoch-and-time.html | 16 +++++++++++++++ sui/programmability/fast-path.html | 16 +++++++++++++++ sui/programmability/index.html | 16 +++++++++++++++ sui/programmability/testing.html | 16 +++++++++++++++ sui/programmability/transaction-context.html | 16 +++++++++++++++ .../witness-and-abstract-implementation.html | 16 +++++++++++++++ sui/searchindex.js | 2 +- sui/searchindex.json | 2 +- sui/your-first-move/adding-tests.html | 16 +++++++++++++++ sui/your-first-move/debugging.html | 16 +++++++++++++++ sui/your-first-move/generating-docs.html | 16 +++++++++++++++ sui/your-first-move/hello-world.html | 16 +++++++++++++++ sui/your-first-move/index.html | 16 +++++++++++++++ 68 files changed, 1062 insertions(+), 6 deletions(-) diff --git a/sui/404.html b/sui/404.html index 152c827a..62301ed8 100644 --- a/sui/404.html +++ b/sui/404.html @@ -198,6 +198,22 @@

+ + diff --git a/sui/appendix/glossary.html b/sui/appendix/glossary.html index 09385522..f326fbb2 100644 --- a/sui/appendix/glossary.html +++ b/sui/appendix/glossary.html @@ -213,6 +213,22 @@

Abilities

+ + diff --git a/sui/basic-syntax/address.html b/sui/basic-syntax/address.html index a494b1f4..636e4ea1 100644 --- a/sui/basic-syntax/address.html +++ b/sui/basic-syntax/address.html @@ -254,6 +254,22 @@

Conversion

+ + diff --git a/sui/basic-syntax/assert-and-abort.html b/sui/basic-syntax/assert-and-abort.html index dcfc71d5..7d3f2595 100644 --- a/sui/basic-syntax/assert-and-abort.html +++ b/sui/basic-syntax/assert-and-abort.html @@ -268,6 +268,22 @@

Further readi + + diff --git a/sui/basic-syntax/comments.html b/sui/basic-syntax/comments.html index c6f261ea..d7a1065d 100644 --- a/sui/basic-syntax/comments.html +++ b/sui/basic-syntax/comments.html @@ -276,6 +276,22 @@

Doc comment

+ + diff --git a/sui/basic-syntax/constants.html b/sui/basic-syntax/constants.html index db9b9ca4..6b8f1a1f 100644 --- a/sui/basic-syntax/constants.html +++ b/sui/basic-syntax/constants.html @@ -261,6 +261,22 @@

diff --git a/sui/basic-syntax/control-flow.html b/sui/basic-syntax/control-flow.html index 3cf1f357..4d18fb14 100644 --- a/sui/basic-syntax/control-flow.html +++ b/sui/basic-syntax/control-flow.html @@ -416,6 +416,22 @@

Early Return + + diff --git a/sui/basic-syntax/copy-ability.html b/sui/basic-syntax/copy-ability.html index f279cfea..6e72e9f0 100644 --- a/sui/basic-syntax/copy-ability.html +++ b/sui/basic-syntax/copy-ability.html @@ -223,6 +223,22 @@

Copying and + + diff --git a/sui/basic-syntax/drop-ability.html b/sui/basic-syntax/drop-ability.html index 7dd52fda..65758271 100644 --- a/sui/basic-syntax/drop-ability.html +++ b/sui/basic-syntax/drop-ability.html @@ -271,6 +271,22 @@

Drop ability + + diff --git a/sui/basic-syntax/expression.html b/sui/basic-syntax/expression.html index b2f5d021..4a8c196d 100644 --- a/sui/basic-syntax/expression.html +++ b/sui/basic-syntax/expression.html @@ -287,6 +287,22 @@

diff --git a/sui/basic-syntax/function.html b/sui/basic-syntax/function.html index a21da84b..2e95270a 100644 --- a/sui/basic-syntax/function.html +++ b/sui/basic-syntax/function.html @@ -266,6 +266,22 @@

+ + diff --git a/sui/basic-syntax/generics.html b/sui/basic-syntax/generics.html index d109ab82..8eb6f8f2 100644 --- a/sui/basic-syntax/generics.html +++ b/sui/basic-syntax/generics.html @@ -358,6 +358,22 @@

Further Readi + + diff --git a/sui/basic-syntax/importing-modules.html b/sui/basic-syntax/importing-modules.html index 2f3c0b43..7f85d972 100644 --- a/sui/basic-syntax/importing-modules.html +++ b/sui/basic-syntax/importing-modules.html @@ -313,6 +313,22 @@

diff --git a/sui/basic-syntax/index.html b/sui/basic-syntax/index.html index b95626a1..b375d7f6 100644 --- a/sui/basic-syntax/index.html +++ b/sui/basic-syntax/index.html @@ -349,6 +349,22 @@

Basic Syntax + + diff --git a/sui/basic-syntax/module.html b/sui/basic-syntax/module.html index 06eba355..90aad215 100644 --- a/sui/basic-syntax/module.html +++ b/sui/basic-syntax/module.html @@ -290,6 +290,22 @@

Address block + + diff --git a/sui/basic-syntax/option.html b/sui/basic-syntax/option.html index 388f8c1b..b80508a0 100644 --- a/sui/basic-syntax/option.html +++ b/sui/basic-syntax/option.html @@ -260,6 +260,22 @@

Using Option + + diff --git a/sui/basic-syntax/ownership-and-scope.html b/sui/basic-syntax/ownership-and-scope.html index b16a7313..f751384b 100644 --- a/sui/basic-syntax/ownership-and-scope.html +++ b/sui/basic-syntax/ownership-and-scope.html @@ -296,6 +296,22 @@

Copyable Types< + + diff --git a/sui/basic-syntax/primitive-types.html b/sui/basic-syntax/primitive-types.html index ffab375e..ea0bdbc9 100644 --- a/sui/basic-syntax/primitive-types.html +++ b/sui/basic-syntax/primitive-types.html @@ -297,6 +297,22 @@

Overflow

+ + diff --git a/sui/basic-syntax/references.html b/sui/basic-syntax/references.html index 3964e557..a3751794 100644 --- a/sui/basic-syntax/references.html +++ b/sui/basic-syntax/references.html @@ -325,6 +325,22 @@

Full Example + + diff --git a/sui/basic-syntax/standard-library.html b/sui/basic-syntax/standard-library.html index c545108b..8beea500 100644 --- a/sui/basic-syntax/standard-library.html +++ b/sui/basic-syntax/standard-library.html @@ -179,9 +179,9 @@

The Move Book

Standard Library

-

The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which does utilize the storage model, and operates on native types. It is the only dependency of the Sui Framework, and is imported together with it.

+

The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which do not interact with the storage, but provide basic tools for working and manipulating the data. It is the only dependency of the Sui Framework, and is imported together with it.

Most Common Modules

-

In this book we go into detail about most of the modules in the standard library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements that.

+

In this book we go into detail about most of the modules in the Standard Library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements it.

@@ -239,6 +239,22 @@

diff --git a/sui/basic-syntax/string.html b/sui/basic-syntax/string.html index 47ad0ce2..26bfe3de 100644 --- a/sui/basic-syntax/string.html +++ b/sui/basic-syntax/string.html @@ -298,6 +298,22 @@

Summary

+ + diff --git a/sui/basic-syntax/struct-methods.html b/sui/basic-syntax/struct-methods.html index f87cc85c..5e4bb0cf 100644 --- a/sui/basic-syntax/struct-methods.html +++ b/sui/basic-syntax/struct-methods.html @@ -325,6 +325,22 @@

diff --git a/sui/basic-syntax/struct.html b/sui/basic-syntax/struct.html index e0b49308..223b0356 100644 --- a/sui/basic-syntax/struct.html +++ b/sui/basic-syntax/struct.html @@ -270,6 +270,22 @@

Unpacki + + diff --git a/sui/basic-syntax/type-reflection.html b/sui/basic-syntax/type-reflection.html index 148e365c..c2c3b03a 100644 --- a/sui/basic-syntax/type-reflection.html +++ b/sui/basic-syntax/type-reflection.html @@ -248,6 +248,22 @@

Further readi + + diff --git a/sui/basic-syntax/vector.html b/sui/basic-syntax/vector.html index ff72846d..7d7f5710 100644 --- a/sui/basic-syntax/vector.html +++ b/sui/basic-syntax/vector.html @@ -258,6 +258,22 @@

diff --git a/sui/basic-syntax/visibility.html b/sui/basic-syntax/visibility.html index f5378c7f..02d23491 100644 --- a/sui/basic-syntax/visibility.html +++ b/sui/basic-syntax/visibility.html @@ -287,6 +287,22 @@

Package + + diff --git a/sui/before-we-begin/ide-support.html b/sui/before-we-begin/ide-support.html index 6f1e4b88..9165419a 100644 --- a/sui/before-we-begin/ide-support.html +++ b/sui/before-we-begin/ide-support.html @@ -234,6 +234,22 @@

Github Co + + diff --git a/sui/before-we-begin/index.html b/sui/before-we-begin/index.html index 0ba01ac6..db29b5b8 100644 --- a/sui/before-we-begin/index.html +++ b/sui/before-we-begin/index.html @@ -209,6 +209,22 @@

Before we beg + + diff --git a/sui/before-we-begin/install-sui.html b/sui/before-we-begin/install-sui.html index 1d4d97d1..303f6cf8 100644 --- a/sui/before-we-begin/install-sui.html +++ b/sui/before-we-begin/install-sui.html @@ -221,6 +221,22 @@

Troubleshooti + + diff --git a/sui/before-we-begin/move-2024.html b/sui/before-we-begin/move-2024.html index 0ce5fe0c..eb79d0ae 100644 --- a/sui/before-we-begin/move-2024.html +++ b/sui/before-we-begin/move-2024.html @@ -210,6 +210,22 @@

Move 2024

+ + diff --git a/sui/concepts/address.html b/sui/concepts/address.html index 4521a5da..01876262 100644 --- a/sui/concepts/address.html +++ b/sui/concepts/address.html @@ -251,6 +251,22 @@

Further readi + + diff --git a/sui/concepts/index.html b/sui/concepts/index.html index 09ad1d58..51df4523 100644 --- a/sui/concepts/index.html +++ b/sui/concepts/index.html @@ -209,6 +209,22 @@

Concepts

+ + diff --git a/sui/concepts/manifest.html b/sui/concepts/manifest.html index ed48470f..5419bec5 100644 --- a/sui/concepts/manifest.html +++ b/sui/concepts/manifest.html @@ -274,6 +274,22 @@

+ + diff --git a/sui/concepts/modules.html b/sui/concepts/modules.html index fc10f859..55a15155 100644 --- a/sui/concepts/modules.html +++ b/sui/concepts/modules.html @@ -222,6 +222,22 @@

Module

+ + diff --git a/sui/concepts/object-model.html b/sui/concepts/object-model.html index 003785c3..b0c3e964 100644 --- a/sui/concepts/object-model.html +++ b/sui/concepts/object-model.html @@ -243,6 +243,22 @@

Object Model + + diff --git a/sui/concepts/packages.html b/sui/concepts/packages.html index 16a338fc..2ba29a8f 100644 --- a/sui/concepts/packages.html +++ b/sui/concepts/packages.html @@ -262,6 +262,22 @@

+ + diff --git a/sui/concepts/user-interaction.html b/sui/concepts/user-interaction.html index f064fb24..2dc45d31 100644 --- a/sui/concepts/user-interaction.html +++ b/sui/concepts/user-interaction.html @@ -213,6 +213,22 @@

diff --git a/sui/concepts/what-is-a-transaction.html b/sui/concepts/what-is-a-transaction.html index 4d0576e7..cdb4ca0c 100644 --- a/sui/concepts/what-is-a-transaction.html +++ b/sui/concepts/what-is-a-transaction.html @@ -228,6 +228,22 @@

T + + diff --git a/sui/concepts/what-is-an-account.html b/sui/concepts/what-is-an-account.html index 4ecdc5b5..8bf37bfc 100644 --- a/sui/concepts/what-is-an-account.html +++ b/sui/concepts/what-is-an-account.html @@ -223,6 +223,22 @@

Account

+ + diff --git a/sui/guides/2024-migration-guide.html b/sui/guides/2024-migration-guide.html index af78a530..ffc05e56 100644 --- a/sui/guides/2024-migration-guide.html +++ b/sui/guides/2024-migration-guide.html @@ -257,6 +257,22 @@

Macros

+ + diff --git a/sui/guides/better-error-handling.html b/sui/guides/better-error-handling.html index 52714aee..ada125fb 100644 --- a/sui/guides/better-error-handling.html +++ b/sui/guides/better-error-handling.html @@ -312,6 +312,22 @@

diff --git a/sui/guides/building-against-limits.html b/sui/guides/building-against-limits.html index d33a4980..ade46e66 100644 --- a/sui/guides/building-against-limits.html +++ b/sui/guides/building-against-limits.html @@ -220,6 +220,22 @@

diff --git a/sui/guides/index.html b/sui/guides/index.html index 00d1b035..2dc5328d 100644 --- a/sui/guides/index.html +++ b/sui/guides/index.html @@ -209,6 +209,22 @@

Guides

+ + diff --git a/sui/guides/upgradeability-practices.html b/sui/guides/upgradeability-practices.html index 039cdcc8..00f93af0 100644 --- a/sui/guides/upgradeability-practices.html +++ b/sui/guides/upgradeability-practices.html @@ -289,6 +289,22 @@

Mod + + diff --git a/sui/hello-sui/hello-sui.html b/sui/hello-sui/hello-sui.html index 2f7b2ca7..a7fc8cb4 100644 --- a/sui/hello-sui/hello-sui.html +++ b/sui/hello-sui/hello-sui.html @@ -280,6 +280,22 @@

Next steps

+ + diff --git a/sui/hello-sui/index.html b/sui/hello-sui/index.html index 46b2774a..03d441ac 100644 --- a/sui/hello-sui/index.html +++ b/sui/hello-sui/index.html @@ -218,6 +218,22 @@

Your Fi + + diff --git a/sui/hello-sui/module-structure.html b/sui/hello-sui/module-structure.html index c435be5d..02fcb4ba 100644 --- a/sui/hello-sui/module-structure.html +++ b/sui/hello-sui/module-structure.html @@ -265,6 +265,22 @@

Next steps

+ + diff --git a/sui/history.html b/sui/history.html index 11899788..6ecff992 100644 --- a/sui/history.html +++ b/sui/history.html @@ -222,6 +222,22 @@

History

+ + diff --git a/sui/index.html b/sui/index.html index 8587d1f9..bd6236f7 100644 --- a/sui/index.html +++ b/sui/index.html @@ -203,6 +203,22 @@

The Move Book + + diff --git a/sui/introduction.html b/sui/introduction.html index 8587d1f9..bd6236f7 100644 --- a/sui/introduction.html +++ b/sui/introduction.html @@ -203,6 +203,22 @@

The Move Book + + diff --git a/sui/object/index.html b/sui/object/index.html index 3a858178..14db9548 100644 --- a/sui/object/index.html +++ b/sui/object/index.html @@ -220,6 +220,22 @@

diff --git a/sui/print.html b/sui/print.html index 50e94629..d2488285 100644 --- a/sui/print.html +++ b/sui/print.html @@ -1703,9 +1703,9 @@

Standard Library

-

The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which does utilize the storage model, and operates on native types. It is the only dependency of the Sui Framework, and is imported together with it.

+

The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which do not interact with the storage, but provide basic tools for working and manipulating the data. It is the only dependency of the Sui Framework, and is imported together with it.

Most Common Modules

-

In this book we go into detail about most of the modules in the standard library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements that.

+

In this book we go into detail about most of the modules in the Standard Library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements it.

ModuleDescriptionChapter
@@ -3584,6 +3584,22 @@

Abilities

+ + diff --git a/sui/programmability/capability.html b/sui/programmability/capability.html index 721e9d4b..56c9205d 100644 --- a/sui/programmability/capability.html +++ b/sui/programmability/capability.html @@ -236,6 +236,22 @@

diff --git a/sui/programmability/collections.html b/sui/programmability/collections.html index 98420e03..f7aced46 100644 --- a/sui/programmability/collections.html +++ b/sui/programmability/collections.html @@ -265,6 +265,22 @@

VecMap

+ + diff --git a/sui/programmability/dynamic-fields.html b/sui/programmability/dynamic-fields.html index 2a2ecc95..aad6bd4f 100644 --- a/sui/programmability/dynamic-fields.html +++ b/sui/programmability/dynamic-fields.html @@ -245,6 +245,22 @@

Applications + + diff --git a/sui/programmability/epoch-and-time.html b/sui/programmability/epoch-and-time.html index 76f75090..fbfa8057 100644 --- a/sui/programmability/epoch-and-time.html +++ b/sui/programmability/epoch-and-time.html @@ -254,6 +254,22 @@

Testing

+ + diff --git a/sui/programmability/fast-path.html b/sui/programmability/fast-path.html index 0509c6d0..20965168 100644 --- a/sui/programmability/fast-path.html +++ b/sui/programmability/fast-path.html @@ -258,6 +258,22 @@

Special + + diff --git a/sui/programmability/index.html b/sui/programmability/index.html index de113c9e..0e58bbca 100644 --- a/sui/programmability/index.html +++ b/sui/programmability/index.html @@ -210,6 +210,22 @@

diff --git a/sui/programmability/testing.html b/sui/programmability/testing.html index 81f31591..08599819 100644 --- a/sui/programmability/testing.html +++ b/sui/programmability/testing.html @@ -266,6 +266,22 @@

diff --git a/sui/programmability/transaction-context.html b/sui/programmability/transaction-context.html index 23707f42..69caa5fd 100644 --- a/sui/programmability/transaction-context.html +++ b/sui/programmability/transaction-context.html @@ -260,6 +260,22 @@

diff --git a/sui/programmability/witness-and-abstract-implementation.html b/sui/programmability/witness-and-abstract-implementation.html index 9f3f97db..431f69f7 100644 --- a/sui/programmability/witness-and-abstract-implementation.html +++ b/sui/programmability/witness-and-abstract-implementation.html @@ -234,6 +234,22 @@

+ + diff --git a/sui/searchindex.js b/sui/searchindex.js index af365844..874db38a 100644 --- a/sui/searchindex.js +++ b/sui/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["introduction.html#the-move-book","history.html#history","before-we-begin/index.html#before-we-begin","before-we-begin/install-sui.html#install-sui","before-we-begin/install-sui.html#download-binary","before-we-begin/install-sui.html#install-using-homebrew-macos","before-we-begin/install-sui.html#build-using-cargo-macos-linux","before-we-begin/install-sui.html#troubleshooting","before-we-begin/ide-support.html#set-up-your-ide","before-we-begin/ide-support.html#vscode","before-we-begin/ide-support.html#intellij-idea","before-we-begin/ide-support.html#emacs","before-we-begin/ide-support.html#github-codespaces","before-we-begin/move-2024.html#move-2024","your-first-move/index.html#your-first-move","your-first-move/hello-world.html#hello-world","your-first-move/hello-world.html#initialize-a-project","your-first-move/hello-world.html#create-a-module","your-first-move/hello-world.html#dive-into-the-code","your-first-move/hello-world.html#compile-the-package","your-first-move/adding-tests.html#adding-tests","your-first-move/adding-tests.html#your-first-test","your-first-move/adding-tests.html#failed-experiment","your-first-move/debugging.html#debugging","your-first-move/debugging.html#new-import","your-first-move/debugging.html#correct-usage","your-first-move/debugging.html#hint","your-first-move/generating-docs.html#generating-documentation","your-first-move/generating-docs.html#adding-documentation-comments","your-first-move/generating-docs.html#generating-documentation-1","concepts/index.html#concepts","concepts/packages.html#packages","concepts/packages.html#package-structure","concepts/packages.html#published-package","concepts/packages.html#links","concepts/manifest.html#package-manifest","concepts/manifest.html#sections","concepts/manifest.html#package","concepts/manifest.html#dependencies","concepts/manifest.html#resolving-version-conflicts-with-override","concepts/manifest.html#dev-dependencies","concepts/manifest.html#addresses","concepts/manifest.html#dev-addresses","concepts/manifest.html#toml-styles","concepts/manifest.html#links","concepts/address.html#addresses","concepts/address.html#further-reading","concepts/modules.html#module","concepts/user-interaction.html#interacting-with-a-package","concepts/what-is-an-account.html#account","concepts/what-is-a-transaction.html#transaction","concepts/what-is-a-transaction.html#transaction-structure","concepts/object-model.html#object-model","hello-sui/index.html#your-first-sui-app","hello-sui/hello-sui.html#hello-sui","hello-sui/hello-sui.html#create-a-new-sui-package","hello-sui/hello-sui.html#implement-the-postcard-application","hello-sui/hello-sui.html#next-steps","hello-sui/module-structure.html#using-objects","hello-sui/module-structure.html#module","hello-sui/module-structure.html#imports","hello-sui/module-structure.html#postcard-is-an-object","hello-sui/module-structure.html#creating-an-object","hello-sui/module-structure.html#sending-a-postcard","hello-sui/module-structure.html#keeping-the-object","hello-sui/module-structure.html#updating-the-object","hello-sui/module-structure.html#next-steps","basic-syntax/index.html#basic-syntax","basic-syntax/module.html#module","basic-syntax/module.html#module-declaration","basic-syntax/module.html#address--named-address","basic-syntax/module.html#module-members","basic-syntax/module.html#address-block","basic-syntax/comments.html#comments","basic-syntax/comments.html#line-comment","basic-syntax/comments.html#block-comment","basic-syntax/comments.html#doc-comment","basic-syntax/primitive-types.html#primitive-types","basic-syntax/primitive-types.html#variables-and-assignment","basic-syntax/primitive-types.html#booleans","basic-syntax/primitive-types.html#integer-types","basic-syntax/primitive-types.html#operations","basic-syntax/primitive-types.html#casting-with-as","basic-syntax/primitive-types.html#overflow","basic-syntax/address.html#address-type","basic-syntax/address.html#conversion","basic-syntax/expression.html#expression","basic-syntax/expression.html#literals","basic-syntax/expression.html#operators","basic-syntax/expression.html#blocks","basic-syntax/expression.html#function-calls","basic-syntax/expression.html#control-flow-expressions","basic-syntax/struct.html#custom-types-with-struct","basic-syntax/struct.html#struct","basic-syntax/struct.html#create-and-use-an-instance","basic-syntax/struct.html#unpacking-a-struct","basic-syntax/drop-ability.html#abilities-drop","basic-syntax/drop-ability.html#abilities-syntax","basic-syntax/drop-ability.html#no-abilities","basic-syntax/drop-ability.html#drop-ability","basic-syntax/importing-modules.html#importing-modules","basic-syntax/importing-modules.html#importing-a-module","basic-syntax/importing-modules.html#importing-members","basic-syntax/importing-modules.html#grouping-imports","basic-syntax/importing-modules.html#resolving-name-conflicts","basic-syntax/importing-modules.html#adding-an-external-dependency","basic-syntax/importing-modules.html#importing-a-module-from-another-package","basic-syntax/standard-library.html#standard-library","basic-syntax/standard-library.html#most-common-modules","basic-syntax/standard-library.html#implicit-imports","basic-syntax/standard-library.html#importing-std-without-sui-framework","basic-syntax/vector.html#vector","basic-syntax/vector.html#vector-syntax","basic-syntax/vector.html#vector-operations","basic-syntax/vector.html#destroying-a-vector-of-non-droppable-types","basic-syntax/option.html#option","basic-syntax/option.html#in-practice","basic-syntax/option.html#using-option","basic-syntax/string.html#string","basic-syntax/string.html#bytestring-literal","basic-syntax/string.html#strings-are-bytes","basic-syntax/string.html#working-with-utf-8-strings","basic-syntax/string.html#safe-utf-8-operations","basic-syntax/string.html#ascii-strings","basic-syntax/string.html#summary","basic-syntax/control-flow.html#control-flow","basic-syntax/control-flow.html#conditional-statements","basic-syntax/control-flow.html#repeating-statements-with-loops","basic-syntax/control-flow.html#the-while-loop","basic-syntax/control-flow.html#infinite-loop","basic-syntax/control-flow.html#exiting-a-loop-early","basic-syntax/control-flow.html#skipping-an-iteration","basic-syntax/control-flow.html#early-return","basic-syntax/constants.html#constants","basic-syntax/constants.html#naming-convention","basic-syntax/constants.html#constants-are-immutable","basic-syntax/assert-and-abort.html#assert-and-abort","basic-syntax/assert-and-abort.html#abort","basic-syntax/assert-and-abort.html#assert","basic-syntax/assert-and-abort.html#error-constants","basic-syntax/assert-and-abort.html#further-reading","basic-syntax/function.html#function","basic-syntax/function.html#function-declaration","basic-syntax/function.html#accessing-functions","basic-syntax/function.html#multiple-return-values","basic-syntax/struct-methods.html#struct-methods","basic-syntax/struct-methods.html#method-syntax","basic-syntax/struct-methods.html#method-aliases","basic-syntax/struct-methods.html#aliasing-an-external-modules-method","basic-syntax/visibility.html#visibility-modifiers","basic-syntax/visibility.html#internal-visibility","basic-syntax/visibility.html#public-visibility","basic-syntax/visibility.html#friend-visibility","basic-syntax/visibility.html#package-visibility","basic-syntax/ownership-and-scope.html#ownership-and-scope","basic-syntax/ownership-and-scope.html#ownership","basic-syntax/ownership-and-scope.html#returning-a-value","basic-syntax/ownership-and-scope.html#passing-by-value","basic-syntax/ownership-and-scope.html#scopes-with-blocks","basic-syntax/ownership-and-scope.html#copyable-types","basic-syntax/copy-ability.html#abilities-copy","basic-syntax/copy-ability.html#copying-and-drop","basic-syntax/references.html#references","basic-syntax/references.html#layout","basic-syntax/references.html#reference","basic-syntax/references.html#mutable-reference","basic-syntax/references.html#passing-by-value","basic-syntax/references.html#full-example","basic-syntax/generics.html#generics","basic-syntax/generics.html#in-the-standard-library","basic-syntax/generics.html#generic-syntax","basic-syntax/generics.html#multiple-type-parameters","basic-syntax/generics.html#why-generics","basic-syntax/generics.html#phantom-type-parameters","basic-syntax/generics.html#constraints-on-type-parameters","basic-syntax/generics.html#further-reading","basic-syntax/type-reflection.html#type-reflection","basic-syntax/type-reflection.html#in-practice","basic-syntax/type-reflection.html#further-reading","programmability/testing.html#testing","programmability/testing.html#the-test-attribute","programmability/testing.html#running-tests","programmability/testing.html#utilities-with-test_only","object/index.html#it-starts-with-an-object","programmability/index.html#advanced-programmability","programmability/transaction-context.html#transaction-context","programmability/transaction-context.html#reading-the-transaction-context","programmability/transaction-context.html#mutability","programmability/transaction-context.html#generating-unique-addresses","programmability/capability.html#pattern-capability","programmability/capability.html#capability-is-an-object","programmability/fast-path.html#fast-path","programmability/fast-path.html#frozen-objects","programmability/fast-path.html#in-practice","programmability/fast-path.html#special-case-clock","programmability/collections.html#collections","programmability/collections.html#vecset","programmability/collections.html#vecmap","programmability/dynamic-fields.html#dynamic-fields","programmability/dynamic-fields.html#structure","programmability/dynamic-fields.html#usage","programmability/dynamic-fields.html#dynamic-object-fields","programmability/dynamic-fields.html#custom-fields-for-keys","programmability/dynamic-fields.html#applications","programmability/epoch-and-time.html#epoch-and-time","programmability/epoch-and-time.html#epoch","programmability/epoch-and-time.html#time","programmability/epoch-and-time.html#testing","programmability/witness-and-abstract-implementation.html#abstract-class","programmability/witness-and-abstract-implementation.html#generic-struct","programmability/witness-and-abstract-implementation.html#common-methods","programmability/witness-and-abstract-implementation.html#witness-gated-functions","programmability/witness-and-abstract-implementation.html#differences-from-oop","programmability/witness-and-abstract-implementation.html#usage-in-sui-framework","guides/index.html#guides","guides/2024-migration-guide.html#move-2024-migration-guide","guides/2024-migration-guide.html#using-the-new-edition","guides/2024-migration-guide.html#struct-visibility","guides/2024-migration-guide.html#struct-methods","guides/2024-migration-guide.html#borrowing-operator","guides/2024-migration-guide.html#method-aliases","guides/2024-migration-guide.html#macros","guides/upgradeability-practices.html#upgradability-practices","guides/upgradeability-practices.html#using-entry-and-friend-functions","guides/upgradeability-practices.html#versioning-objects","guides/upgradeability-practices.html#versioning-configuration-with-dynamic-fields","guides/upgradeability-practices.html#modular-architecture","guides/building-against-limits.html#building-against-limits","guides/building-against-limits.html#transaction-size","guides/building-against-limits.html#object-size","guides/building-against-limits.html#single-pure-argument-size","guides/building-against-limits.html#maximum-number-of-objects-created","guides/building-against-limits.html#maximum-number-of-events","guides/better-error-handling.html#better-error-handling","guides/better-error-handling.html#rule-1-handle-all-possible-scenarios","guides/better-error-handling.html#rule-2-abort-with-different-codes","guides/better-error-handling.html#rule-3-return-bool-instead-of-assert","appendix/glossary.html#glossary","appendix/glossary.html#abilities"],"index":{"documentStore":{"docInfo":{"0":{"body":19,"breadcrumbs":3,"title":2},"1":{"body":20,"breadcrumbs":2,"title":1},"10":{"body":16,"breadcrumbs":7,"title":2},"100":{"body":30,"breadcrumbs":6,"title":2},"101":{"body":63,"breadcrumbs":6,"title":2},"102":{"body":46,"breadcrumbs":6,"title":2},"103":{"body":109,"breadcrumbs":6,"title":2},"104":{"body":60,"breadcrumbs":7,"title":3},"105":{"body":87,"breadcrumbs":7,"title":3},"106":{"body":71,"breadcrumbs":8,"title":4},"107":{"body":22,"breadcrumbs":6,"title":2},"108":{"body":81,"breadcrumbs":6,"title":2},"109":{"body":16,"breadcrumbs":6,"title":2},"11":{"body":13,"breadcrumbs":6,"title":1},"110":{"body":28,"breadcrumbs":9,"title":5},"111":{"body":18,"breadcrumbs":4,"title":1},"112":{"body":78,"breadcrumbs":5,"title":2},"113":{"body":51,"breadcrumbs":5,"title":2},"114":{"body":50,"breadcrumbs":8,"title":5},"115":{"body":92,"breadcrumbs":4,"title":1},"116":{"body":113,"breadcrumbs":4,"title":1},"117":{"body":56,"breadcrumbs":5,"title":2},"118":{"body":38,"breadcrumbs":4,"title":1},"119":{"body":6,"breadcrumbs":5,"title":2},"12":{"body":19,"breadcrumbs":7,"title":2},"120":{"body":72,"breadcrumbs":5,"title":2},"121":{"body":60,"breadcrumbs":7,"title":4},"122":{"body":76,"breadcrumbs":7,"title":4},"123":{"body":36,"breadcrumbs":5,"title":2},"124":{"body":2,"breadcrumbs":4,"title":1},"125":{"body":48,"breadcrumbs":6,"title":2},"126":{"body":131,"breadcrumbs":6,"title":2},"127":{"body":58,"breadcrumbs":7,"title":3},"128":{"body":106,"breadcrumbs":5,"title":1},"129":{"body":98,"breadcrumbs":6,"title":2},"13":{"body":31,"breadcrumbs":6,"title":2},"130":{"body":99,"breadcrumbs":7,"title":3},"131":{"body":85,"breadcrumbs":6,"title":2},"132":{"body":89,"breadcrumbs":6,"title":2},"133":{"body":66,"breadcrumbs":4,"title":1},"134":{"body":25,"breadcrumbs":5,"title":2},"135":{"body":23,"breadcrumbs":5,"title":2},"136":{"body":0,"breadcrumbs":6,"title":2},"137":{"body":43,"breadcrumbs":5,"title":1},"138":{"body":41,"breadcrumbs":5,"title":1},"139":{"body":69,"breadcrumbs":6,"title":2},"14":{"body":69,"breadcrumbs":4,"title":2},"140":{"body":12,"breadcrumbs":6,"title":2},"141":{"body":98,"breadcrumbs":4,"title":1},"142":{"body":56,"breadcrumbs":5,"title":2},"143":{"body":40,"breadcrumbs":5,"title":2},"144":{"body":87,"breadcrumbs":6,"title":3},"145":{"body":23,"breadcrumbs":6,"title":2},"146":{"body":112,"breadcrumbs":6,"title":2},"147":{"body":191,"breadcrumbs":6,"title":2},"148":{"body":91,"breadcrumbs":8,"title":4},"149":{"body":35,"breadcrumbs":6,"title":2},"15":{"body":14,"breadcrumbs":6,"title":2},"150":{"body":41,"breadcrumbs":6,"title":2},"151":{"body":38,"breadcrumbs":6,"title":2},"152":{"body":55,"breadcrumbs":6,"title":2},"153":{"body":45,"breadcrumbs":6,"title":2},"154":{"body":25,"breadcrumbs":6,"title":2},"155":{"body":58,"breadcrumbs":5,"title":1},"156":{"body":29,"breadcrumbs":6,"title":2},"157":{"body":43,"breadcrumbs":6,"title":2},"158":{"body":98,"breadcrumbs":6,"title":2},"159":{"body":31,"breadcrumbs":6,"title":2},"16":{"body":102,"breadcrumbs":6,"title":2},"160":{"body":92,"breadcrumbs":6,"title":2},"161":{"body":49,"breadcrumbs":6,"title":2},"162":{"body":92,"breadcrumbs":4,"title":1},"163":{"body":62,"breadcrumbs":4,"title":1},"164":{"body":79,"breadcrumbs":4,"title":1},"165":{"body":49,"breadcrumbs":5,"title":2},"166":{"body":51,"breadcrumbs":5,"title":2},"167":{"body":43,"breadcrumbs":5,"title":2},"168":{"body":30,"breadcrumbs":4,"title":1},"169":{"body":21,"breadcrumbs":5,"title":2},"17":{"body":70,"breadcrumbs":6,"title":2},"170":{"body":127,"breadcrumbs":5,"title":2},"171":{"body":202,"breadcrumbs":6,"title":3},"172":{"body":102,"breadcrumbs":4,"title":1},"173":{"body":129,"breadcrumbs":6,"title":3},"174":{"body":92,"breadcrumbs":6,"title":3},"175":{"body":0,"breadcrumbs":5,"title":2},"176":{"body":49,"breadcrumbs":6,"title":2},"177":{"body":75,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":6,"title":2},"179":{"body":19,"breadcrumbs":4,"title":1},"18":{"body":115,"breadcrumbs":6,"title":2},"180":{"body":69,"breadcrumbs":5,"title":2},"181":{"body":43,"breadcrumbs":5,"title":2},"182":{"body":91,"breadcrumbs":5,"title":2},"183":{"body":162,"breadcrumbs":4,"title":2},"184":{"body":43,"breadcrumbs":4,"title":2},"185":{"body":121,"breadcrumbs":6,"title":2},"186":{"body":28,"breadcrumbs":7,"title":3},"187":{"body":47,"breadcrumbs":5,"title":1},"188":{"body":57,"breadcrumbs":7,"title":3},"189":{"body":40,"breadcrumbs":6,"title":2},"19":{"body":40,"breadcrumbs":6,"title":2},"190":{"body":83,"breadcrumbs":6,"title":2},"191":{"body":110,"breadcrumbs":6,"title":2},"192":{"body":23,"breadcrumbs":6,"title":2},"193":{"body":117,"breadcrumbs":5,"title":1},"194":{"body":24,"breadcrumbs":7,"title":3},"195":{"body":28,"breadcrumbs":4,"title":1},"196":{"body":76,"breadcrumbs":4,"title":1},"197":{"body":102,"breadcrumbs":4,"title":1},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":24,"breadcrumbs":5,"title":1},"2":{"body":22,"breadcrumbs":4,"title":2},"20":{"body":90,"breadcrumbs":6,"title":2},"200":{"body":24,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":7,"title":3},"202":{"body":5,"breadcrumbs":7,"title":3},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":28,"breadcrumbs":6,"title":2},"205":{"body":74,"breadcrumbs":5,"title":1},"206":{"body":143,"breadcrumbs":5,"title":1},"207":{"body":4,"breadcrumbs":5,"title":1},"208":{"body":73,"breadcrumbs":7,"title":2},"209":{"body":0,"breadcrumbs":7,"title":2},"21":{"body":163,"breadcrumbs":6,"title":2},"210":{"body":0,"breadcrumbs":7,"title":2},"211":{"body":0,"breadcrumbs":8,"title":3},"212":{"body":44,"breadcrumbs":7,"title":2},"213":{"body":25,"breadcrumbs":8,"title":3},"214":{"body":21,"breadcrumbs":2,"title":1},"215":{"body":21,"breadcrumbs":8,"title":4},"216":{"body":21,"breadcrumbs":7,"title":3},"217":{"body":19,"breadcrumbs":6,"title":2},"218":{"body":36,"breadcrumbs":6,"title":2},"219":{"body":28,"breadcrumbs":6,"title":2},"22":{"body":108,"breadcrumbs":6,"title":2},"220":{"body":20,"breadcrumbs":6,"title":2},"221":{"body":30,"breadcrumbs":5,"title":1},"222":{"body":111,"breadcrumbs":5,"title":2},"223":{"body":6,"breadcrumbs":7,"title":4},"224":{"body":69,"breadcrumbs":5,"title":2},"225":{"body":62,"breadcrumbs":7,"title":4},"226":{"body":12,"breadcrumbs":5,"title":2},"227":{"body":45,"breadcrumbs":7,"title":3},"228":{"body":19,"breadcrumbs":6,"title":2},"229":{"body":32,"breadcrumbs":6,"title":2},"23":{"body":32,"breadcrumbs":4,"title":1},"230":{"body":43,"breadcrumbs":8,"title":4},"231":{"body":30,"breadcrumbs":8,"title":4},"232":{"body":14,"breadcrumbs":7,"title":3},"233":{"body":101,"breadcrumbs":7,"title":3},"234":{"body":71,"breadcrumbs":9,"title":5},"235":{"body":82,"breadcrumbs":9,"title":5},"236":{"body":111,"breadcrumbs":10,"title":6},"237":{"body":31,"breadcrumbs":3,"title":1},"238":{"body":70,"breadcrumbs":3,"title":1},"24":{"body":148,"breadcrumbs":5,"title":2},"25":{"body":22,"breadcrumbs":5,"title":2},"26":{"body":43,"breadcrumbs":4,"title":1},"27":{"body":20,"breadcrumbs":6,"title":2},"28":{"body":93,"breadcrumbs":7,"title":3},"29":{"body":101,"breadcrumbs":6,"title":2},"3":{"body":20,"breadcrumbs":6,"title":2},"30":{"body":30,"breadcrumbs":2,"title":1},"31":{"body":66,"breadcrumbs":3,"title":1},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":31,"breadcrumbs":4,"title":2},"34":{"body":5,"breadcrumbs":3,"title":1},"35":{"body":42,"breadcrumbs":4,"title":2},"36":{"body":0,"breadcrumbs":3,"title":1},"37":{"body":36,"breadcrumbs":3,"title":1},"38":{"body":59,"breadcrumbs":3,"title":1},"39":{"body":45,"breadcrumbs":6,"title":4},"4":{"body":18,"breadcrumbs":6,"title":2},"40":{"body":28,"breadcrumbs":4,"title":2},"41":{"body":21,"breadcrumbs":3,"title":1},"42":{"body":34,"breadcrumbs":4,"title":2},"43":{"body":56,"breadcrumbs":4,"title":2},"44":{"body":3,"breadcrumbs":3,"title":1},"45":{"body":99,"breadcrumbs":3,"title":1},"46":{"body":3,"breadcrumbs":4,"title":2},"47":{"body":17,"breadcrumbs":3,"title":1},"48":{"body":36,"breadcrumbs":5,"title":2},"49":{"body":19,"breadcrumbs":3,"title":1},"5":{"body":9,"breadcrumbs":8,"title":4},"50":{"body":26,"breadcrumbs":3,"title":1},"51":{"body":26,"breadcrumbs":4,"title":2},"52":{"body":73,"breadcrumbs":5,"title":2},"53":{"body":69,"breadcrumbs":6,"title":3},"54":{"body":19,"breadcrumbs":7,"title":2},"55":{"body":66,"breadcrumbs":9,"title":4},"56":{"body":153,"breadcrumbs":8,"title":3},"57":{"body":18,"breadcrumbs":7,"title":2},"58":{"body":21,"breadcrumbs":7,"title":2},"59":{"body":22,"breadcrumbs":6,"title":1},"6":{"body":18,"breadcrumbs":9,"title":5},"60":{"body":18,"breadcrumbs":6,"title":1},"61":{"body":47,"breadcrumbs":7,"title":2},"62":{"body":80,"breadcrumbs":7,"title":2},"63":{"body":52,"breadcrumbs":7,"title":2},"64":{"body":28,"breadcrumbs":7,"title":2},"65":{"body":34,"breadcrumbs":7,"title":2},"66":{"body":20,"breadcrumbs":7,"title":2},"67":{"body":24,"breadcrumbs":4,"title":2},"68":{"body":24,"breadcrumbs":4,"title":1},"69":{"body":73,"breadcrumbs":5,"title":2},"7":{"body":8,"breadcrumbs":5,"title":1},"70":{"body":35,"breadcrumbs":6,"title":3},"71":{"body":45,"breadcrumbs":5,"title":2},"72":{"body":54,"breadcrumbs":5,"title":2},"73":{"body":36,"breadcrumbs":4,"title":1},"74":{"body":41,"breadcrumbs":5,"title":2},"75":{"body":61,"breadcrumbs":5,"title":2},"76":{"body":44,"breadcrumbs":5,"title":2},"77":{"body":30,"breadcrumbs":6,"title":2},"78":{"body":56,"breadcrumbs":6,"title":2},"79":{"body":42,"breadcrumbs":5,"title":1},"8":{"body":41,"breadcrumbs":8,"title":3},"80":{"body":75,"breadcrumbs":6,"title":2},"81":{"body":59,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":27,"breadcrumbs":5,"title":1},"84":{"body":68,"breadcrumbs":6,"title":2},"85":{"body":59,"breadcrumbs":5,"title":1},"86":{"body":31,"breadcrumbs":4,"title":1},"87":{"body":83,"breadcrumbs":4,"title":1},"88":{"body":37,"breadcrumbs":4,"title":1},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":23,"breadcrumbs":6,"title":1},"90":{"body":44,"breadcrumbs":5,"title":2},"91":{"body":43,"breadcrumbs":6,"title":3},"92":{"body":24,"breadcrumbs":6,"title":3},"93":{"body":141,"breadcrumbs":4,"title":1},"94":{"body":94,"breadcrumbs":6,"title":3},"95":{"body":73,"breadcrumbs":5,"title":2},"96":{"body":31,"breadcrumbs":6,"title":2},"97":{"body":49,"breadcrumbs":6,"title":2},"98":{"body":38,"breadcrumbs":5,"title":1},"99":{"body":135,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is a book about the Move language and the Sui blockchain platform. It is a comprehensive guide to the language and the platform, and it is intended for developers who want to learn how to write application in Move and build on Sui.","breadcrumbs":"Introduction » The Move Book","id":"0","title":"The Move Book"},"1":{"body":"2019 - Libra is announced 2019 - Move a Language with Programmable Resources 2022 - The Diem Association is closed, Move is open sourced 2023 - ... 2024 - Move 2024 is released","breadcrumbs":"History » History","id":"1","title":"History"},"10":{"body":"IntelliJ IDEA is a commercial IDE from JetBrains. Move Language Plugin provides a Move language extension for IntelliJ IDEA by Pontem Network .","breadcrumbs":"Before we begin » Set up your IDE » IntelliJ IDEA","id":"10","title":"IntelliJ IDEA"},"100":{"body":"Move achieves high modularity and code reuse by allowing module imports. Modules within the same package can import each other, and a new package can depend on already existing packages and use their modules too. This section will cover the basics of importing modules and how to use them in your own code.","breadcrumbs":"Syntax Basics » Importing Modules » Importing Modules","id":"100","title":"Importing Modules"},"101":{"body":"Modules defined in the same package can import each other. The use keyword is followed by the module path, which consists of the package address (or alias) and the module name separated by ::. // File: sources/module_one.move\nmodule book::module_one { /// Struct defined in the same module. public struct Character has drop {} /// Simple function that creates a new `Character` instance. public fun new(): Character { Character {} }\n} File: sources/module_two.move // File: sources/module_two.move\nmodule book::module_two { use book::module_one; // importing module_one from the same package /// Calls the `new` function from the `module_one` module. public fun create_and_ignore() { let _ = module_one::new(); }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module","id":"101","title":"Importing a Module"},"102":{"body":"You can also import specific members from a module. This is useful when you only need a single function or a single type from a module. The syntax is the same as for importing a module, but you add the member name after the module path. module book::more_imports { use book::module_one::new; // imports the `new` function from the `module_one` module use book::module_one::Character; // importing the `Character` struct from the `module_one` module /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing Members","id":"102","title":"Importing Members"},"103":{"body":"Imports can be grouped into a single use statement using the curly braces {}. This is useful when you need to import multiple members from the same module. Move allows grouping imports from the same module and from the same package. module book::grouped_imports { // imports the `new` function and the `Character` struct from /// the `module_one` module use book::module_one::{new, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n} Single function imports are less common in Move, since the function names can overlap and cause confusion. A recommended practice is to import the entire module and use the module path to access the function. Types have unique names and should be imported individually. To import members and the module itself in the group import, you can use the Self keyword. The Self keyword refers to the module itself and can be used to import the module and its members. module book::self_imports { // imports the `Character` struct, and the `module_one` module use book::module_one::{Self, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { module_one::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Grouping Imports","id":"103","title":"Grouping Imports"},"104":{"body":"When importing multiple members from different modules, it is possible to have name conflicts. For example, if you import two modules that both have a function with the same name, you will need to use the module path to access the function. It is also possible to have modules with the same name in different packages. To resolve the conflict and avoid ambiguity, Move offers the as keyword to rename the imported member. module book::conflict_resolution { // `as` can be placed after any import, including group imports use book::module_one::{Self as mod, Character as Char}; /// Calls the `new` function from the `module_one` module. public fun create(): Char { mod::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Resolving Name Conflicts","id":"104","title":"Resolving Name Conflicts"},"105":{"body":"Every new package generated via the sui binary features a Move.toml file with a single dependency on the Sui Framework package. The Sui Framework depends on the Standard Library package. And both of these packages are available in default configuration. Package dependencies are defined in the Package Manifest as follows: [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nLocal = { local = \"../my_other_package\" } The dependencies section contains a list of package dependencies. The key is the name of the package, and the value is either a git import table or a local path. The git import contains the URL of the package, the subdirectory where the package is located, and the revision of the package. The local path is a relative path to the package directory. If a dependency is added to the Move.toml file, the compiler will automatically fetch (and later refetch) the dependencies when building the package.","breadcrumbs":"Syntax Basics » Importing Modules » Adding an External Dependency","id":"105","title":"Adding an External Dependency"},"106":{"body":"Normally, packages define their addresses in the [addresses] section, so you can use the alias instead of the address. For example, instead of 0x2::coin module, you would use sui::coin. The sui alias is defined in the Sui Framework package. Similarly, the std alias is defined in the Standard Library package and can be used to access the standard library modules. To import a module from another package, you use the use keyword followed by the module path. The module path consists of the package address (or alias) and the module name separated by ::. module book::imports { use std::string; // std = 0x1, string is a module in the standard library use sui::coin; // sui = 0x2, coin is a module in the Sui Framework\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module from Another Package","id":"106","title":"Importing a Module from Another Package"},"107":{"body":"The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which does utilize the storage model, and operates on native types. It is the only dependency of the Sui Framework , and is imported together with it.","breadcrumbs":"Syntax Basics » Standard Library » Standard Library","id":"107","title":"Standard Library"},"108":{"body":"In this book we go into detail about most of the modules in the standard library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements that. Module Description Chapter std::string Provides basic string operations String std::ascii Provides basic ASCII operations String std::option Implements an Option Option std::vector Native operations on the vector type Vector std::hash Hashing functions: sha2_256 and sha3_256 Cryptography and Hashing std::bcs Contains the bcs::to_bytes() function BCS std::address Contains a single address::length function Address std::type_name Allows runtime type reflection Type Reflection std::debug Contains debugging functions, which are available in only in test mode Debugging std::bit_vector Provides operations on bit vectors - std::fixed_point32 Provides the FixedPoint32 type -","breadcrumbs":"Syntax Basics » Standard Library » Most Common Modules","id":"108","title":"Most Common Modules"},"109":{"body":"Some of the modules are imported implicitly, and are available in the module without explicit use import. For Standard Library, these modules and types are: std::vector std::option std::option::Option","breadcrumbs":"Syntax Basics » Standard Library » Implicit Imports","id":"109","title":"Implicit Imports"},"11":{"body":"Emacs is a free and open source text editor. move-mode is a Move mode for Emacs by Ashok Menon .","breadcrumbs":"Before we begin » Set up your IDE » Emacs","id":"11","title":"Emacs"},"110":{"body":"The Move Standard Library can be imported to the package directly. However, std alone is not enough to build a meaningful application, as it does not provide any storage capabilities, and can't interact with the on-chain state. MoveStdlib = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/move-stdlib\", rev = \"framework/mainnet\" }","breadcrumbs":"Syntax Basics » Standard Library » Importing std without Sui Framework","id":"110","title":"Importing std without Sui Framework"},"111":{"body":"Vectors are a native way to store collections of elements in Move. They are similar to arrays in other programming languages, but with a few differences. In this section, we introduce the vector type and its operations.","breadcrumbs":"Syntax Basics » Vector » Vector","id":"111","title":"Vector"},"112":{"body":"The vector type is defined using the vector keyword followed by the type of the elements in angle brackets. The type of the elements can be any valid Move type, including other vectors. Move has a vector literal syntax that allows you to create vectors using the vector keyword followed by square brackets containing the elements (or no elements for an empty vector). // An empty vector of bool elements.\nlet empty: vector = vector[]; // A vector of u8 elements.\nlet v: vector = vector[10, 20, 30]; // A vector of vector elements.\nlet vv: vector> = vector[ vector[10, 20], vector[30, 40]\n]; The vector type is a built-in type in Move, and does not need to be imported from a module. However, vector operations are defined in the std::vector module, and you need to import the module to use them.","breadcrumbs":"Syntax Basics » Vector » Vector syntax","id":"112","title":"Vector syntax"},"113":{"body":"The standard library provides methods to manipulate vectors. The following are some of the most commonly used operations: push_back: Adds an element to the end of the vector. pop_back: Removes the last element from the vector. length: Returns the number of elements in the vector. is_empty: Returns true if the vector is empty. remove: Removes an element at a given index. let mut v = vector[10u8, 20, 30]; assert!(v.length() == 3, 0);\nassert!(!v.is_empty(), 1); v.push_back(40);\nlet last_value = v.pop_back(); assert!(last_value == 40, 2);","breadcrumbs":"Syntax Basics » Vector » Vector operations","id":"113","title":"Vector operations"},"114":{"body":"A vector of non-droppable types cannot be discarded. If you define a vector of types without drop ability, the vector value cannot be ignored. However, if the vector is empty, compiler requires an explicit call to destroy_empty function. /// A struct without `drop` ability. public struct NoDrop {} #[test] fun test_destroy_empty() { // Initialize a vector of `NoDrop` elements. let v = vector[]; // While we know that `v` is empty, we still need to call // the explicit `destroy_empty` function to discard the vector. v.destroy_empty(); }","breadcrumbs":"Syntax Basics » Vector » Destroying a Vector of non-droppable types","id":"114","title":"Destroying a Vector of non-droppable types"},"115":{"body":"Option is a type that represents an optional value which may or may not exist. The concept of Option in Move is borrowed from Rust, and it is a very useful primitive in Move. Option is defined in the Standard Library , and is defined as follows: File: move-stdlib/source/option.move /// Abstraction of a value that may or may not be present.\nstruct Option has copy, drop, store { vec: vector\n} The 'std::option' module is implicitly imported in every module, and you don't need to add an import. The Option is a generic type which takes a type parameter Element. It has a single field vec which is a vector of Element. Vector can have length 0 or 1, and this is used to represent the presence or absence of a value. Option type has two variants: Some and None. Some variant contains a value and None variant represents the absence of a value. The Option type is used to represent the absence of a value in a type-safe way, and it is used to avoid the need for empty or undefined values.","breadcrumbs":"Syntax Basics » Option » Option","id":"115","title":"Option"},"116":{"body":"To showcase why Option type is necessary, let's look at an example. Consider an application which takes a user input and stores it in a variable. Some fields are required, and some are optional. For example, a user's middle name is optional. While we could use an empty string to represent the absence of a middle name, it would require extra checks to differentiate between an empty string and a missing middle name. Instead, we can use the Option type to represent the middle name. module book::user_registry { use std::string::String; /// A struct representing a user record. public struct User has drop { first_name: String, middle_name: Option, last_name: String, } /// Create a new `User` struct with the given fields. public fun register( first_name: String, middle_name: Option, last_name: String, ): User { User { first_name, middle_name, last_name } }\n} In the example above, the middle_name field is of type Option. This means that the middle_name field can either contain a String value or be empty. This makes it clear that the middle name is optional, and it avoids the need for extra checks to differentiate between an empty string and a missing middle name.","breadcrumbs":"Syntax Basics » Option » In Practice","id":"116","title":"In Practice"},"117":{"body":"To use the Option type, you need to import the std::option module and use the Option type. You can then create an Option value using the some or none methods. // `option::some` creates an `Option` value with a value.\nlet mut opt = option::some(b\"Alice\"); // `option.is_some()` returns true if option contains a value.\nassert!(opt.is_some(), 1); // internal value can be `borrow`ed and `borrow_mut`ed.\nassert!(opt.borrow() == &b\"Alice\", 0); // `option.extract` takes the value out of the option, leaving the option empty.\nlet inner = opt.extract(); // `option.is_none()` returns true if option is None.\nassert!(opt.is_none(), 2);","breadcrumbs":"Syntax Basics » Option » Using Option","id":"117","title":"Using Option"},"118":{"body":"While Move does not have a built-in to represent strings, it does have a string module in the Standard Library that provides a String type. The string module represents UTF-8 encoded strings, and another module, ascii, provides an ASCII-only String type. Sui execution environment also allows Strings as transaction arguments, so in many cases, String does not to be constructed in the Transaction Block .","breadcrumbs":"Syntax Basics » String » String","id":"118","title":"String"},"119":{"body":"TODO: reference vector reference literals - Expression","breadcrumbs":"Syntax Basics » String » Bytestring Literal","id":"119","title":"Bytestring Literal"},"12":{"body":"Web based IDE from Github, can be run right in the browser and provides almost a full-featured VSCode experience. Github Codespaces Move Syntax is also available in the extensions marketplace.","breadcrumbs":"Before we begin » Set up your IDE » Github Codespaces","id":"12","title":"Github Codespaces"},"120":{"body":"No matter which type of string you use, it is important to know that strings are just bytes. The wrappers provided by the string and ascii modules are just that: wrappers. They do provide extra checks and functionality than a vector of bytes, but under the hood, they are just vectors of bytes. module book::custom_string { /// Anyone can implement a custom string-like type by wrapping a vector. public struct MyString { bytes: vector, } /// Implement a `from_bytes` function to convert a vector of bytes to a string. public fun from_bytes(bytes: vector): MyString { MyString { bytes } } /// Implement a `bytes` function to convert a string to a vector of bytes. public fun bytes(self: &MyString): &vector { &self.bytes }\n} Both standard types provide conversions from and to vectors of bytes.","breadcrumbs":"Syntax Basics » String » Strings are bytes","id":"120","title":"Strings are bytes"},"121":{"body":"While there are two types of strings in the standard library, the string module should be considered the default. It has native implementations of many common operations, and hence is more efficient than the ascii module. To create a string or perform operations on it, you must import the string module: module book::string_utf { use std::string; #[test] fun using_strings() { // strings are normally created using the `utf8` function let mut hello = string::utf8(b\"Hello\"); let world = string::utf8(b\", World!\"); // strings can be concatenated using the `append_utf8` function hello.append_utf8(*world.bytes()); // mutates the value // just like any other type, strings can be compared assert!(hello == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » Working with UTF-8 Strings","id":"121","title":"Working with UTF-8 Strings"},"122":{"body":"The default utf8 method is potentially unsafe, as it does not check that the bytes passed to it are valid UTF-8. If you are not sure that the bytes you are passing are valid UTF-8, you should use the try_utf8 method instead. It returns an Option, which is None if the bytes are not valid UTF-8: The try_* pattern is used throughout the standard library to indicate that a function may fail. For more information, see the Error Handling section. module book::string_safe_utf { use std::string; #[test] fun safe_strings() { // this is a valid UTF-8 string let hello = string::try_utf8(b\"Hello\"); assert!(hello.is_some(), 0); // abort if the value is not valid UTF-8 // this is not a valid UTF-8 string let invalid = string::try_utf8(b\"\\xFF\"); assert!(invalid.is_none(), 0); // abort if the value is valid UTF-8 }\n}","breadcrumbs":"Syntax Basics » String » Safe UTF-8 Operations","id":"122","title":"Safe UTF-8 Operations"},"123":{"body":"TODO: ASCII strings module book::string_ascii { // use std::ascii::String; #[test] fun using_strings() { // strings are normally created using the `utf8` function // let mut hello = string::utf8(b\"Hello\"); // let world = string::utf8(b\", World!\"); // // strings can be concatenated using the `append_utf8` function // let hello_world = hello.append_utf8(*world.bytes()); // // just like any other type, strings can be compared // assert!(hello_world == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » ASCII Strings","id":"123","title":"ASCII Strings"},"124":{"body":"TODO: summary","breadcrumbs":"Syntax Basics » String » Summary","id":"124","title":"Summary"},"125":{"body":"Control flow statements are used to control the flow of execution in a program. They are used to make decisions, to repeat a block of code, and to exit a block of code early. Move has the following control flow statements (explained in detail below): if and if-else - making decisions on whether to execute a block of code loop and while loops - repeating a block of code break and continue statements - exiting a loop early return statement - exiting a function early","breadcrumbs":"Syntax Basics » Control Flow » Control Flow","id":"125","title":"Control Flow"},"126":{"body":"The if expression is used to make decisions in a program. It evaluates a boolean expression and executes a block of code if the expression is true. Paired with else, it can execute a different block of code if the expression is false. The syntax for the if expression is: if () ;\nif () else ; Just like any other expression, if requires a semicolon, if there are other expressions following it. The else keyword is optional, except for the case when the resulting value is assigned to a variable. We will cover this below. #[test] fun test_if() { let x = 5; // `x > 0` is a boolean expression. if (x > 0) { std::debug::print(&b\"X is bigger than 0\".to_string()) }; } Let's see how we can use if and else to assign a value to a variable: #[test] fun test_if_else() { let x = 5; let y = if (x > 0) { 1 } else { 0 }; assert!(y == 1, 0); } Here we assign the value of the if expression to the variable y. If x is greater than 0, y will be assigned the value 1, otherwise 0. The else block is necessary, because both branches must return a value of the same type. If we omit the else block, the compiler will throw an error. Conditional expressions are one of the most important control flow statements in Move. They can use either user provided input or some already stored data to make decisions. In particular, they are used in the assert! macro to check if a condition is true, and if not, to abort execution. We will get to it very soon!","breadcrumbs":"Syntax Basics » Control Flow » Conditional Statements","id":"126","title":"Conditional Statements"},"127":{"body":"Loops are used to execute a block of code multiple times. Move has two built-in types of loops: loop and while. In many cases they can be used interchangeably, but usually while is used when the number of iterations is known in advance, and loop is used when the number of iterations is not known in advance or there are multiple exit points. Loops are helpful when dealing with collections, such as vectors, or when we want to repeat a block of code until a certain condition is met. However, it is important to be careful with loops, as they can lead to infinite loops, which can lead to gas exhaustion and the transaction being aborted.","breadcrumbs":"Syntax Basics » Control Flow » Repeating Statements with Loops","id":"127","title":"Repeating Statements with Loops"},"128":{"body":"The while statement is used to execute a block of code as long as a boolean expression is true. Just like we've seen with if, the boolean expression is evaluated before each iteration of the loop. Just like conditional statements, the while loop is an expression and requires a semicolon if there are other expressions following it. The syntax for the while loop is: while () { ; }; Here is an example of a while loop with a very simple condition: // This function iterates over the `x` variable until it reaches 10, the // return value is the number of iterations it took to reach 10. // // If `x` is 0, then the function will return 10. // If `x` is 5, then the function will return 5. fun while_loop(mut x: u8): u8 { let mut y = 0; // This will loop until `x` is 10. // And will never run if `x` is 10 or more. while (x < 10) { y = y + 1; x = x + 1; }; y } #[test] fun test_while() { assert!(while_loop(0) == 10, 0); // 10 times assert!(while_loop(5) == 5, 0); // 5 times assert!(while_loop(10) == 0, 0); // loop never executed }","breadcrumbs":"Syntax Basics » Control Flow » The while loop","id":"128","title":"The while loop"},"129":{"body":"Now let's imagine a scenario where the boolean expression is always true. For example, if we literally passed true to the while condition. As you might expect, this would create an infinite loop, and this is almost what the loop statement works like. #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_while() { let mut x = 0; // This will loop forever. while (true) { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } An infinite while, or while without a condition, is a loop. The syntax for it is simple: loop { ; }; Let's rewrite the previous example using loop instead of while: #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_loop() { let mut x = 0; // This will loop forever. loop { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } Infinite loops on their own are not very useful in Move, since every operation in Move costs gas, and an infinite loop will lead to gas exhaustion. However, they can be used in combination with break and continue statements to create more complex loops.","breadcrumbs":"Syntax Basics » Control Flow » Infinite loop","id":"129","title":"Infinite loop"},"13":{"body":"Move 2024 is the new version of the Move language that is maintained by Mysten Labs. All of the examples in this book are written in Move 2024. If you're used to the pre-2024 version of Move, please, refer to the Move 2024 Migration Guide to learn about the differences between the two versions.","breadcrumbs":"Before we begin » Move 2024 » Move 2024","id":"13","title":"Move 2024"},"130":{"body":"As we already mentioned, infinite loops are rather useless on their own. And that's where we introduce the break and continue statements. They are used to exit a loop early, and to skip the rest of the current iteration, respectively. Syntax for the break statement is (without a semicolon): break The break statement is used to stop the execution of a loop and exit it early. It is often used in combination with a conditional statement to exit the loop when a certain condition is met. To illustrate this point, let's turn the infinite loop from the previous example into something that looks and behaves more like a while loop: #[test] fun test_break_loop() { let mut x = 0; // This will loop until `x` is 5. loop { x = x + 1; // If `x` is 5, then exit the loop. if (x == 5) { break // Exit the loop. } }; assert!(x == 5, 0); } Almost identical to the while loop, right? The break statement is used to exit the loop when x is 5. If we remove the break statement, the loop will run forever, just like the previous example.","breadcrumbs":"Syntax Basics » Control Flow » Exiting a Loop Early","id":"130","title":"Exiting a Loop Early"},"131":{"body":"The continue statement is used to skip the rest of the current iteration and start the next one. Similarly to break, it is used in combination with a conditional statement to skip the rest of the iteration when a certain condition is met. Syntax for the continue statement is (without a semicolon): continue The example below skips odd numbers and prints only even numbers from 0 to 10: #[test] fun test_continue_loop() { let mut x = 0; // This will loop until `x` is 10. loop { x = x + 1; // If `x` is odd, then skip the rest of the iteration. if (x % 2 == 1) { continue // Skip the rest of the iteration. }; std::debug::print(&x); // If `x` is 10, then exit the loop. if (x == 10) { break // Exit the loop. } }; assert!(x == 10, 0); // 10 } break and continue statements can be used in both while and loop loops.","breadcrumbs":"Syntax Basics » Control Flow » Skipping an Iteration","id":"131","title":"Skipping an Iteration"},"132":{"body":"The return statement is used to exit a function early and return a value. It is often used in combination with a conditional statement to exit the function when a certain condition is met. The syntax for the return statement is: return Here is an example of a function that returns a value when a certain condition is met: /// This function returns `true` if `x` is greater than 0 and not 5, /// otherwise it returns `false`. fun is_positive(x: u8): bool { if (x == 5) { return false }; if (x > 0) { return true }; false } #[test] fun test_return() { assert!(is_positive(5) == false, 0); assert!(is_positive(0) == false, 0); assert!(is_positive(1) == true, 0); } Unlike in other languages, the return statement is not required for the last expression in a function. The last expression in a function block is automatically returned. However, the return statement is useful when we want to exit a function early if a certain condition is met.","breadcrumbs":"Syntax Basics » Control Flow » Early Return","id":"132","title":"Early Return"},"133":{"body":"Constants are immutable values that are defined at the module level. They often serve as a way to give names to values that are used throughout a module. For example, if there's a default price for a product, you might define a constant for it. Constants are internal to the module and can not be accessed from other modules. module book::shop_price { use sui::coin::Coin; use sui::sui::SUI; /// The price of an item in the shop. const ITEM_PRICE: u64 = 100; /// The owner of the shop, an address. const SHOP_OWNER: address = @0xa11ce; /// An item sold in the shop. public struct Item { /* ... */ } /// Purchase an item from the shop. public fun purchase(coin: Coin): Item { assert!(coin.value() == ITEM_PRICE, 0); transfer::public_transfer(coin, SHOP_OWNER); Item { /* ... */ } }\n}","breadcrumbs":"Syntax Basics » Constants » Constants","id":"133","title":"Constants"},"134":{"body":"Constants are named using UPPER_SNAKE_CASE. This is a convention that is used throughout the Move codebase. It's a way to make constants stand out from other identifiers in the code. Move compiler will error if the first letter of a constant is not an uppercase letter.","breadcrumbs":"Syntax Basics » Constants » Naming Convention","id":"134","title":"Naming Convention"},"135":{"body":"Constants can't be changed and assigned new values. They are part of the package bytecode, and inherently immutable. module book::immutable_constants { const ITEM_PRICE: u64 = 100; // emits an error fun change_price() { ITEM_PRICE = 200; }\n}","breadcrumbs":"Syntax Basics » Constants » Constants are Immutable","id":"135","title":"Constants are Immutable"},"136":{"body":"","breadcrumbs":"Syntax Basics » Assert and Abort » Assert and Abort","id":"136","title":"Assert and Abort"},"137":{"body":"The abort keyword is used to abort the execution of a transaction. It is used in combination with an abort code, which will be returned to the caller of the transaction. The abort code is an integer of type u64 and can be any value. let user_has_access = true; // abort with a predefined constant if `user_has_access` is false\nif (!user_has_access) { abort 0\n}; // there's an alternative syntax using parenthesis`\nif (user_has_access) { abort(1)\n}; The code above will, of course, abort with abort code 1.","breadcrumbs":"Syntax Basics » Assert and Abort » Abort","id":"137","title":"Abort"},"138":{"body":"The assert! macro is a built-in macro that can be used to assert a condition. If the condition is false, the transaction will abort with the given abort code. The assert! macro is a convenient way to abort a transaction if a condition is not met. The macro shortens the code otherwise written with an if expression + abort. // aborts if `user_has_access` is `false` with abort code 0\nassert!(user_has_access, 0); // expands into:\nif (!user_has_access) { abort 0\n};","breadcrumbs":"Syntax Basics » Assert and Abort » assert!","id":"138","title":"assert!"},"139":{"body":"To make error codes more descriptive, it is a good practice to define error constants. Error constants are defined as const declarations and are usually prefixed with E followed by a camel case name. Error constatns are no different from other constants and don't have special handling. So their addition is purely a practice for better code readability. /// Error code for when the user has no access.\nconst ENoAccess: u64 = 0;\n/// Trying to access a field that does not exist.\nconst ENoField: u64 = 1; /// Updates a record.\npublic fun update_record(/* ... , */ user_has_access: bool, field_exists: bool) { // asserts are way more readable now assert!(user_has_access, ENoAccess); assert!(field_exists, ENoField); /* ... */\n}","breadcrumbs":"Syntax Basics » Assert and Abort » Error constants","id":"139","title":"Error constants"},"14":{"body":"In this section you'll get to experience the Move language and the Move compiler first-hand. You'll learn how to create a package, write a simple module, test it and generate documentation. You can also use this section as a quick CLI reference for your own projects. This guide mentions topics which you will learn later in this book. If you are not familiar with some of the concepts, don't worry, you'll learn them later. Try to focus on the task at hand and don't get distracted by the details. It is important that you have a working Move environment. If you haven't set it up yet, please refer to the Install Sui section. This section is divided into the following parts (in order): Hello World Adding Tests Debugging Generating Docs","breadcrumbs":"Your First Move » Your first Move","id":"14","title":"Your first Move"},"140":{"body":"We suggest reading the Better Error Handling guide to learn about best practices for error handling in Move.","breadcrumbs":"Syntax Basics » Assert and Abort » Further reading","id":"140","title":"Further reading"},"141":{"body":"Functions are the building blocks of Move programs. They are called from user transactions and from other functions and group executable code into reusable units. Functions can take arguments and return a value. They are declared with the fun keyword at the module level. Just like any other module member, by default they're private and can only be accessed from within the module. module book::math { /// Function takes two arguments of type `u64` and returns their sum. /// The `public` visibility modifier makes the function accessible from /// outside the module. public fun add(a: u64, b: u64): u64 { a + b } #[test] fun test_add() { let sum = add(1, 2); assert!(sum == 3, 0); }\n} In this example, we define a function add that takes two arguments of type u64 and returns their sum. The function is called from the test_add function, which is a test function located in the same module. In the test we compare the result of the add function with the expected value and abort the execution if the result is different.","breadcrumbs":"Syntax Basics » Function » Function","id":"141","title":"Function"},"142":{"body":"There's a convention to call functions in Move with the snake_case naming convention. This means that the function name should be all lowercase with words separated by underscores. For example, do_something, add, get_balance, is_authorized, and so on. A function is declared with the fun keyword followed by the function name (a valid Move identifier), a list of arguments in parentheses, and a return type. The function body is a block of code that contains a sequence of statements and expressions. The last expression in the function body is the return value of the function. fun return_nothing() { // empty expression, function returns `()`\n}","breadcrumbs":"Syntax Basics » Function » Function declaration","id":"142","title":"Function declaration"},"143":{"body":"Just like any other module member, functions can be imported and accessed via a path. The path consists of the module path and the function name separated by ::. For example, if you have a function called add in the math module in the book package, the path to it will be book::math::add, or, if the module is imported, math::add. module book::use_math { use book::math; fun call_add() { // function is called via the path let sum = math::add(1, 2); }\n}","breadcrumbs":"Syntax Basics » Function » Accessing functions","id":"143","title":"Accessing functions"},"144":{"body":"Move functions can return multiple values, which is useful when you need to return more than one value from a function. The return type of the function is a tuple of types. The return value is a tuple of expressions. fun get_name_and_age(): (vector, u8) { (b\"John\", 25)\n} Result of a function call with tuple return has to be unpacked into variables via let (tuple) syntax: // Tuple must be destructured to access its elements.\n// Name and age are declared as immutable variables.\nlet (name, age) = get_name_and_age();\nassert!(name == b\"John\", 0);\nassert!(age == 25, 0); If any of the declared values need to be declared as mutable, the mut keyword is placed before the variable name: // declare name as mutable, age as immutable\nlet (mut name, age) = get_name_and_age(); If some of the arguments are not used, they can be ignored with the _ symbol: // ignore the name, only use the age\nlet (_, age) = get_name_and_age();","breadcrumbs":"Syntax Basics » Function » Multiple return values","id":"144","title":"Multiple return values"},"145":{"body":"Move Compiler supports receiver syntax , which allows defining methods which can be called on instances of a struct. This is similar to the method syntax in other programming languages. It is a convenient way to define functions which operate on the fields of a struct.","breadcrumbs":"Syntax Basics » Struct Methods » Struct Methods","id":"145","title":"Struct Methods"},"146":{"body":"If the first argument of a function is a struct internal to the module, then the function can be called using the . operator. If the function uses a struct from another module, then method won't be associated with the struct by default. In this case, the function can be called using the standard function call syntax. When a module is imported, the methods are automatically associated with the struct. module book::hero { /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } /// A method which casts a spell, consuming mana. public fun heal_spell(hero: &mut Hero) { hero.health = hero.health + 10; hero.mana = hero.mana - 10; } /// A method which returns the health of the hero. public fun health(hero: &Hero): u8 { hero.health } /// A method which returns the mana of the hero. public fun mana(hero: &Hero): u8 { hero.mana } #[test] // Test the methods of the `Hero` struct. fun test_methods() { let mut hero = new(); hero.heal_spell(); assert!(hero.health() == 110, 1); assert!(hero.mana() == 90, 2); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Method syntax","id":"146","title":"Method syntax"},"147":{"body":"For modules that define multiple structs and their methods, it is possible to define method aliases to avoid name conflicts, or to provide a better-named method for a struct. The syntax for aliases is: // for local method association\nuse fun as .; // exported alias\npublic use fun as .; Public aliases are only allowed for structs defined in the same module. If a struct is defined in another module, an alias can still be created but cannot be made public. In the example below, we changed the hero module and added another type - Villain. Both Hero and Villain have similar field names and methods. And to avoid name conflicts, we prefixed methods with hero_ and villain_ respectively. However, we can create aliases for these methods so that they can be called on the instances of the structs without the prefix. module book::hero_and_villain { /// A struct representing a hero. public struct Hero has drop { health: u8, } /// A struct representing a villain. public struct Villain has drop { health: u8, } /// Create a new Hero. public fun new_hero(): Hero { Hero { health: 100 } } /// Create a new Villain. public fun new_villain(): Villain { Villain { health: 100 } } // Alias for the `hero_health` method. Will be imported automatically when // the module is imported. public use fun hero_health as Hero.health; public fun hero_health(hero: &Hero): u8 { hero.health } // Alias for the `villain_health` method. Will be imported automatically // when the module is imported. public use fun villain_health as Villain.health; public fun villain_health(villain: &Villain): u8 { villain.health } #[test] // Test the methods of the `Hero` and `Villain` structs. fun test_associated_methods() { let hero = new_hero(); assert!(hero.health() == 100, 1); let villain = new_villain(); assert!(villain.health() == 100, 3); }\n} As you can see, in the test function, we called the health method on the instances of Hero and Villain without the prefix. The compiler will automatically associate the methods with the structs.","breadcrumbs":"Syntax Basics » Struct Methods » Method Aliases","id":"147","title":"Method Aliases"},"148":{"body":"It is also possible to associate a function defined in another module with a struct from the current module. Following the same approach, we can create an alias for the method defined in another module. Let's use the bcs::to_bytes method from the Standard Library and associate it with the Hero struct. It will allow serializing the Hero struct to a vector of bytes. // TODO: better example (external module...)\nmodule book::hero_to_bytes { // Alias for the `bcs::to_bytes` method. Imported aliases should be defined // in the top of the module. // public use fun bcs::to_bytes as Hero.to_bytes; /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } #[test] // Test the methods of the `Hero` struct. fun test_hero_serialize() { // let mut hero = new(); // let serialized = hero.to_bytes(); // assert!(serialized.length() == 3, 1); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Aliasing an external module's method","id":"148","title":"Aliasing an external module's method"},"149":{"body":"Every module member has a visibility. By default, all module members are private - meaning they are only accessible within the module they are defined in. However, you can add a visibility modifier to make a module member public - visible outside the module, or friend - visible in \"friend\" modules within the same package, or entry - can be called from a transaction but can't be called from other modules.","breadcrumbs":"Syntax Basics » Visibility Modifiers » Visibility Modifiers","id":"149","title":"Visibility Modifiers"},"15":{"body":"It's time to write your first Move program. We'll start with the classic \"Hello World\" program which returns a String.","breadcrumbs":"Your First Move » Hello World! » Hello World","id":"15","title":"Hello World"},"150":{"body":"A function or a struct defined in a module which has no visibility modifier is private . module book::internal_visbility { // This function can be called from other functions in the same module fun internal() { /* ... */ } // Same module -> can call internal() fun call_internal() { internal(); }\n} Move compiler won't allow this code to compile: module book::try_calling_internal { use book::internal_visbility; // Different module -> can't call internal() fun try_calling_internal() { internal_visbility::internal(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Internal Visibility","id":"150","title":"Internal Visibility"},"151":{"body":"A struct or a function can be made public by adding the public keyword before the fun or struct keyword. module book::public_visibility { // This function can be called from other modules public fun public() { /* ... */ }\n} A public function can be imported and called from other modules. The following code will compile: module book::try_calling_public { use book::public_visibility; // Different module -> can call public() fun try_calling_public() { public_visibility::public(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Public Visibility","id":"151","title":"Public Visibility"},"152":{"body":"Modules within the same package can be declared as friends to each other, and that enables the friend visibility modifier. A function with friend visibility can be called by friend modules. However, to the rest of the packages and non-friend modules, it is private . module book::friend_visibility { friend book::try_calling_friend; // This function can be called from friend modules public(friend) fun friend_only() { /* ... */ }\n} A friend function can be called from a friend module, but not from a non-friend module: module book::try_calling_friend { use book::friend_visibility; // Same package, friend module -> can call friend() fun try_calling_friend() { friend_visibility::friend_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Friend Visibility","id":"152","title":"Friend Visibility"},"153":{"body":"This feature of Move 2024 is not yet implemented. Move 2024 introduces the package visibility modifier. A function with package visibility can be called from any module within the same package. It can't be called from other packages. module book::package_visibility { public(package) fun package_only() { /* ... */ }\n} A package function can be called from any module within the same package: module book::try_calling_package { use book::package_visibility; // Same package `book` -> can call package_only() fun try_calling_package() { package_visibility::package_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Package Visibility","id":"153","title":"Package Visibility"},"154":{"body":"Every variable in Move has a scope and an owner. The scope is the range of code where the variable is valid, and the owner is the scope that this variable belongs to. Once the owner scope ends, the variable is dropped. This is a fundamental concept in Move, and it is important to understand how it works.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership and Scope","id":"154","title":"Ownership and Scope"},"155":{"body":"A variable defined in a function scope is owned by this scope. The runtime goes through the function scope and executes every expression and statement. Once the function scope end, the variables defined in it are dropped or deallocated. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function } // a is dropped here #[test] fun test_owner() { owner(); // a is not valid here }\n} In the example above, the variable a is owned by the owner function, and the variable b is owned by the other function. When each of these functions are called, the variables are defined, and when the function ends, the variables are discarded.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership","id":"155","title":"Ownership"},"156":{"body":"If we changed the owner function to return the variable a, then the ownership of a would be transferred to the caller of the function. module book::ownership { public fun owner(): u8 { let a = 1; // a defined here a // scope ends, a is returned } #[test] fun test_owner() { let a = owner(); // a is valid here } // a is dropped here\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Returning a Value","id":"156","title":"Returning a Value"},"157":{"body":"Additionally, if we passed the variable a to another function, the ownership of a would be transferred to this function. When performing this operation, we move the value from one scope to another. This is also called move semantics . module book::ownership { public fun owner(): u8 { let a = 10; a } // a is returned public fun take_ownership(v: u8) { // v is owned by `take_ownership` } // v is dropped here #[test] fun test_owner() { let a = owner(); take_ownership(a); // a is not valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Passing by Value","id":"157","title":"Passing by Value"},"158":{"body":"Function has a main scope, and it can also have sub-scopes via the use of blocks. A block is a sequence of statements and expressions, and it has its own scope. Variables defined in a block are owned by this block, and when the block ends, the variables are dropped. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function's scope { let b = 2; // b is owned by the block { let c = 3; // c is owned by the block }; // c is dropped here }; // b is dropped here // a = b; // error: b is not valid here // a = c; // error: c is not valid here } // a is dropped here\n} However, shall we use the return value of a block, the ownership of the variable is transferred to the caller of the block. module book::ownership { public fun owner(): u8 { let a = 1; // a is owned by the `owner` function's scope let b = { let c = 2; // c is owned by the block c // c is returned }; // c is dropped here a + b // both a and b are valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Scopes with Blocks","id":"158","title":"Scopes with Blocks"},"159":{"body":"Some types in Move are copyable , which means that they can be copied without transferring the ownership. This is useful for types that are small and cheap to copy, such as integers and booleans. Move compiler will automatically copy these types when they are passed to a function or returned from a function, or when they're moved to a scope and then accessed in their original scope.","breadcrumbs":"Syntax Basics » Ownership and Scope » Copyable Types","id":"159","title":"Copyable Types"},"16":{"body":"First, you need to initialize a new project. Assuming you have Sui installed , run the following command: $ sui move new hello_world Sui CLI has a move subcommand which is used to work with Move packages. The new subcommand creates a new package with the given name in a new directory. In our case, the package name is hello_world, and it is located in the hello_world directory. To make sure that the package was created successfully, we can check the contents of the current directory, and see that there is a new hello_world path. $ ls | grep hello_world\nhello_world If the output looks like this, then everything is fine, and we can proceed. The folder structure of the package is the folowing: hello_world\n├── Move.toml\n├── src/\n│ └── hello_world.move\n└── tests/ └── hello_world_tests.move The address I'm using in this book is always 0x0 and the name for it is \"book\". You can use any address you want, but make sure to change it in the examples. To make the examples work as is, please, add the following address to the [addresses] section in the Move.toml: # Move.toml\n[addresses]\nstd = \"0x1\"\nbook = \"0x0\"","breadcrumbs":"Your First Move » Hello World! » Initialize a project","id":"16","title":"Initialize a project"},"160":{"body":"In Move, the copy ability on a type indicates that the instance or the value of the type can be copied. While this behavior may feel very natural when working with numbers or other simple types, it is not the default for custom types in Move. This is because Move is designed to express digital assets and resources, and inability to copy is a key element of the resource model. However, Move type system allows you to define custom types with the copy ability. public struct Copyable has copy {} In the example above, we define a custom type Copyable with the copy ability. This means that instances of Copyable can be copied, both implicitly and explicitly. let a = Copyable {};\nlet b = a; // `a` is copied to `b`\nlet c = *&b; // explicit copy via dereference operator In the example above, a is copied to b implicitly, and then explicitly copied to c using the dereference operator. If Copyable did not have the copy ability, the code would not compile, and the Move compiler would raise an error.","breadcrumbs":"Syntax Basics » Abilities: Copy » Abilities: Copy","id":"160","title":"Abilities: Copy"},"161":{"body":"The copy ability is closely related to drop ability . If a type has the copy ability, very likely that it should have drop too. This is because the drop ability is required to clean up the resources when the instance is no longer needed. If a type has only copy , then managing its instances gets more complicated, as the values cannot be ignored. public struct Value has copy, drop {} All of the primitive types in Move behave as if they have the copy and drop abilities. This means that they can be copied and dropped, and the Move compiler will handle the memory management for them.","breadcrumbs":"Syntax Basics » Abilities: Copy » Copying and Drop","id":"161","title":"Copying and Drop"},"162":{"body":"In the Ownership and Scope section, we explained that when a value is passed to a function, it is moved to the function's scope. This means that the function becomes the owner of the value, and the original scope (owner) can no longer use it. This is an important concept in Move, as it ensures that the value is not used in multiple places at the same time. However, there are use cases when we want to pass a value to a function but retain the ownership. This is where references come into play. To illustrate this, let's consider a simple example - an application for a metro (subway) pass. We will look at 4 different scenarios: Card can be purchased at the kiosk for a fixed price Card can be shown to inspectors to prove that the passenger has a valid pass Card can be used at the turnstile to enter the metro, and spend a ride Card can be recycled once it's empty On this page we use pre-2024 syntax for better visibility. The result utilizing the 2024 syntax is shown in the end of the page .","breadcrumbs":"Syntax Basics » References » References","id":"162","title":"References"},"163":{"body":"The initial layout of the metro pass application is simple. We define the Card type and the USES constant that represents the number of rides for a single card. We also add an error constant for the case when the card is empty. module book::metro_pass { /// Error code for when the card is empty. const ENoUses: u64 = 0; /// Number of uses for a metro pass card. const USES: u8 = 3; /// A metro pass card public struct Card { uses: u8 } /// Purchase a metro pass card. public fun purchase(/* pass a Coin */): Card { Card { uses: USES } }\n}","breadcrumbs":"Syntax Basics » References » Layout","id":"163","title":"Layout"},"164":{"body":"References are a way to show a value to a function without giving up the ownership. In our case, when we show the Card to the inspector, we don't want to give up the ownership of it, and we don't allow them to spend the rides. We just want to allow reading the value of the Card and prove its ownership. To do so, in the function signature, we use the & symbol to indicate that we are passing a reference to the value, not the value itself. /// Show the metro pass card to the inspector. public fun is_valid(card: &Card): bool { card.uses > 0 } Now the function can't take the ownership of the card, and it can't spend the rides. But it can read its value. Worth noting, that a signature like this makes it impossible to call the function without a Card at all. This is an important property which allows the Capability Pattern which we will cover in the next chapters.","breadcrumbs":"Syntax Basics » References » Reference","id":"164","title":"Reference"},"165":{"body":"In some cases, we want to allow the function to change the value of the Card. For example, when we use the Card at the turnstile, we want to spend a ride. To implement it, we use the &mut keyword in the function signature. /// Use the metro pass card at the turnstile to enter the metro. public fun enter_metro(card: &mut Card) { assert!(card.uses > 0, ENoUses); card.uses = card.uses - 1; } As you can see in the function body, the &mut reference allows mutating the value, and the function can spend the rides.","breadcrumbs":"Syntax Basics » References » Mutable Reference","id":"165","title":"Mutable Reference"},"166":{"body":"Lastly, let's give an illustration of what happens when we pass the value itself to the function. In this case, the function takes the ownership of the value, and the original scope can no longer use it. The owner of the Card can recycle it, and, hence, lose the ownership. /// Recycle the metro pass card. public fun recycle(card: Card) { assert!(card.uses == 0, ENoUses); let Card { uses: _ } = card; } In the recycle function, the Card is taken by value and can be unpacked and destroyed. The original scope can't use it anymore.","breadcrumbs":"Syntax Basics » References » Passing by Value","id":"166","title":"Passing by Value"},"167":{"body":"To illustrate the full flow of the application, let's put all the pieces together in a test. #[test] fun test_card_2024() { // declaring variable as mutable because we modify it let mut card = purchase(); card.enter_metro(); // modify the card but don't move it assert!(card.is_valid(), 0); // read the card! card.enter_metro(); // modify the card but don't move it card.enter_metro(); // modify the card but don't move it card.recycle(); // move the card out of the scope }","breadcrumbs":"Syntax Basics » References » Full Example","id":"167","title":"Full Example"},"168":{"body":"Generics are a way to define a type or function that can work with any type. This is useful when you want to write a function which can be used with different types, or when you want to define a type that can hold any other type. Generics are the foundation of many advanced features in Move, such as collections, abstract implementations, and more.","breadcrumbs":"Syntax Basics » Generics » Generics","id":"168","title":"Generics"},"169":{"body":"In this chapter we already mentioned the vector type, which is a generic type that can hold any other type. Another example of a generic type in the standard library is the Option type, which is used to represent a value that may or may not be present.","breadcrumbs":"Syntax Basics » Generics » In the Standard Library","id":"169","title":"In the Standard Library"},"17":{"body":"Let's create a new module called hello_world. To do so, create a new file in the sources folder called hello_world.move. So that the structure looks like this: sources/ hello_world.move\nMove.toml And then add the following code to the hello_world.move file: // sources/hello_world.move\nmodule book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") }\n} While it's not a hard restriction, it's is considered a good practice to name the module the same as the file. So, in our case, the module name is hello_world and the file name is hello_world.move. The module name and function names should be in snake_case - all lowercase letters with underscores between words. You can read more about coding conventions in the Coding Conventions section.","breadcrumbs":"Your First Move » Hello World! » Create a module","id":"17","title":"Create a module"},"170":{"body":"To define a generic type or function, a type signature needs to have a list of generic parameters enclosed in angle brackets (< and >). The generic parameters are separated by commas. /// Container for any type `T`.\npublic struct Container has drop { value: T,\n} /// Function that creates a new `Container` with a generic value `T`.\npublic fun new(value: T): Container { Container { value }\n} In the example above, Container is a generic type with a single type parameter T, the value field of the container stores the T. The new function is a generic function with a single type parameter T, and it returns a Container with the given value. Generic types must be initialed with a concrete type, and generic functions must be called with a concrete type. #[test]\nfun test_container() { // these three lines are equivalent let container: Container = new(10); // type inference let container = new(10); // create a new `Container` with a `u8` value let container = new(10u8); assert!(container.value == 10, 0x0); // Value can be ignored only if it has the `drop` ability. let Container { value: _ } = container;\n} In the test function test_generic we demonstrate three equivalent ways to create a new Container with a u8 value. Because numeric types need to be inferred, we specify the type of the number literal.","breadcrumbs":"Syntax Basics » Generics » Generic Syntax","id":"170","title":"Generic Syntax"},"171":{"body":"You can define a type or function with multiple type parameters. The type parameters are then separated by commas. /// A pair of values of any type `T` and `U`.\npublic struct Pair { first: T, second: U,\n} /// Function that creates a new `Pair` with two generic values `T` and `U`.\npublic fun new_pair(first: T, second: U): Pair { Pair { first, second }\n} In the example above, Pair is a generic type with two type parameters T and U, and the new_pair function is a generic function with two type parameters T and U. The function returns a Pair with the given values. The order of the type parameters is important, and it should match the order of the type parameters in the type signature. #[test]\nfun test_generic() { // these three lines are equivalent let pair_1: Pair = new_pair(10, true); // type inference let pair_2 = new_pair(10, true); // create a new `Pair` with a `u8` and `bool` values let pair_3 = new_pair(10u8, true); assert!(pair_1.first == 10, 0x0); assert!(pair_1.second, 0x0); // Unpacking is identical. let Pair { first: _, second: _ } = pair_1; let Pair { first: _, second: _ } = pair_2; let Pair { first: _, second: _ } = pair_3; } If we added another instance where we swapped type parameters in the new_pair function, and tried to compare two types, we'd see that the type signatures are different, and cannot be compared. #[test]\nfun test_swap_type_params() { let pair1: Pair = new_pair(10u8, true); let pair2: Pair = new_pair(true, 10u8); // this line will not compile // assert!(pair1 == pair2, 0x0); let Pair { first: pf1, second: ps1 } = pair1; // first1: u8, second1: bool let Pair { first: pf2, second: ps2 } = pair2; // first2: bool, second2: u8 assert!(pf1 == ps2, 0x0); // 10 == 10 assert!(ps1 == pf2, 0x0); // true == true\n} Types for variables pair1 and pair2 are different, and the comparison will not compile.","breadcrumbs":"Syntax Basics » Generics » Multiple Type Parameters","id":"171","title":"Multiple Type Parameters"},"172":{"body":"In the examples above we focused on instantiating generic types and calling generic functions to create instances of these types. However, the real power of generics is the ability to define shared behavior for the base, generic type, and then use it independently of the concrete types. This is especially useful when working with collections, abstract implementations, and other advanced features in Move. /// A user record with name, age, and some generic metadata\npublic struct User { name: String, age: u8, /// Varies depending on application. metadata: T,\n} In the example above, User is a generic type with a single type parameter T, with shared fields name and age, and the generic metadata field which can store any type. No matter what the metadata is, all of the instances of User will have the same fields and methods. /// Updates the name of the user.\npublic fun update_name(user: &mut User, name: String) { user.name = name;\n} /// Updates the age of the user.\npublic fun update_age(user: &mut User, age: u8) { user.age = age;\n}","breadcrumbs":"Syntax Basics » Generics » Why Generics?","id":"172","title":"Why Generics?"},"173":{"body":"In some cases, you may want to define a generic type with a type parameter that is not used in the fields or methods of the type. This is called a phantom type parameter . Phantom type parameters are useful when you want to define a type that can hold any other type, but you want to enforce some constraints on the type parameter. /// A generic type with a phantom type parameter.\npublic struct Coin { value: u64\n} The Coin type here does not contain any fields or methods that use the type parameter T. It is used to differentiate between different types of coins, and to enforce some constraints on the type parameter T. public struct USD {}\npublic struct EUR {} #[test]\nfun test_phantom_type() { let coin1: Coin = Coin { value: 10 }; let coin2: Coin = Coin { value: 20 }; // Unpacking is identical because the phantom type parameter is not used. let Coin { value: _ } = coin1; let Coin { value: _ } = coin2;\n} In the example above, we demonstrate how to create two different instances of Coin with different phantom type parameters USD and EUR. The type parameter T is not used in the fields or methods of the Coin type, but it is used to differentiate between different types of coins. It will make sure that the USD and EUR coins are not mixed up.","breadcrumbs":"Syntax Basics » Generics » Phantom Type Parameters","id":"173","title":"Phantom Type Parameters"},"174":{"body":"Type parameters can be constrained to have certain abilities. This is useful when you need the inner type to allow certain behavior, such as copy or drop . The syntax for constraining a type parameter is T: + . /// A generic type with a type parameter that has the `drop` ability.\npublic struct Droppable { value: T,\n} /// A generic struct with a type parameter that has the `copy` and `drop` abilities.\npublic struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities\n} Move Compiler will enforce that the type parameter T has the specified abilities. If the type parameter does not have the specified abilities, the code will not compile. /// Type without any abilities.\npublic struct NoAbilities {} #[test]\nfun test_constraints() { // Fails - `NoAbilities` does not have the `drop` ability // let droppable = Droppable { value: 10 }; // Fails - `NoAbilities` does not have the `copy` and `drop` abilities // let copyable_droppable = CopyableDroppable { value: 10 };\n}","breadcrumbs":"Syntax Basics » Generics » Constraints on Type Parameters","id":"174","title":"Constraints on Type Parameters"},"175":{"body":"","breadcrumbs":"Syntax Basics » Generics » Further Reading","id":"175","title":"Further Reading"},"176":{"body":"In programming languages reflection is the ability of a program to examine and modify its own structure and behavior. In Move, there's a limited form of reflection that allows you to inspect the type of a value at runtime. This is useful when you need to store type information in a homogeneous collection, or when you need to check if a type belongs to a package. Type reflection is implemented in the Standard Library module std::type_name. Expressed very roughly, it gives a single function get() which returns the name of the type T.","breadcrumbs":"Syntax Basics » Type Reflection » Type Reflection","id":"176","title":"Type Reflection"},"177":{"body":"The module is pretty straightforward, and operations allowed on the result are limited to getting a string representation and extracting the module and address of the type. module book::type_reflection { use std::ascii::String; use std::type_name::{Self, TypeName}; use fun std::ascii::string as vector.to_ascii_string; /// A function that returns the name of the type `T` and its module and address. public fun i_dont_know_you(): (String, String, String) { let type_name: TypeName = type_name::get(); // there's a way to borrow let str: &String = type_name.borrow_string(); let module_name: String = type_name.get_module(); let address_str: String = type_name.get_address(); // and a way to consume the value let str = type_name.into_string(); (str, module_name, address_str) } #[test_only] public struct MyType {} #[test] fun test_type_reflection() { let (type_name, module_name, _address_str) = i_dont_know_you(); // assert!(module_name == b\"type_reflection\".to_ascii_string(), 1); }\n}","breadcrumbs":"Syntax Basics » Type Reflection » In practice","id":"177","title":"In practice"},"178":{"body":"Type reflection is an important part of the language, and it is a crucial part of some of the more advanced patterns.","breadcrumbs":"Syntax Basics » Type Reflection » Further reading","id":"178","title":"Further reading"},"179":{"body":"A crucial part of any software development, and even more - blockchain development, is testing. Here, we will cover the basics of testing in Move and how to write and organize tests for your Move code.","breadcrumbs":"Syntax Basics » Testing » Testing","id":"179","title":"Testing"},"18":{"body":"Let's take a closer look at the code we just wrote: module book::hello_world {\n} The first line of code declares a module called hello_world stored at the address book. The contents of the module go inside the curly braces {}. The last line closes the module declaration with a closing curly brace }. We will go through the module declaration in more detail in the Modules section. Then we import two members of the std::string module (which is part of the std package). The string module contains the String type, and the Self keyword imports the module itself, so we can use its functions. use std::string::{Self, String}; Then we define a hello_world function using the keyword fun which takes no arguments and returns a String type. The public keyword marks the visibility of the function - \"public\" functions can be accessed by other modules. The function body is inside the curly braces {}. In the Function section we will learn more about functions. public fun hello_world(): String { string::utf8(b\"Hello, World!\") } The function body consists of a single function call to the string::utf8 function and returns a String type. The expression is a bytestring literal b\"Hello World!\".","breadcrumbs":"Your First Move » Hello World! » Dive into the code","id":"18","title":"Dive into the code"},"180":{"body":"Tests in Move are functions marked with the #[test] attribute. This attribute tells the compiler that the function is a test function, and it should be run when the tests are executed. Test functions are regular functions, but they must return () and take no arguments. They are excluded from the bytecode, and are not included in the final package. module book::testing { // Test attribute is placed before the `fun` keyword. Can be both above or // right before the `fun` keyword: `#[test] fun my_test() { ... }` // The name of the test would be `book::testing::simple_test`. #[test] fun simple_test() { let sum = 2 + 2; assert!(sum == 4, 1); } // The name of the test would be `book::testing::more_advanced_test`. #[test] fun more_advanced_test() { let sum = 2 + 2 + 2; assert!(sum == 4, 1); }\n}","breadcrumbs":"Syntax Basics » Testing » The #[test] attribute","id":"180","title":"The #[test] attribute"},"181":{"body":"To run tests, you can use the sui move test command. This command will first build the package in the test mode and then run all the tests found in the package. During test mode, modules from both sources/ and tests/ directories are processed, and the tests are executed. $ sui move test\n> INCLUDING DEPENDENCY Sui\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING book\n> Running Move unit tests\n> ...","breadcrumbs":"Syntax Basics » Testing » Running Tests","id":"181","title":"Running Tests"},"182":{"body":"In some cases, it is helpful to give the test environment access to some of the internal functions or features. It simplifies the testing process and allows for more thorough testing. However, it is important to remember that these functions should not be included in the final package. This is where the #[test_only] attribute comes in handy. module book::testing { // Public function which uses the `secret` function. public fun multiply_by_secret(x: u64): u64 { x * secret() } /// Private function which is not available to the public. fun secret(): u64 { 100 } #[test_only] /// This function is only available for testing purposes in tests and other /// test-only functions. Mind the visibility - for `#[test_only]` it is /// common to use `public` visibility. public fun secret_for_testing(): u64 { secret() } #[test] // In the test environment we have access to the `secret_for_testing` function. fun test_multiply_by_secret() { let expected = secret_for_testing() * 2; assert!(multiply_by_secret(2) == expected, 1); }\n} Functions marked with the #[test_only] will be available to the test environment, and to the other modules if their visibility is set so.","breadcrumbs":"Syntax Basics » Testing » Utilities with #[test_only]","id":"182","title":"Utilities with #[test_only]"},"183":{"body":"In the Basic Syntax section, we learned about the basics of Move. And there was one topic that we never touched upon - storage. As a language, Move does not have a built-in storage model, and it is up to the platform developers to implement the storage model. This is an important aspect of Move, as it allows the platform to be flexible and adapt to different use cases. In this section, we will focus on the Sui storage model, which is the Object Model . We will dive into the details of parallel execution, and how the Object Model helps solve the scalability and concurrent data access challenges of blockchain platforms. This chapter is split into the following sections: The Key Ability - there we introduce the key ability and explain how it is used in Sui to define Objects. What is an Object - we expand on the concept of an Object and provide a more in-depth explanation of its use in practice. True Ownership - we explain the concept of true ownership and how it is addressed and implemented in the Sui Object Model. It has its befenits and drawbacks, and we will illustrate and explain them. Transfer Restrictions - a fundamental concept in Sui - the ability to restrict or relax the transfer ability of an Object using the store ability. Immutable Data - fundamental principles of shared state in Sui, and how shared immutable data is used in concurrent execution. Shared State - we explain how shared state works in Sui, and how it is used to implement concurrent execution. Transfer to Object - rather special scenario in the Object model which allows transferring an Object to another Object. The goal of this chapter is to provide a comprehensive understanding of the Object Model and its use on Sui. And in the next chapter , we will dive deepere into special features of Sui which make it unique and powerful.","breadcrumbs":"It starts with an Object » It starts with an Object","id":"183","title":"It starts with an Object"},"184":{"body":"In previous chapters we've covered the basics of Move and Sui Storage Model . Now it's time to dive deeper into the advanced topics of Sui programmability. This chapter introduces more complex concepts, practices and features of Move and Sui that are essential for building more sophisticated applications. It is intended for developers who are already familiar with the basics of Move and Sui, and are looking to expand their knowledge and skills.","breadcrumbs":"Advanced Programmability » Advanced Programmability","id":"184","title":"Advanced Programmability"},"185":{"body":"Every transaction has the execution context. The context is a set of pre-defined variables that are available to the program during execution. For example, every transaction has a sender address, and the transaction context contains a variable that holds the sender address. The transaction context is available to the program through the TxContext struct. The struct is defined in the sui::tx_context module and contains the following fields: File: sui-framework/tx_context.move /// Information about the transaction currently being executed.\n/// This cannot be constructed by a transaction--it is a privileged object created by\n/// the VM and passed in to the entrypoint of the transaction as `&mut TxContext`.\nstruct TxContext has drop { /// The address of the user that signed the current transaction sender: address, /// Hash of the current transaction tx_hash: vector, /// The current epoch number epoch: u64, /// Timestamp that the epoch started at epoch_timestamp_ms: u64, /// Counter recording the number of fresh id's created while executing /// this transaction. Always 0 at the start of a transaction ids_created: u64\n} Transaction context cannot be constructed manually or directly modified. It is created by the system and passed to the function as a reference in a transaction. Any function called in a Transaction Block has access to the context and can pass it into the nested calls. TxContext has to be the last argument in the function signature.","breadcrumbs":"Advanced Programmability » Transaction Context » Transaction Context","id":"185","title":"Transaction Context"},"186":{"body":"With only exception of the ids_created, all of the fields in the TxContext have getters. The getters are defined in the sui::tx_context module and are available to the program. The getters don't require &mut because they don't modify the context. public fun some_action(ctx: &TxContext) { let _me = ctx.sender() let _epoch = ctx.epoch(); let _digest = ctx.digest(); // ...\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Reading the Transaction Context","id":"186","title":"Reading the Transaction Context"},"187":{"body":"The TxContext is required to create new objects (or just UIDs) in the system. New UIDs are derived from the transaction digest, and for the digest to be unique, there needs to be a changing parameter. Sui uses the ids_created field for that. Every time a new UID is created, the ids_created field is incremented by one. This way, the digest is always unique. Internally, it is represented as the derive_id function: File: sui-framework/tx_context.move native fun derive_id(tx_hash: vector, ids_created: u64): address;","breadcrumbs":"Advanced Programmability » Transaction Context » Mutability","id":"187","title":"Mutability"},"188":{"body":"The underlying derive_id function can also be utilized in your program to generate unique addresses. The function itself is not exposed, but a wrapper function fresh_object_address is available in the sui::tx_context module. It may be useful if you need to generate a unique identifier in your program. File: sui-framework/tx_context.move /// Create an `address` that has not been used. As it is an object address, it will never\n/// occur as the address for a user.\n/// In other words, the generated address is a globally unique object ID.\npublic fun fresh_object_address(ctx: &mut TxContext): address { let ids_created = ctx.ids_created; let id = derive_id(*&ctx.tx_hash, ids_created); ctx.ids_created = ids_created + 1; id\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Generating unique addresses","id":"188","title":"Generating unique addresses"},"189":{"body":"In programming, a capability is a token that gives the owner the right to perform a specific action. It is a pattern that is used to control access to resources and operations. A simple example of a capability is a key to a door. If you have the key, you can open the door. If you don't have the key, you can't open the door. A more practical example is an Admin Capability which allows the owner to perform administrative operations, which regular users cannot.","breadcrumbs":"Advanced Programmability » Pattern: Capability » Pattern: Capability","id":"189","title":"Pattern: Capability"},"19":{"body":"To compile the package, run the following command: $ sui move build If you see this (or - for other binaries - similar) output, then everything is fine, and the code compiled successfully: > UPDATING GIT DEPENDENCY https://github.com/move-language/move.git\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING Book Congratulations! You've just compiled your first Move program. Now, let's add a test and some logging so we see that it works.","breadcrumbs":"Your First Move » Hello World! » Compile the package","id":"19","title":"Compile the package"},"190":{"body":"In the Sui Object Model , capabilities are represented as objects. An owner of an object can pass this object to a function to prove that they have the right to perform a specific action. Due to strict typing, the function taking a capability as an argument can only be called with the correct capability. module book::capability { use std::string::String; use sui::object::new as TxContext.fresh_uid; /// The capability granting the application admin the right to create new /// accounts in the system. struct AdminCap has key, store { id: UID } /// The user account in the system. struct Account has key, store { id: UID, name: String } /// Creates a new account in the system. Requires the `AdminCap` capability /// to be passed as the first argument. public fun new(_: &AdminCap, name: String, ctx: &mut TxContext): Account { Account { id: ctx.fresh_uid(), name, } }\n}","breadcrumbs":"Advanced Programmability » Pattern: Capability » Capability is an Object","id":"190","title":"Capability is an Object"},"191":{"body":"Due to the object model and the data organization model of Sui, some operations can be performed in a more efficient and parallelized way. This is called the fast path . Transaction that touches shared state requires consensus because it can be accessed by multiple parties at the same time. However, if the transaction only touches the private state (owned objects), there is no need for consensus. This is the fast path. We have a favorite example for this: a coffee machine and a coffee cup. The coffee machine placed in the office is a shared resource - everyone can use it, but there can be only one user at a time. The coffee cup, on the other hand, is a private resource - it belongs to a specific person, and only that person can use it. To make coffee, one needs to use the coffee machine and wait if there's someone else using it. However, once the coffee is made and poured into the cup, the person can take the cup and drink the coffee without waiting for anyone else. The same principle applies to Sui. If a transaction only touches the private state (the cup with coffee), it can be executed without consensus. If it touches the shared state (the coffee machine), it requires consensus. This is the fast path.","breadcrumbs":"Advanced Programmability » Fast Path » Fast Path","id":"191","title":"Fast Path"},"192":{"body":"Consensus is only required for mutating the shared state. If the object is immutable, it is treated as a \"constant\" and can be accessed in parallel. Frozen objects can be used to share unchangable data between multiple parties without requiring consensus.","breadcrumbs":"Advanced Programmability » Fast Path » Frozen objects","id":"192","title":"Frozen objects"},"193":{"body":"module book::coffee_machine { use sui::object::{Self, UID}; use sui::tx_context::TxContext; /// Coffee machine is a shared object, hence requires `key` ability. struct CoffeeMachine has key { id: UID, counter: u16 } /// Cup is an owned object. struct Cup has key, store { id: UID, has_coffee: bool } /// Initialize the module and share the `CoffeeMachine` object. fun init(ctx: &mut TxContext) { transfer::share_object(CoffeeMachine { id: object::new(ctx), counter: 0 }); } /// Take a cup out of thin air. This is a fast path operation. public fun take_cup(ctx: &mut TxContext): Cup { Cup { id: object::new(ctx), has_coffee: false } } /// Make coffee and pour it into the cup. Requires consensus. public fun make_coffee(mut machine: &mut CoffeeMachine, mut cup: &mut Cup) { machine.counter = machine.counter + 1; cup.has_coffee = true; } /// Drink coffee from the cup. This is a fast path operation. public fun drink_coffee(mut cup: &mut Cup) { cup.has_coffee = false; } /// Put the cup back. This is a fast path operation. public fun put_back(cup: Cup) { let Cup { id, has_coffee: _ } = cup; object::delete(id); }\n}","breadcrumbs":"Advanced Programmability » Fast Path » In practice","id":"193","title":"In practice"},"194":{"body":"The Clock object with the reserved address 0x6 is a special case of a shared object which maintains the fast path. While being a shared object, it cannot be passed by a mutable reference in a regular transaction. An attempt to do so will not succeed, and the transaction will be rejected.","breadcrumbs":"Advanced Programmability » Fast Path » Special case: Clock","id":"194","title":"Special case: Clock"},"195":{"body":"Collection types are a fundamental part of any programming language. They are used to store a collection of data, such as a list of items. The vector type has already been covered in the vector section , and in this chapter we will cover the collection types offered by the Sui Framework. VecSet VecMap","breadcrumbs":"Advanced Programmability » Collections » Collections","id":"195","title":"Collections"},"196":{"body":"VecSet is a collection type that stores a set of unique items. It is similar to a vector, but it does not allow duplicate items. This makes it useful for storing a collection of unique items, such as a list of unique IDs or addresses. module book::collections { use sui::vec_set::{Self, VecSet}; struct App has drop { /// `VecSet` used in the struct definition subscribers: VecSet
} #[test] fun vec_set_playground() { let set = vec_set::empty(); // create an empty set let set = vec_set::sigleton(1); // create a set with a single item set.insert(2); // add an item to the set set.insert(3); assert!(set.contains(1), 0); // check if an item is in the set assert!(set.size() == 3, 1); // get the number of items in the set assert!(!set.is_empty(), 2); // check if the set is empty set.remove(2); // remove an item from the set }\n}","breadcrumbs":"Advanced Programmability » Collections » VecSet","id":"196","title":"VecSet"},"197":{"body":"VecMap is a collection type that stores a map of key-value pairs. It is similar to a VecSet, but it allows you to associate a value with each item in the set. This makes it useful for storing a collection of key-value pairs, such as a list of addresses and their balances, or a list of user IDs and their associated data. Keys in a VecMap are unique, and each key can only be associated with a single value. If you try to insert a key-value pair with a key that already exists in the map, the old value will be replaced with the new value. module book::collections { use std::string::String; use sui::vec_map::{Self, VecMap}; struct Metadata has drop { name: String /// `VecMap` used in the struct definition attributes: VecMap } #[test] fun vec_map_playground() { let mut map = vec_map::empty(); // create an empty map map.insert(2, b\"two\".to_string()); // add a key-value pair to the map map.insert(3, b\"three\".to_string()); assert!(map.contains(1), 0); // check if a key is in the map map.remove(&2); // remove a key-value pair from the map }\n}","breadcrumbs":"Advanced Programmability » Collections » VecMap","id":"197","title":"VecMap"},"198":{"body":"Sui Object model allows objects to be attached to other objects as dynamic fields . The behavior is similar to how a Map works in other programming languages, however, the types of attached objects can be any. This allows for a wide range of use cases, such as attaching an accessory to a character, or storing large, non-heterogeneous collections in a single object.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Fields","id":"198","title":"Dynamic Fields"},"199":{"body":"Dynamic fields are attached to an object via a key , which can be any type with the store , copy and drop abilities. The key is used to access the attached object, and can be used to update or remove it. The attached object can be any type, if it has the store ability.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Structure","id":"199","title":"Structure"},"2":{"body":"This chapter covers the prerequisites for the Move language: how to set up your IDE, how to install the compiler and what is Move 2024. If you are already familiar with these topics or have a CLI installed, you can skip this chapter and proceed to the next one .","breadcrumbs":"Before we begin » Before we begin","id":"2","title":"Before we begin"},"20":{"body":"To run a Move program there needs to be an environment which stores packages and executes transactions. The best way to test a Move program is to write some tests and run them locally. Move has built-in testing functionality, and the tests are written in Move as well. In this section, we will learn how to write tests for our hello_world module. First, let's try to run tests. All of the Move binaries support the test command, and this is the command we will use to run tests: $ sui move test If you see similar output, then everything is fine, and the test command has run successfully: INCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\nTest result: OK. Total tests: 0; passed: 0; failed: 0 As you can see, the test command has run successfully, but it didn't find any tests. Let's add some tests to our module.","breadcrumbs":"Your First Move » Adding Tests » Adding Tests","id":"20","title":"Adding Tests"},"200":{"body":"Dynamic fields are defined in the sui::dynamic_field module. module book::accessories { struct Character has key { id: UID, name: String } /// An accessory that can be attached to a character. struct Accessory has store { type: String, name: String, }\n}","breadcrumbs":"Advanced Programmability » Dynamic Fields » Usage","id":"200","title":"Usage"},"201":{"body":"TODO: dynamic object fields discoverability benefits of DOFs","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Object Fields","id":"201","title":"Dynamic Object Fields"},"202":{"body":"TODO: explain how custom fields ca","breadcrumbs":"Advanced Programmability » Dynamic Fields » Custom Fields for Keys","id":"202","title":"Custom Fields for Keys"},"203":{"body":"Dynamic fields are used for: Heterogeneous collections Storing large data that does not fit into the object limit size Attaching objects to other objects as a part of application logic Extending existing types with additional data Storing data that is not always present","breadcrumbs":"Advanced Programmability » Dynamic Fields » Applications","id":"203","title":"Applications"},"204":{"body":"Sui has two ways of accessing the current time: Epoch and Time. The former represents operational periods in the system and changed roughly every 24 hours. The latter represents the current time in milliseconds since the Unix Epoch. Both can be accessed freely in the program.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch and Time","id":"204","title":"Epoch and Time"},"205":{"body":"Epochs are used to separate the system into operational periods. During an epoch the validator set is fixed, however, at the epoch boundary, the validator set can be changed. Epochs play a crucial role in the consensus algorithm and are used to determine the current validator set. They are also used as measurement in the staking mechanism. Epoch can be read from the transaction context : public fun current_epoch(ctx: &TxContext) { let epoch = ctx.epoch(); // ...\n} It is also possible to get the unix timestamp of the epoch start: public fun current_epoch_start(ctx: &TxContext) { let epoch_start = ctx.epoch_timestamp_ms(); // ...\n} Normally, epochs are used in staking and system operations, however, in custom scenarios they can be used to emulate 24h periods. They are cricital if an application relies on the staking logic or needs to know the current validator set.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch","id":"205","title":"Epoch"},"206":{"body":"For a more precise time measurement, Sui provides the Clock object. It is a system object that is updated during checkpoints by the system, which stores the current time in milliseconds since the Unix Epoch. The Clock object is defined in the sui::clock module and has a reserved address 0x6. Clock is a shared object and normally would require consensus to access. However, Clock is special, and the system won't allow accessing it mutably, so that the only way to access it is immutably. This limitation allows parallel access to the Clock object and makes it a fast path operation . File: sui-framework/clock.move /// Singleton shared object that exposes time to Move calls. This\n/// object is found at address 0x6, and can only be read (accessed\n/// via an immutable reference) by entry functions.\n///\n/// Entry Functions that attempt to accept `Clock` by mutable\n/// reference or value will fail to verify, and honest validators\n/// will not sign or execute transactions that use `Clock` as an\n/// input parameter, unless it is passed by immutable reference.\nstruct Clock has key { id: UID, /// The clock's timestamp, which is set automatically by a /// system transaction every time consensus commits a /// schedule, or by `sui::clock::increment_for_testing` during /// testing. timestamp_ms: u64,\n} There is only one public function available in the Clock module - timestamp_ms. It returns the current time in milliseconds since the Unix Epoch. /// Clock needs to be passed as an immutable reference.\npublic fun current_time(clock: &Clock) { let _time = clock.timestamp_ms(); // ...\n}","breadcrumbs":"Advanced Programmability » Epoch and Time » Time","id":"206","title":"Time"},"207":{"body":"TODO: how to use Clock in tests.","breadcrumbs":"Advanced Programmability » Epoch and Time » Testing","id":"207","title":"Testing"},"208":{"body":"Some of the language features combined together can create patterns that are similar to other programming languages. The simplest example would be \"getters and setters\" - functions that get and set the value of a field. This pattern is possible, because struct fields are private by default, and can only be accessed through functions. However, there are more advanced patterns, such as the abstract class. An abstract class is a class that cannot be instantiated, but can be inherited from. While Move does not have inheritance, it has generic structs, which can be instantiated with different types. This allows us to create a generic struct that can be used as an abstract class. Combined with a set of Witness-gated functions, this allows us to create a generic struct with a generic implementation. Some of the methods in this approach will be shared and available to all implementations, while others will be abstract and will need to be implemented by the concrete implementations.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Abstract Class","id":"208","title":"Abstract Class"},"209":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Generic Struct","id":"209","title":"Generic Struct"},"21":{"body":"When the test command runs, it looks for all tests in all files in the directory. Tests can be either placed separate modules or in the same module as the code they test. First, let's add a test function to the hello_world module: module book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") } #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) }\n} The test function is a function with a #[test] attribute. Normally it takes no arguments (but it can take arguments in some cases - you'll learn more about it closer to the end of this book) and returns nothing. Tests placed in the same module as the code they test are called \"unit tests\". They can access all functions and types in the module. We'll go through them in more detail in the Test section. #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) } Inside the test function, we define the expected outcome by creating a String with the expected value and assign it to the expected variable. Then we use the special built-in assert!() which takes two arguments: a conditional expression and an error code. If the expression evaluates to false, then the test fails with the given error code. The equality operator == compares the actual and expected values and returns true if they are equal. We'll learn more about expressions in the Expression and Scope section. Now let's run the test command again: $ sui move test You should see this output, which means that the test has run successfully: ...\nTest result: OK. Total tests: 1; passed: 1; failed: 0","breadcrumbs":"Your First Move » Adding Tests » Your first test","id":"21","title":"Your first test"},"210":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Common methods","id":"210","title":"Common methods"},"211":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Witness-gated Functions","id":"211","title":"Witness-gated Functions"},"212":{"body":"While this approach imitates the abstract class pattern well, it is not the same as the abstract class in OOP. The main difference is that the abstract class in OOP and its implementors have different type. In Move, the base type stays the same, and the implementors set a generic type parameter. Another notable difference is that due to lack of dynamic dispatch and interfaces, the implemented methods are not available through the base type and can even be missing.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Differences from OOP","id":"212","title":"Differences from OOP"},"213":{"body":"The Sui Framework uses this pattern to implement the Coin type and the underlying Balance. Its variation is also used in the Closed Loop Token implementation, however, the latter is a bit more complex, because it uses the Request pattern to dynamically implement the interface.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Usage in Sui Framework","id":"213","title":"Usage in Sui Framework"},"214":{"body":"This section contains a collection of guides that cover various aspects of programming on Sui. They are intended to provide a deeper understanding of Sui blockchain and Move language, while also aiming at practical challenges and solutions.","breadcrumbs":"Guides » Guides","id":"214","title":"Guides"},"215":{"body":"Move 2024 is the new edition of the Move language that is maintained by Mysten Labs. This guide is intended to help you understand the differences between the 2024 edition and the previous version of the Move language.","breadcrumbs":"Guides » 2024 Migration Guide » Move 2024 Migration Guide","id":"215","title":"Move 2024 Migration Guide"},"216":{"body":"To use the new edition, you need to specify the edition in the move file. The edition is specified in the move file using the edition keyword. Currently, the only available edition is 2024.alpha. edition = \"2024.beta\";","breadcrumbs":"Guides » 2024 Migration Guide » Using the New Edition","id":"216","title":"Using the New Edition"},"217":{"body":"In Move 2024, structs get a visibility modifier. Just like functions, structs can be public, friend, or private. // Move 2020\nstruct Book {} // Move 2024\npublic struct Book {}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Visibility","id":"217","title":"Struct Visibility"},"218":{"body":"In the new edition, functions which have a struct as the first argument are associated with the struct. This means that the function can be called using the dot notation. Methods defined in the same module with the type are automatically exported. public fun count(c: &Counter): u64 { /* ... */ } fun use_counter() { // move 2020 let count = counter::count(&c); // move 2024 let count = c.count();\n}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Methods","id":"218","title":"Struct Methods"},"219":{"body":"The borrow and borrow_mut functions (when defined) can be accessed using the square brackets. Just like the method syntax, the borrowing functions are associated with the type. fun play_vec() { let v = vector[1,2,3,4]; let first = v[0]; // calls vector::borrow(v, 0) v[0] = 5; // calls vector::borrow_mut(v, 0)\n}","breadcrumbs":"Guides » 2024 Migration Guide » Borrowing Operator","id":"219","title":"Borrowing Operator"},"22":{"body":"Try replacing the equality operator == inside the assert! with the inequality operator != and run the test command again. assert!(hello_world() != expected, 0) You should see this output, which means that the test has failed: Running Move unit tests\n[ FAIL ] 0x0::hello_world::test_is_hello_world Test failures: Failures in 0x0::hello_world: ┌── test_is_hello_world ──────\n│ error[E11001]: test failure\n│ ┌─ ./sources/your-first-move/hello_world.move:14:9\n│ │\n│ 12 │ fun test_is_hello_world() {\n│ │ ------------------- In this function in 0x0::hello_world\n│ 13 │ let expected = string::utf8(b\"Hello, World!\");\n│ 14 │ assert!(hello_world() != expected, 0)\n│ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test was not expected to error, but it aborted with code 0 originating in the module 00000000000000000000000000000000::hello_world rooted here\n│\n│\n└────────────────── Test result: FAILED. Total tests: 1; passed: 0; failed: 1 Tests are used to verify the execution of the code. If the code is correct, the test should pass, otherwise it should fail. In this case, the test failed because we intentionally made a mistake in the test code. However, normally you should write tests that check the correctness of the code, not the other way around! In the next section, we will learn how to debug Move programs and print intermediate values to the console.","breadcrumbs":"Your First Move » Adding Tests » Failed experiment","id":"22","title":"Failed experiment"},"220":{"body":"In Move 2024, generic methods can be associated with types. The alias can be defined for any type privately to the module, or publicly, if the type is defined in the same module. use fun my_custom_function as vector.do_magic;","breadcrumbs":"Guides » 2024 Migration Guide » Method Aliases","id":"220","title":"Method Aliases"},"221":{"body":"Macros are introduced in Move 2024. And assert! is no longer a built-in function - Instead, it's a macro. // can be called as for!(0, 10, |i| call(i));\nmacro fun for($start: u64, $stop: u64, $body: |u64|) { let mut i = $start; let stop = $stop; while (i < stop) { $body(i); i = i + 1 }\n}","breadcrumbs":"Guides » 2024 Migration Guide » Macros","id":"221","title":"Macros"},"222":{"body":"To talk about best practices for upgradability, we need to first understand what can be upgraded in a package. The base premise of upgradability is that an upgrade should not break public compatibility with the previous version. The parts of the module which can be used in dependent packages should not change their static signature. This applies to modules - a module can not be removed from a package, public structs - they can be used in function signatures and public functions - they can be called from other packages. // module can not be removed from the package\nmodule book::upgradable { // dependencies can be changed use sui::tx_context::TxContext; use sui::object::UID; // public structs can not be removed and can't be changed public struct Book has key { id: UID } // public functions can not be removed and their signature can never change public fun create_book(ctx: &mut TxContext): Book { create_book_internal(ctx) } // friend-only functions can be removed and changed public(friend) fun create_book_friend(ctx: &mut TxContext): Book { create_book_internal(ctx) } // entry functions can be removed and changed as long they're not public entry fun create_book_entry(ctx: &mut TxContext): Book { create_book_internal(ctx) } // private functions can be removed and changed fun create_book_internal(ctx: &mut TxContext): Book { abort 0 }\n}","breadcrumbs":"Guides » Upgradability Practices » Upgradability Practices","id":"222","title":"Upgradability Practices"},"223":{"body":"TODO: Add a section about entry and friend functions","breadcrumbs":"Guides » Upgradability Practices » Using entry and friend functions","id":"223","title":"Using entry and friend functions"},"224":{"body":"To discard previous versions of the package, the objects can be versioned. As long as the object contains a version field, and the code which uses the object expects and asserts a specific version, the code can be force-migrated to the new version. Normally, after an upgrade, admin functions can be used to update the version of the shared state, so that the new version of code can be used, and the old version aborts with a version mismatch. module book::versioned_state { const EVersionMismatch: u64 = 0; const VERSION: u8 = 1; /// The shared state (can be owned too) struct SharedState has key { id: UID, version: u8, /* ... */ } public fun mutate(state: &mut SharedState) { assert!(state.version == VERSION, EVersionMismatch); // ... }\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning objects","id":"224","title":"Versioning objects"},"225":{"body":"There's a common pattern in Sui which allows changing the stored configuration of an object while retaining the same object signature. This is done by keeping the base object simple and versioned and adding an actual configuration object as a dynamic field. Using this anchor pattern, the configuration can be changed with package upgrades while keeping the same base object signature. module book::versioned_config { use sui::vec_map::VecMap; use std::string::String; /// The base object struct Config has key { id: UID, version: u16 } /// The actual configuration struct ConfigV1 has store { data: Bag, metadata: VecMap } // ...\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning configuration with dynamic fields","id":"225","title":"Versioning configuration with dynamic fields"},"226":{"body":"TODO: add two patterns for modular architecture: object capability (SuiFrens) and witness registry (SuiNS)","breadcrumbs":"Guides » Upgradability Practices » Modular architecture","id":"226","title":"Modular architecture"},"227":{"body":"To guarantee the safety and security of the network, Sui has certain limits and restrictions. These limits are in place to prevent abuse and to ensure that the network remains stable and efficient. This guide provides an overview of these limits and restrictions, and how to build your application to work within them. The limits are defined in the protocol configuration and are enforced by the network. If any of the limits are exceeded, the transaction will either be rejected or aborted. The limits, being a part of the protocol, can only be changed through a network upgrade.","breadcrumbs":"Guides » Building against Limits » Building against Limits","id":"227","title":"Building against Limits"},"228":{"body":"The size of a transaction is limited to 128KB. This includes the size of the transaction payload, the size of the transaction signature, and the size of the transaction metadata. If a transaction exceeds this limit, it will be rejected by the network.","breadcrumbs":"Guides » Building against Limits » Transaction Size","id":"228","title":"Transaction Size"},"229":{"body":"The size of an object is limited to 256KB. This includes the size of the object data. If an object exceeds this limit, it will be rejected by the network. While a single object cannot bypass this limit, for more extensive storage options, one could use a combination of a base object with other attached to it using dynamic fields (eg Bag).","breadcrumbs":"Guides » Building against Limits » Object Size","id":"229","title":"Object Size"},"23":{"body":"Now that we have a package with a module and a test, let's take a slight detour and learn how to debug Move programs. Move Compiler has a built-in debugging tool that allows you to print intermediate values to the console. This is especially useful when you are writing tests and want to see what's going on inside the program.","breadcrumbs":"Your First Move » Debugging » Debugging","id":"23","title":"Debugging"},"230":{"body":"The size of a single pure argument is limited to 16KB. A transaction argument bigger than this limit will result in execution failure. So in order to create a vector of more than ~500 addresses (given that a single address is 32 bytes), it needs to be joined dynamically either in Transaction Block or in a Move function. Standard functions like vector::append() can join two vectors of ~16KB resulting in a ~32KB of data as a single value.","breadcrumbs":"Guides » Building against Limits » Single Pure Argument Size","id":"230","title":"Single Pure Argument Size"},"231":{"body":"The maximum number of objects that can be created in a single transaction is 2048. If a transaction attempts to create more than 2048 objects, it will be rejected by the network. This also affects dynamic fields , as both the key and the value are objects. So the maximum number of dynamic fields that can be created in a single transaction is 1024.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Objects created","id":"231","title":"Maximum Number of Objects created"},"232":{"body":"The maximum number of events that can be emitted in a single transaction is 1024. If a transaction attempts to emit more than 1024 events, it will be aborted.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Events","id":"232","title":"Maximum Number of Events"},"233":{"body":"Whenever execution encounters an abort, transaction fails and abort code is returned to the caller. Move VM returns the module name that aborted the transaction and the abort code. This behavior is not fully transparent to the caller of the transaction, especially when a single function contains multiple calls to the same function which may abort. In this case, the caller will not know which call aborted the transaction, and it will be hard to debug the issue or provide meaningful error message to the user. module book::module_a { use book::module_b; public fun do_something() { let field_1 = module_b::get_field(1); // may abort with 0 /* ... a lot of logic ... */ let field_2 = module_b::get_field(2); // may abort with 0 /* ... some more logic ... */ let field_3 = module_b::get_field(3); // may abort with 0 }\n} The example above illustrates the case when a single function contains multiple calls which may abort. If the caller of the do_something function receives an abort code 0, it will be hard to understand which call to module_b::get_field aborted the transaction. To address this problem, there are common patterns that can be used to improve error handling.","breadcrumbs":"Guides » Better error handling » Better error handling","id":"233","title":"Better error handling"},"234":{"body":"It is considered a good practice to provide a safe \"check\" function that returns a boolean value indicating whether an operation can be performed safely. If the module_b provides a function has_field that returns a boolean value indicating whether a field exists, the do_something function can be rewritten as follows: module book::module_a { use book::module_b; const ENoField: u64 = 0; public fun do_something() { assert!(module_b::has_field(1), ENoField); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoField); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoField); let field_3 = module_b::get_field(3); }\n} By adding custom checks before each call to module_b::get_field, the developer of the module_a takes control over the error handling. And it allows implementing the second rule.","breadcrumbs":"Guides » Better error handling » Rule 1: Handle all possible scenarios","id":"234","title":"Rule 1: Handle all possible scenarios"},"235":{"body":"The second trick, once the abort codes are handled by the caller module, is to use different abort codes for different scenarios. This way, the caller module can provide a meaningful error message to the user. The module_a can be rewritten as follows: module book::module_a { use book::module_b; const ENoFieldA: u64 = 0; const ENoFieldB: u64 = 1; const ENoFieldC: u64 = 2; public fun do_something() { assert!(module_b::has_field(1), ENoFieldA); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoFieldB); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoFieldC); let field_3 = module_b::get_field(3); }\n} Now, the caller module can provide a meaningful error message to the user. If the caller receives an abort code 0, it can be translated to \"Field 1 does not exist\". If the caller receives an abort code 1, it can be translated to \"Field 2 does not exist\". And so on.","breadcrumbs":"Guides » Better error handling » Rule 2: Abort with different codes","id":"235","title":"Rule 2: Abort with different codes"},"236":{"body":"A developer is often tempted to add a public function that would assert all the conditions and abort the execution. However, it is a better practice to create a function that returns a boolean value instead. This way, the caller module can handle the error and provide a meaningful error message to the user. module book::some_app_assert { const ENotAuthorized: u64 = 0; public fun do_a() { assert_is_authorized(); // ... } public fun do_b() { assert_is_authorized(); // ... } /// Don't do this public fun assert_is_authorized() { assert!(/* some condition */ true, ENotAuthorized); }\n} This module can be rewritten as follows: module book::some_app { const ENotAuthorized: u64 = 0; public fun do_a() { assert!(is_authorized(), ENotAuthorized); // ... } public fun do_b() { assert!(is_authorized(), ENotAuthorized); // ... } public fun is_authorized(): bool { /* some condition */ true } // a private function can still be used to avoid code duplication for a case // when the same condition with the same abort code is used in multiple places fun assert_is_authorized() { assert!(is_authorized(), ENotAuthorized); }\n} Utilizing these three rules will make the error handling more transparent to the caller of the transaction, and it will allow other developers to use custom abort codes in their modules.","breadcrumbs":"Guides » Better error handling » Rule 3: Return bool instead of assert","id":"236","title":"Rule 3: Return bool instead of assert"},"237":{"body":"Fast Path - term used to describe a transaction that does not involve shared objects, and can be executed without the need for consensus. Internal Type - type that is defined within the module. Fields of this type can not be accessed from outside the module, and, in case of \"key\"-only abilities, can not be used in public_* transfer functions.","breadcrumbs":"Appendix » Glossary » Glossary","id":"237","title":"Glossary"},"238":{"body":"key - ability that allows the struct to be used as a key in the storage. On Sui, the key ability marks an object and requires the first field to be a id: UID. store - ability that allows the struct to be stored inside other objects. This ability relaxes restrictions applied to internal structs, allowing public_* transfer functions to accept them as arguments. It also enables the object to be stored as a dynamic field. copy - ability that allows the struct to be copied. On Sui, the copy ability conflicts with the key ability, and can not be used together with it. drop - ability that allows the struct to be ignored or discarded. On Sui, the drop ability cannot be used together with the key ability, as objects are not allowed to be ignored.","breadcrumbs":"Appendix » Glossary » Abilities","id":"238","title":"Abilities"},"24":{"body":"To use the debug module, we need to import it in our module. Imports are usually grouped together for readability and they are placed at the top of the module. Let's add the import statement to the hello_world module: module book::hello_world { use std::string::{Self, String}; use std::debug; // the added import! Having imported the std::debug module, we can now use its functions. Let's add a debug::print function call to the hello_world function. To achieve that we need to change the function body. Instead of returning the value right away we will assign it to a variable, print it to the console and then return it: public fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result } First, run the build command: $ sui move build The output does not contain anything unusual, because our code was never executed. But running build is an important part of the routine - this way we make sure that the changes we added can compile. Let's run the test command now: $ sui move test The output of the test command now contains the \"Hello, World!\" string: INCLUDING DEPENDENCY MoveNursery\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\n[debug] \"Hello, World!\"\n[ PASS ] 0x0::hello_world::test_is_hello_world\nTest result: OK. Total tests: 1; passed: 1; failed: 0 Now every time the hello_world function is run in tests, you'll see the \"Hello, World!\" string in the output.","breadcrumbs":"Your First Move » Debugging » New import","id":"24","title":"New import"},"25":{"body":"Debug should only be used in local environment and never published on-chain. Usually, during the publish, the debug module is either removed from the package or the publishing fails with an error. There's no way to use this functionality on-chain.","breadcrumbs":"Your First Move » Debugging » Correct usage","id":"25","title":"Correct usage"},"26":{"body":"There's one trick that allows you to save some time while debugging. Instead of adding a module-level import, use a fully qualified function name. This way you don't need to add an import statement to the module, but you can still use the debug::print function: std::debug::print(&my_variable); Be mindful that the value passed into debug should be a reference (the & symbol in front of the variable name). If you pass a value, the compiler will emit an error.","breadcrumbs":"Your First Move » Debugging » Hint","id":"26","title":"Hint"},"27":{"body":"Move CLI has a built-in tool for generating documentation for Move modules. The tool is included into the binary and available out of the box. In this section we will learn how to generate documentation for our hello_world module.","breadcrumbs":"Your First Move » Generating Docs » Generating Documentation","id":"27","title":"Generating Documentation"},"28":{"body":"To generate documentation for a module, we need to add documentation comments to the module and its functions. Documentation comments are written in Markdown and start with /// (three slashes). For example, let's add a documentation comment to the hello_world module: /// This module contains a function that returns a string \"Hello, World!\".\nmodule book::hello_world { Doc comments placed above the module are linked to the module itself, while doc comments placed above the function are linked to the function. /// As the name says: returns a string \"Hello, World!\". public fun hello_world(): String { string::utf8(b\"Hello, World!\") } If a documented member has an attribute, such as #[test] in the example below, the doc comment must be placed after the attribute: While it is possible to document #[test] functions, doc comments for tests will not be included in the generated documentation. #[test] /// This is a test for the `hello_world` function. fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); let actual = hello_world(); assert!(actual == expected, 0) }","breadcrumbs":"Your First Move » Generating Docs » Adding documentation comments","id":"28","title":"Adding documentation comments"},"29":{"body":"To generate documentation for a module, we need to run the sui move build command with a --doc flag. Let's run the command: $ sui move build --doc\n...\n...\nBUILDING Book Samples Alternatively, you can use move test --doc - this can be useful if you want to test and generate documentation at the same time. For example, as a part of your CI/CD pipeline. Once the build is complete, the documentation will be available in the build/docs directory. Each modile will have its own .md file. The documentation for the hello_world module will be available in the build/docs/hello_world.md file. Click to see an example of the `hello_world.md` contents # Module `0x0::hello_world`\nThis module contains a function that returns a string \"Hello, World!\".\n- [Function `hello_world`](#0x0_hello_world_hello_world)\n
use 0x1::debug;\nuse 0x1::string;\n
\n ## Function `hello_world`\nAs the name says: returns a string \"Hello, World!\".\n
fun hello_world(): string::String\n
\n
\nImplementation\n
fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result\n}\n
\n
","breadcrumbs":"Your First Move » Generating Docs » Generating documentation","id":"29","title":"Generating documentation"},"3":{"body":"Move is a compiled language, so you need to install a compiler to be able to write and run Move programs. The compiler is included into the Sui binary, which can be installed or downloaded using one of the methods below.","breadcrumbs":"Before we begin » Install Sui » Install Sui","id":"3","title":"Install Sui"},"30":{"body":"In this chapter you will learn about the basic concepts of Sui and Move. You will learn what is a package, how to interact with it, what is an account and a transaction, and how data is stored on Sui. While this chapter is not a complete reference, and you should refer to the Sui Documentation for that, it will give you a good understanding of the basic concepts required to write Move programs on Sui.","breadcrumbs":"Concepts » Concepts","id":"30","title":"Concepts"},"31":{"body":"Move is a language for writing smart contracts - programs that stored and run on the blockchain. A single program is organized into a package. A package is published on the blockchain and is identified by an address . A published package can be interacted with by sending transactions calling its functions. It can also act as a dependency for other packages. To create a new package, use the sui move new command. To learn more about the command, run sui move new --help. Package consists of modules - separate scopes that contain functions, types, and other items. package 0x... module a struct A1 fun hello_world() module b struct B1 fun hello_package()","breadcrumbs":"Concepts » What is a Package » Packages","id":"31","title":"Packages"},"32":{"body":"Locally, a package is a directory with a Move.toml file and a sources directory. The Move.toml file - called the \"package manifest\" - contains metadata about the package, and the sources directory contains the source code for the modules. Packages usually looks like this: sources/ my_module.move another_module.move ...\ntests/ ...\nexamples/ using_my_module.move\nMove.toml The tests directory is optional and contains tests for the package. Code placed into the tests directory is not published on-chain and is only availably in tests. The examples directory can be used for code examples, and is also not published on-chain.","breadcrumbs":"Concepts » What is a Package » Package Structure","id":"32","title":"Package Structure"},"33":{"body":"During development, package doesn't have an address and it needs to be set to 0x0. Once a package is published, it gets a single unique address on the blockchain containing its modules' bytecode. A published package becomes immutable and can be interacted with by sending transactions. 0x... my_module: another_module: ","breadcrumbs":"Concepts » What is a Package » Published Package","id":"33","title":"Published Package"},"34":{"body":"Package Manifest Address Publishing a Package","breadcrumbs":"Concepts » What is a Package » Links","id":"34","title":"Links"},"35":{"body":"The Move.toml is a manifest file that describes the package and its dependencies. It is written in TOML format and contains multiple sections, the most important of which are [package], [dependencies] and [addresses]. [package]\nname = \"my_project\"\nversion = \"0.0.0\"\nedition = \"2024\" [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } [addresses]\nstd = \"0x1\"\nalice = \"0xA11CE\" [dev-addresses]\nalice = \"0xB0B\"","breadcrumbs":"Concepts » Manifest » Package Manifest","id":"35","title":"Package Manifest"},"36":{"body":"","breadcrumbs":"Concepts » Manifest » Sections","id":"36","title":"Sections"},"37":{"body":"The [package] section is used to describe the package. None of the fields in this section are published on chain, but they are used in tooling and release management; they also specify the Move edition for the compiler. name - the name of the package when it is imported; version - the version of the package, can be used in release management; edition - the edition of the Move language; currently, the only valid value is 2024.","breadcrumbs":"Concepts » Manifest » Package","id":"37","title":"Package"},"38":{"body":"The [dependencies] section is used to specify the dependencies of the project. Each dependency is specified as a key-value pair, where the key is the name of the dependency, and the value is the dependency specification. The dependency specification can be a git repository URL or a path to the local directory. # git repository\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } # local directory\nMyPackage = { local = \"../my-package\" } Packages also import addresses from other packages. For example, the Sui dependency adds the std and sui addresses to the project. These addresses can be used in the code as aliases for the addresses.","breadcrumbs":"Concepts » Manifest » Dependencies","id":"38","title":"Dependencies"},"39":{"body":"Sometimes dependencies have conflicting versions of the same package. For example, if you have two dependencies that use different versions of the Sui package, you can override the dependency in the [dependencies] section. To do so, add the override field to the dependency. The version of the dependency specified in the [dependencies] section will be used instead of the one specified in the dependency itself. [dependencies]\nSui = { override = true, git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }","breadcrumbs":"Concepts » Manifest » Resolving version conflicts with override","id":"39","title":"Resolving version conflicts with override"},"4":{"body":"You can download the latest Sui binary from the releases page . The binary is available for macOS, Linux and Windows. For education purposes and development, we recommend using the mainnet version.","breadcrumbs":"Before we begin » Install Sui » Download Binary","id":"4","title":"Download Binary"},"40":{"body":"It is possible to add [dev-dependencies] section to the manifest. It is used to override dependencies in the dev and test modes. For example, if you want to use a different version of the Sui package in the dev mode, you can add a custom dependency specification to the [dev-dependencies] section.","breadcrumbs":"Concepts » Manifest » Dev-dependencies","id":"40","title":"Dev-dependencies"},"41":{"body":"The [addresses] section is used to add aliases for the addresses. Any address can be specified in this section, and then used in the code as an alias. For example, if you add alice = \"0xA11CE\" to this section, you can use alice as 0xA11CE in the code.","breadcrumbs":"Concepts » Manifest » Addresses","id":"41","title":"Addresses"},"42":{"body":"The [dev-addresses] section is the same as [addresses], but only works for the test and dev modes. Important to note that it is impossible to introduce new aliases in this section, only override the existing ones. So in the example above, if you add alice = \"0xB0B\" to this section, the alice address will be 0xB0B in the test and dev modes, and 0xA11CE in the regular build.","breadcrumbs":"Concepts » Manifest » Dev-addresses","id":"42","title":"Dev-addresses"},"43":{"body":"The TOML format supports two styles for tables: inline and multiline. The examples above are using the inline style, but it is also possible to use the multiline style. You wouldn't want to use it for the [package] section, but it can be useful for the dependencies. # Inline style\n[dependencies]\nSui = { override = true, git = \"\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nMyPackage = { local = \"../my-package\" } # Multiline style\n[dependencies.Sui]\noverride = true\ngit = \"https://github.com/MystenLabs/sui.git\"\nsubdir = \"crates/sui-framework/packages/sui-framework\"\nrev = \"framework/testnet\" [dependencies.MyPackage]\nlocal = \"../my-package\"","breadcrumbs":"Concepts » Manifest » TOML styles","id":"43","title":"TOML styles"},"44":{"body":"Packages in the Move Documentation","breadcrumbs":"Concepts » Manifest » Links","id":"44","title":"Links"},"45":{"body":"Address is a unique identifier of a location on the blockchain. It is used to identify packages , accounts , and objects . Address has a fixed size of 32 bytes and is usually represented as a hexadecimal string prefixed with 0x. Addresses are case insensitive. 0xe51ff5cd221a81c3d6e22b9e670ddf99004d71de4f769b0312b68c7c4872e2f1 The address above is an example of a valid address. It is 64 characters long (32 bytes) and is prefixed with 0x. Sui also has reserved addresses that are used to identify standard packages and objects. Reserved addresses are typically simple values that are easy to remember and type. For example, the address of the Standard Library is 0x1. Addresses, shorter than 32 bytes, are padded with zeros to the left. 0x1 = 0x0000000000000000000000000000000000000000000000000000000000000001 Here are some examples of reserved addresses: 0x1 - address of the Sui Standard Library (alias std) 0x2 - address of the Sui Framework (alias sui) 0x5 - address of the Sui System object 0x6 - address of the system Clock object 0x403 - address of the DenyList system object","breadcrumbs":"Concepts » Addresses » Addresses","id":"45","title":"Addresses"},"46":{"body":"Address type in Move","breadcrumbs":"Concepts » Addresses » Further reading","id":"46","title":"Further reading"},"47":{"body":"Module is the basic unit of organization in a package. A module is a separate scope that contains functions, types, and other items. A package consists of one or more modules.","breadcrumbs":"Concepts » Module » Module","id":"47","title":"Module"},"48":{"body":"Accounts interact with the blockchain by sending transactions . Transactions can call functions in a package, and can also deploy new packages. On Sui, a single transaction can contain multiple operations, we call them \"commands\". A command can be a call to a function, a deployment of a new package, upgrade of an existing one, or a combination of these. Commands can return values, which can be used in subsequent commands.","breadcrumbs":"Concepts » Interacting with a Package » Interacting with a Package","id":"48","title":"Interacting with a Package"},"49":{"body":"An account is a way to identify a user. An account is generated from a private key, and is identified by an address. An account can own objects, and can send transactions. Every transaction has a sender, and the sender is identified by an address .","breadcrumbs":"Concepts » Account » Account","id":"49","title":"Account"},"5":{"body":"You can install Sui using the Homebrew package manager. brew install sui","breadcrumbs":"Before we begin » Install Sui » Install using Homebrew (MacOS)","id":"5","title":"Install using Homebrew (MacOS)"},"50":{"body":"Transaction is a fundamental concept in the blockchain world. It is a way to interact with a blockchain. Transactions are used to change the state of the blockchain, and they are the only way to do so. In Move, transactions are used to call functions in a package, deploy new packages, and upgrade existing ones.","breadcrumbs":"Concepts » Transaction » Transaction","id":"50","title":"Transaction"},"51":{"body":"Transactions consist of: a sender - the account that signs the transaction a list (or a chain) of commands - the operations to be executed command inputs - the arguments for the commands a gas object - the object used to pay for the transaction gas price and budget - the cost of the transaction","breadcrumbs":"Concepts » Transaction » Transaction Structure","id":"51","title":"Transaction Structure"},"52":{"body":"Sui does not have global storage. Instead, storage is split into a pool of objects. Some of the objects are owned by accounts and available only to them, and some are shared and can be accessed by anyone on the network. There's also a special kind of shared immutable objects, also called frozen , which can't be modified, and act as public chain-wide constants. Each object has a unique 32-byte identifier - UID, it is used to access and reference the object. Sui object consists of: UID - 32-byte unique identifier (address) Type - Move type with the key ability Owner - can be shared, account_address, object_owner or immutable Digest - hash of the object's content Version - acts as a nonce Content - the actual data represented as BCS","breadcrumbs":"Concepts » Object Model » Object Model","id":"52","title":"Object Model"},"53":{"body":"In this chapter we illustrate the concepts of Sui by building a simple application. Unlike the Hello World example which aims to illustrate Move Compiler, this application is focused on Sui specifics. It is also more complex - it uses objects , and we will publish and use it on Sui. The goal of this mini-project is to demonstrate the process of building, testing, and publishing a Sui application. The result is a simple but complete application that you can use as a starting point for your projects or as a playground to experiment with Sui as you learn. The chapter is split into the following parts (in order): Hello Sui! Build and Publish Testing Additionally, there's a section with ideas for further development of the application which you may get back to as you progress through the book.","breadcrumbs":"Your First Sui App » Your First Sui App","id":"53","title":"Your First Sui App"},"54":{"body":"Just like we did with the Hello World example, we will start by initializing a new package using the Sui CLI, then we will implement a simple application that creates a \"Postcard\" - a digital postcard that can be sent to a friend.","breadcrumbs":"Your First Sui App » Hello Sui! » Hello Sui!","id":"54","title":"Hello Sui!"},"55":{"body":"Sui packages are no different to regular Move packages, and can be initialized using the sui CLI. The following command will create a new package called postcard: $ sui new postcard This will create a new directory called postcard with the following structure: postcard\n├── Move.toml\n├── src/\n│ └── postcard.move\n└── tests/ └── postcard_tests.move The package manifest - Move.toml - already contains all required dependencies for Sui, and the src/postcard.move file is pre-created with a simple module layout. In case the Move.toml file does not feature the edition field, please, add it manually. The edition field under the [package] section should be set to 2024.beta. Like this: edition = \"2024.beta\"","breadcrumbs":"Your First Sui App » Hello Sui! » Create a new Sui package","id":"55","title":"Create a new Sui package"},"56":{"body":"The Postcard application will be a simple module that defines an object , and a set of functions to create, modify and send the postcard to any address . Let's start by inserting the code. Replace the contents of the src/postcard.move file with the following: module postcard::postcard { use std::string::String; use fun sui::object::new as TxContext.fresh_uid; /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, } /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) } /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }\n} To make sure that everything is working as expected, run this command: $ sui move build You should see this output, indicating that the package was built successfully. There shouldn't be any errors following the BUILDING postcard line: > $ sui move build\nUPDATING GIT DEPENDENCY https://github.com/MystenLabs/sui.git\nINCLUDING DEPENDENCY Sui\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING postcard If you do see errors, please, double check the code and the steps you've taken to create the package. It's very likely a typo in one of the commands.","breadcrumbs":"Your First Sui App » Hello Sui! » Implement the Postcard application","id":"56","title":"Implement the Postcard application"},"57":{"body":"In the next section we will take a closer look at the structure of the postcard.move file and explain the code we've just inserted. We will also discuss the imports and the object definition in more detail.","breadcrumbs":"Your First Sui App » Hello Sui! » Next steps","id":"57","title":"Next steps"},"58":{"body":"Let's take a look at the code we've inserted into the postcard.move file. We will discuss the structure of the module and the code in more detail, and explain the way the Postcard object is created, used and stored.","breadcrumbs":"Your First Sui App » Using Objects » Using Objects","id":"58","title":"Using Objects"},"59":{"body":"First line of the file is the module declaration. The address of the module is package - a name defined in the Move.toml file. The module name is also postcard. The module body is enclosed in curly braces {}. module postcard::postcard {","breadcrumbs":"Your First Sui App » Using Objects » Module","id":"59","title":"Module"},"6":{"body":"You can install and build Sui locally by using the Cargo package manager (requires Rust) cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch mainnet","breadcrumbs":"Before we begin » Install Sui » Build using Cargo (MacOS, Linux)","id":"6","title":"Build using Cargo (MacOS, Linux)"},"60":{"body":"In the top of the module we import String type from the Standard Library (std). The rest of the types used in this module are implicitly imported from the Sui Framework . use std::string::String;","breadcrumbs":"Your First Sui App » Using Objects » Imports","id":"60","title":"Imports"},"61":{"body":"A public struct Postcard, that goes after imports, is an object. A struct with the key ability is an object on Sui. As such, its first field must be id of type UID (that we imported from the Sui Framework). The id field is the unique identifier and an address of the object. /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, }","breadcrumbs":"Your First Sui App » Using Objects » Postcard is an Object","id":"61","title":"Postcard is an Object"},"62":{"body":"Sui has no global storage , and the objects are stored independently of their package. This is why we defined a single Postcard and not a collection \"Postcards\". Objects have to be created and stored in the storage before they can be used. The new function is a public function that creates a new instance of the Postcard object and returns it to the caller. It takes two arguments: the message of type String, which is the message on the postcard, and the ctx of type TxContext, a standard type that is automatically inserted by the Sui runtime. /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } When initializing an instance of Postcard we pass the fields of the struct as arguments, the id is generated from the TxContext argument via the ctx.fresh_uid() call. And the message is taken as-is from the message argument.","breadcrumbs":"Your First Sui App » Using Objects » Creating an Object","id":"62","title":"Creating an Object"},"63":{"body":"Objects can't be ignored, so when the function new is called, the returned Postcard needs to be stored. And here's when the sui::transfer module comes into play. The sui::transfer::transfer function is used to store the object at the specified address. /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } The function takes the Postcard as the first argument and a value of the address type as the second argument. Both are passed into the transfer function to send — and hence, store — the object to the specified address.","breadcrumbs":"Your First Sui App » Using Objects » Sending a Postcard","id":"63","title":"Sending a Postcard"},"64":{"body":"A very common scenario is transfering the object to the caller. This can be done by calling the send_to function with the sender address. It can be read from the ctx argument, which is a TxContext type. /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) }","breadcrumbs":"Your First Sui App » Using Objects » Keeping the Object","id":"64","title":"Keeping the Object"},"65":{"body":"The update function is another public function that takes a mutable reference to the Postcard and a String argument. It updates the message field of the Postcard. Because the Postcard is passed by a reference, the owner is not changed, and the object is not moved. /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }","breadcrumbs":"Your First Sui App » Using Objects » Updating the Object","id":"65","title":"Updating the Object"},"66":{"body":"In the next section we will write a simple test for the Postcard module to see how it works. Later we will publish the package on Sui DevNet and learn how to use the Sui CLI to interact with the package.","breadcrumbs":"Your First Sui App » Using Objects » Next steps","id":"66","title":"Next steps"},"67":{"body":"This chapter is all about the basic syntax of the Move language. It covers the basics of the language, such as types, modules, functions, and control flow. It focuses on the language without a storage model or a blockchain, and explains the essential concepts of the language.","breadcrumbs":"Syntax Basics » Basic Syntax","id":"67","title":"Basic Syntax"},"68":{"body":"Module is the base unit of code organization in Move. Modules are used to group and isolate code, and all of the members of the module are private to the module by default. In this section you will learn how to define a module, how to declare its members and how to access them from other modules.","breadcrumbs":"Syntax Basics » Module » Module","id":"68","title":"Module"},"69":{"body":"Modules are declared using the module keyword followed by the package address, module name and the module body inside the curly braces {}. The module name should be in snake_case - all lowercase letters with underscores between words. Modules names must be unique in the package. Usually, a single file in the sources/ folder contains a single module. The file name should match the module name - for example, a donut_shop module should be stored in the donut_shop.move file. You can read more about coding conventions in the Coding Conventions section. module book::my_module { // module body\n} Structs, functions and constants, imports and friend declarations are all part of the module: Structs Functions Constants Imports Friend declarations Method Aliases","breadcrumbs":"Syntax Basics » Module » Module declaration","id":"69","title":"Module declaration"},"7":{"body":"For troubleshooting the installation process, please refer to the Install Sui Guide.","breadcrumbs":"Before we begin » Install Sui » Troubleshooting","id":"7","title":"Troubleshooting"},"70":{"body":"Module address can be specified as both: an address literal (does not require the @ prefix) or a named address specified in the Package Manifest . In the example below, both are identical because there's a book = \"0x0\" record in the [addresses] section of the Move.toml. module 0x0::address_literal_example { // module body\n} Addresses section in the Move.toml: # Move.toml\n[addresses]\nbook = \"0x0\"","breadcrumbs":"Syntax Basics » Module » Address / Named address","id":"70","title":"Address / Named address"},"71":{"body":"Module members are declared inside the module body. To illustrate that, let's define a simple module with a struct, a function and a constant: module book::my_module_with_members { // import use book::my_module; // friend declaration friend book::constants; // a constant const CONST: u8 = 0; // a struct public struct Struct {} // method alias public use fun function as Struct.struct_fun; // function fun function(_: &Struct) { /* function body */ }\n}","breadcrumbs":"Syntax Basics » Module » Module members","id":"71","title":"Module members"},"72":{"body":"Before the introduction of the address::module_name syntax, modules were organized into address {} blocks. This way of code organization is still available today, but is not used widely. Modern practices imply having a single module per file, so the address {} block is rather a redundant construct. Module addresses can be omitted if modules are organized into address {} blocks. address book { // address block module another_module { // module body\n} module yet_another_module { // module body\n}\n} The modules defined in this code sample will be accessible as: book::another_module book::yet_another_module","breadcrumbs":"Syntax Basics » Module » Address block","id":"72","title":"Address block"},"73":{"body":"Comments are a way to add notes or document your code. They are ignored by the compiler and don't result in the Move bytecode. You can use comments to explain what your code does, to add notes to yourself or other developers, to temporarily remove a part of your code, or to generate documentation. There are three types of comments in Move: line comment, block comment, and doc comment.","breadcrumbs":"Syntax Basics » Comments » Comments","id":"73","title":"Comments"},"74":{"body":"module book::comments_line { fun some_function() { // this is a comment line }\n} You can use double slash // to comment out the rest of the line. Everything after // will be ignored by the compiler. module book::comments_line_2 { // let's add a note to everything! fun some_function_with_numbers() { let a = 10; // let b = 10 this line is commented and won't be executed let b = 5; // here comment is placed after code a + b; // result is 15, not 10! }\n}","breadcrumbs":"Syntax Basics » Comments » Line comment","id":"74","title":"Line comment"},"75":{"body":"Block comments are used to comment out a block of code. They start with /* and end with */. Everything between /* and */ will be ignored by the compiler. You can use block comments to comment out a single line or multiple lines. You can even use them to comment out a part of a line. module book::comments_block { fun /* you can comment everywhere */ go_wild() { /* here there everywhere */ let a = 10; let b = /* even here */ 10; /* and again */ a + b; } /* you can use it to remove certain expressions or definitions fun empty_commented_out() { } */\n} This example is a bit extreme, but it shows how you can use block comments to comment out a part of a line.","breadcrumbs":"Syntax Basics » Comments » Block comment","id":"75","title":"Block comment"},"76":{"body":"Documentation comments are special comments that are used to generate documentation for your code. They are similar to block comments, but they start with three slashes /// and are placed before the definition of the item they document. /// Module has documentation!\nmodule book::comments_doc { /// This is a 0x0 address constant! const AN_ADDRESS: address = @0x0; /// This is a struct! public struct AStruct { /// This is a field of a struct! a_field: u8, } /// This function does something! /// And it's documented! fun do_something() {}\n}","breadcrumbs":"Syntax Basics » Comments » Doc comment","id":"76","title":"Doc comment"},"77":{"body":"For simple values, Move has a number of built-in primitive types. They're the base that makes up all other types. The primitive types are: Booleans Unsigned Integers Address - covered in the next section However, before we get to the types, let's first look at how to declare and assign variables in Move.","breadcrumbs":"Syntax Basics » Primitive Types » Primitive Types","id":"77","title":"Primitive Types"},"78":{"body":"Variables are declared using the let keyword. They are immutable by default, but can be made mutable using the let mut keyword. The syntax for the let mut statement is: let [: ] = ;\nlet mut [: ] = ; Where: - the name of the variable - the type of the variable, optional - the value to be assigned to the variable let x: bool = true;\nlet mut y: u8 = 42; A mutable variable can be reassigned using the = operator. y = 43; Variables can also be shadowed by re-declaring. let x: u8 = 42;\nlet x: u8 = 43;","breadcrumbs":"Syntax Basics » Primitive Types » Variables and assignment","id":"78","title":"Variables and assignment"},"79":{"body":"The bool type represents a boolean value - yes or no, true or false. It has two possible values: true and false which are keywords in Move. For booleans, there's no need to explicitly specify the type - the compiler can infer it from the value. let x = true;\nlet y = false; Booleans are often used to store flags and to control the flow of the program. Please, refer to the Control Flow section for more information.","breadcrumbs":"Syntax Basics » Primitive Types » Booleans","id":"79","title":"Booleans"},"8":{"body":"There are two most popular IDEs for Move development: VSCode and IntelliJ IDEA. Both of them provide basic features like syntax highlighting and error messages, though they differ in their additional features. Whatever IDE you choose, you'll need to use the terminal to run the Move CLI . IntelliJ Plugin does not support Move 2024 edition fully, some syntax won't get highlighted and not supported.","breadcrumbs":"Before we begin » Set up your IDE » Set up your IDE","id":"8","title":"Set up your IDE"},"80":{"body":"Move supports unsigned integers of various sizes: from 8-bit to 256-bit. The integer types are: u8 - 8-bit u16 - 16-bit u32 - 32-bit u64 - 64-bit u128 - 128-bit u256 - 256-bit let x: u8 = 42;\nlet y: u16 = 42;\n// ...\nlet z: u256 = 42; Unlike booleans, integer types need to be inferred. In most of the cases, the compiler will infer the type from the value, usually defaulting to u64. However, sometimes the compiler is unable to infer the type and will require an explicit type annotation. It can either be provided during assignment or by using a type suffix. // Both are equivalent\nlet x: u8 = 42;\nlet x = 42u8;","breadcrumbs":"Syntax Basics » Primitive Types » Integer Types","id":"80","title":"Integer Types"},"81":{"body":"Move supports the standard arithmetic operations for integers: addition, subtraction, multiplication, division, and remainder. The syntax for these operations is: Syntax Operation Aborts If + addition Result is too large for the integer type - subtraction Result is less than zero * multiplication Result is too large for the integer type % modular division The divisor is 0 / truncating division The divisor is 0 The type of the operands must match , otherwise, the compiler will raise an error. The result of the operation will be of the same type as the operands. To perform operations on different types, the operands need to be cast to the same type.","breadcrumbs":"Syntax Basics » Primitive Types » Operations","id":"81","title":"Operations"},"82":{"body":"Move supports explicit casting between integer types. The syntax for it is: ( as ) Note, that it requires parentheses around the expression to prevent ambiguity. let x: u8 = 42;\nlet y: u16 = (x as u16); A more complex example, preventing overflow: let x: u8 = 255;\nlet y: u8 = 255;\nlet z: u16 = (x as u16) + ((y as u16) * 2);","breadcrumbs":"Syntax Basics » Primitive Types » Casting with as","id":"82","title":"Casting with as"},"83":{"body":"Move does not support overflow / underflow, an operation that results in a value outside the range of the type will raise a runtime error. This is a safety feature to prevent unexpected behavior. let x = 255u8;\nlet y = 1u8; // This will raise an error\nlet z = x + y;","breadcrumbs":"Syntax Basics » Primitive Types » Overflow","id":"83","title":"Overflow"},"84":{"body":"To represent addresses , Move uses a special type called address. It is a 32 byte value that can be used to represent any address on the blockchain. Addresses are used in two syntax forms: hexadecimal addresses prefixed with 0x and named addresses. // address literal\nlet value: address = @0x1; // named address registered in Move.toml\nlet value = @std;\nlet other = @sui; An address literal starts with the @ symbol followed by a hexadecimal number or an identifier. The hexadecimal number is interpreted as a 32 byte value. The identifier is looked up in the Move.toml file and replaced with the corresponding address by the compiler. If the identifier is not found in the Move.toml file, the compiler will throw an error.","breadcrumbs":"Syntax Basics » Address Type » Address Type","id":"84","title":"Address Type"},"85":{"body":"Sui Framework offers a set of helper functions to work with addresses. Given that the address type is a 32 byte value, it can be converted to a u256 type and vice versa. It can also be converted to and from a vector type. Example: Convert an address to a u256 type and back. use sui::address; let addr_as_u256: u256 = address::to_u256(@0x1);\nlet addr = address::from_u256(addr_as_u256); Example: Convert an address to a vector type and back. use sui::address; let addr_as_u8: vector = address::to_bytes(@0x1);\nlet addr = address::from_bytes(addr_as_u8); Example: Convert an address into a string. use sui::address;\nuse std::string::String; let addr_as_string: String = address::to_string(@0x1);","breadcrumbs":"Syntax Basics » Address Type » Conversion","id":"85","title":"Conversion"},"86":{"body":"In programming languages expression is a unit of code which returns a value, in Move, almost everything is an expression, - with the sole exception of let statement which is a declaration. In this section, we cover the types of expressions and introduce the concept of scope. Expressions are sequenced with semicolons ;. If there's \"no expression\" after the semicolon, the compiler will insert an empty expression ().","breadcrumbs":"Syntax Basics » Expression » Expression","id":"86","title":"Expression"},"87":{"body":"In the Primitive Types section, we introduced the basic types of Move. And to illustrate them, we used literals. A literal is a notation for representing a fixed value in the source code. Literals are used to initialize variables and to pass arguments to functions. Move has the following literals: true and false for boolean values 0, 1, 123123 or other numeric for integer values 0x0, 0x1, 0x123 or other hexadecimal for integer values b\"bytes_vector\" for byte vector values x\"0A\" HEX literal for byte values let b = true; // true is a literal\nlet n = 1000; // 1000 is a literal\nlet h = 0x0A; // 0x0A is a literal\nlet v = b\"hello\"; // b'hello' is a byte vector literal\nlet x = x\"0A\"; // x'0A' is a byte vector literal\nlet c = vector[1, 2, 3]; // vector[] is a vector literal","breadcrumbs":"Syntax Basics » Expression » Literals","id":"87","title":"Literals"},"88":{"body":"Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of an operation is a value, so operators are also expressions. let sum = 1 + 2; // 1 + 2 is an expression\nlet sum = (1 + 2); // the same expression with parentheses\nlet is_true = true && false; // true && false is an expression\nlet is_true = (true && false); // the same expression with parentheses","breadcrumbs":"Syntax Basics » Expression » Operators","id":"88","title":"Operators"},"89":{"body":"A block is a sequence of statements and expressions, and it returns the value of the last expression in the block. A block is written as a pair of curly braces {}. A block is an expression, so it can be used anywhere an expression is expected. // block with an empty expression, however, the compiler will\n// insert an empty expression automatically: `let none = { () }`\n// let none = {}; // block with let statements and an expression.\nlet sum = { let a = 1; let b = 2; a + b // last expression is the value of the block\n}; let none = { let a = 1; let b = 2; a + b // not returned - semicolon. // compiler automatically inserts an empty expression `()`\n};","breadcrumbs":"Syntax Basics » Expression » Blocks","id":"89","title":"Blocks"},"9":{"body":"VSCode is a free and open source IDE from Microsoft. Move Analyzer is a language server extension for Move maintained by MystenLabs . Move Syntax a simple syntax highlighting extension for Move by Damir Shamanaev .","breadcrumbs":"Before we begin » Set up your IDE » VSCode","id":"9","title":"VSCode"},"90":{"body":"We go into detail about functions in the Functions section. However, we already used function calls in the previous sections, so it's worth mentioning them here. A function call is an expression that calls a function and returns the value of the last expression in the function body. fun add(a: u8, b: u8): u8 { a + b\n} #[test]\nfun some_other() { let sum = add(1, 2); // add(1, 2) is an expression with type u8\n}","breadcrumbs":"Syntax Basics » Expression » Function Calls","id":"90","title":"Function Calls"},"91":{"body":"Control flow expressions are used to control the flow of the program. They are also expressions, so they return a value. We cover control flow expressions in the Control Flow section. Here's a very brief overview: // if is an expression, so it returns a value; if there are 2 branches,\n// the types of the branches must match.\nif (bool_expr) expr1 else expr2; // while is an expression, but it returns `()`.\nwhile (bool_expr) { expr; }; // loop is an expression, but returns `()` as well.\nloop { expr; break };","breadcrumbs":"Syntax Basics » Expression » Control Flow Expressions","id":"91","title":"Control Flow Expressions"},"92":{"body":"Move type system shines when it comes to defining custom types. User defined types can be custom tailored to the specific needs of the application. Not just on the data level, but also in its behavior. In this section we introduce the struct definition and how to use it.","breadcrumbs":"Syntax Basics » Struct » Custom Types with Struct","id":"92","title":"Custom Types with Struct"},"93":{"body":"To define a custom type, you can use the struct keyword followed by the name of the type. After the name, you can define the fields of the struct. Each field is defined with the field_name: field_type syntax. Field definitions must be separated by commas. The fields can be of any type, including other structs. Note: Move does not support recursive structs, meaning a struct cannot contain itself as a field. /// A struct representing an artist.\npublic struct Artist { /// The name of the artist. name: String,\n} /// A struct representing a music record.\npublic struct Record { /// The title of the record. title: String, /// The artist of the record. Uses the `Artist` type. artist: Artist, /// The year the record was released. year: u16, /// Whether the record is a debut album. is_debut: bool, /// The edition of the record. edition: Option,\n} In the example above, we define a Record struct with five fields. The title field is of type String, the artist field is of type Artist, the year field is of type u16, the is_debut field is of type bool, and the edition field is of type Option. The edition field is of type Option to represent that the edition is optional. Structs are private by default, meaning they cannot be imported and used outside of the module they are defined in. Their fields are also private and can't be accessed from outside the module. See visibility for more information on different visibility modifiers. A struct by default is internal to the module it is defined in.","breadcrumbs":"Syntax Basics » Struct » Struct","id":"93","title":"Struct"},"94":{"body":"We described how struct definition works. Now let's see how to initialize a struct and use it. A struct can be initialized using the struct_name { field1: value1, field2: value2, ... } syntax. The fields can be initialized in any order, and all of the fields must be set. let mut artist = Artist { name: b\"The Beatles\".to_string()\n}; In the example above, we create an instance of the Artist struct and set the name field to a string \"The Beatles\". To access the fields of a struct, you can use the . operator followed by the field name. // Access the `name` field of the `Artist` struct.\nlet artist_name = artist.name; // Access a field of the `Artist` struct.\nassert!(artist.name == string::utf8(b\"The Beatles\"), 0); // Mutate the `name` field of the `Artist` struct.\nartist.name = string::utf8(b\"Led Zeppelin\"); // Check that the `name` field has been mutated.\nassert!(artist.name == string::utf8(b\"Led Zeppelin\"), 1); Only module defining the struct can access its fields (both mutably and immutably). So the above code should be in the same module as the Artist struct.","breadcrumbs":"Syntax Basics » Struct » Create and use an instance","id":"94","title":"Create and use an instance"},"95":{"body":"Structs are non-discardable by default, meaning that the initiated struct value must be used: either stored or unpacked . Unpacking a struct means deconstructing it into its fields. This is done using the let keyword followed by the struct name and the field names. // Unpack the `Artist` struct and create a new variable `name`\n// with the value of the `name` field.\nlet Artist { name } = artist; In the example above we unpack the Artist struct and create a new variable name with the value of the name field. Because the variable is not used, the compiler will raise a warning. To suppress the warning, you can use the underscore _ to indicate that the variable is intentionally unused. // Unpack the `Artist` struct and ignore the `name` field.\nlet Artist { name: _ } = artist;","breadcrumbs":"Syntax Basics » Struct » Unpacking a struct","id":"95","title":"Unpacking a struct"},"96":{"body":"Move has a unique type system which allows defining type abilities . In the previous section , we introduced the struct definition and how to use it. However, the instances of the Artist and Record structs had to be unpacked for the code to compile. This is default behavior of a struct without abilities . In this section, we introduce the first ability - drop.","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities: Drop","id":"96","title":"Abilities: Drop"},"97":{"body":"Abilities are set in the struct definition using the has keyword followed by a list of abilities. The abilities are separated by commas. Move supports 4 abilities: copy, drop, key, and store. In this section, we cover the first two abilities: copy and drop. The last two abilities are covered in the programmability chapter , when we introduce Objects and storage operations. /// This struct has the `copy` and `drop` abilities.\nstruct VeryAble has copy, drop { // field: Type1, // field2: Type2, // ...\n}","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities syntax","id":"97","title":"Abilities syntax"},"98":{"body":"A struct without abilities cannot be discarded, or copied, or stored in the storage. We call such a struct a Hot Potato . It is a joke, but it is also a good way to remember that a struct without abilities is like a hot potato - it needs to be passed around and handled properly. Hot Potato is one of the most powerful patterns in Move, we go in detail about it in the TODO: authorization patterns chapter.","breadcrumbs":"Syntax Basics » Abilities: Drop » No abilities","id":"98","title":"No abilities"},"99":{"body":"The drop ability - the simplest of them - allows the instance of a struct to be ignored or discarded . In many programming languages this behavior is considered default. However, in Move, a struct without the drop ability is not allowed to be ignored. This is a safety feature of the Move language, which ensures that all assets are properly handled. An attempt to ignore a struct without the drop ability will result in a compilation error. module book::drop_ability { /// This struct has the `drop` ability. public struct IgnoreMe has drop { a: u8, b: u8, } /// This struct does not have the `drop` ability. public struct NoDrop {} #[test] // Create an instance of the `IgnoreMe` struct and ignore it. // Even though we constructed the instance, we don't need to unpack it. fun test_ignore() { let no_drop = NoDrop {}; let _ = IgnoreMe { a: 1, b: 2 }; // no need to unpack // The value must be unpacked for the code to compile. let NoDrop {} = no_drop; // OK }\n} The drop ability is often used on custom collection types to eliminate the need for special handling of the collection when it is no longer needed. For example, a vector type has the drop ability, which allows the vector to be ignored when it is no longer needed. However, the biggest feature of Move's type system is the ability to not have drop. This ensures that the assets are properly handled and not ignored. A struct with a single drop ability is called a Witness . We explain the concept of a Witness in the Witness and Abstract Implementation section.","breadcrumbs":"Syntax Basics » Abilities: Drop » Drop ability","id":"99","title":"Drop ability"}},"length":239,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.3166247903554},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.8284271247461903},"98":{"tf":1.7320508075688772},"99":{"tf":3.1622776601683795}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":2.6457513110645907},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.6457513110645907},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.0},"42":{"tf":2.0},"45":{"tf":4.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.8284271247461903},"72":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.23606797749979}}}}}}},"df":11,"docs":{"105":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"196":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"126":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.0},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.4142135623730951},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"128":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"234":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.3166247903554},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"89":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.4142135623730951},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":2.449489742783178},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":2.8284271247461903},"73":{"tf":2.6457513110645907},"74":{"tf":2.23606797749979},"75":{"tf":3.0},"76":{"tf":2.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.23606797749979},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.0},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.0}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.605551275463989},"161":{"tf":2.6457513110645907},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.0},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":13,"docs":{"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.0},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"39":{"tf":3.0},"40":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"235":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":5,"docs":{"14":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":2.8284271247461903},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.6457513110645907},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"99":{"tf":3.3166247903554}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":3.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":3.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.4142135623730951}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":25,"docs":{"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.605551275463989},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.3166247903554},"142":{"tf":3.0},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.6457513110645907}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":3.0},"171":{"tf":1.7320508075688772},"172":{"tf":2.8284271247461903},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"188":{"tf":2.0},"208":{"tf":2.0},"209":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"227":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":16,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":3.4641016151377544},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.6457513110645907},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.4641016151377544}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":2.8284271247461903},"128":{"tf":2.6457513110645907},"129":{"tf":3.4641016151377544},"130":{"tf":3.7416573867739413},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.605551275463989},"148":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":9,"docs":{"107":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":13,"docs":{"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":95,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":2.8284271247461903},"102":{"tf":2.8284271247461903},"103":{"tf":3.605551275463989},"104":{"tf":2.449489742783178},"106":{"tf":3.1622776601683795},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":3.605551275463989},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":3.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":35,"docs":{"183":{"tf":3.605551275463989},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.0},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.449489742783178},"231":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"88":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.0},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.449489742783178},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.8284271247461903},"32":{"tf":2.449489742783178},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"173":{"tf":3.3166247903554},"174":{"tf":2.6457513110645907},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.8284271247461903},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":3,"docs":{"1":{"tf":1.0},"184":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.6457513110645907},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.605551275463989},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.23606797749979},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.449489742783178},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.0},"120":{"tf":2.6457513110645907},"121":{"tf":2.8284271247461903},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.3166247903554},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.8284271247461903},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.449489742783178}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":30,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.23606797749979}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":3.4641016151377544},"181":{"tf":3.1622776601683795},"182":{"tf":3.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.123105625617661},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":4.58257569495584},"22":{"tf":3.605551275463989},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.0},"206":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":3.872983346207417},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.449489742783178},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.0},"172":{"tf":2.6457513110645907},"173":{"tf":4.47213595499958},"174":{"tf":3.1622776601683795},"176":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.0}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":6,"docs":{"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":154,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.6457513110645907},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"113":{"tf":2.449489742783178},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":17,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":14,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.6457513110645907},"161":{"tf":2.449489742783178},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.4641016151377544},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":3.1622776601683795},"98":{"tf":2.23606797749979},"99":{"tf":3.4641016151377544}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.6457513110645907},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.8284271247461903},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"45":{"tf":4.242640687119285},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.7416573867739413},"85":{"tf":2.449489742783178}}}}}}},"df":13,"docs":{"105":{"tf":1.7320508075688772},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":34,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":2.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.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.7320508075688772},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":15,"docs":{"196":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":2.0},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":2.0}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.23606797749979},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":121,"docs":{"100":{"tf":1.4142135623730951},"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.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"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},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"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}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"234":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.4641016151377544},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"89":{"tf":3.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":20,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.3166247903554},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.449489742783178},"190":{"tf":2.8284271247461903},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.449489742783178},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.7320508075688772},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":3.0},"73":{"tf":3.0},"74":{"tf":2.6457513110645907},"75":{"tf":3.3166247903554},"76":{"tf":2.449489742783178}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.4142135623730951},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.4142135623730951},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.449489742783178},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":2.0},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.449489742783178},"134":{"tf":2.0},"135":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":3.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.872983346207417},"161":{"tf":3.0},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":13,"docs":{"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.1622776601683795},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":3.0},"39":{"tf":3.0},"40":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.449489742783178},"42":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.23606797749979},"215":{"tf":1.0},"235":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":3.0},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.8284271247461903},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":3.605551275463989}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":3.3166247903554},"206":{"tf":1.7320508075688772},"207":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":2.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":3.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":3.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":2.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":42,"docs":{"134":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"195":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.7416573867739413},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.605551275463989},"142":{"tf":3.3166247903554},"143":{"tf":2.6457513110645907},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.8284271247461903}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.7320508075688772},"170":{"tf":3.3166247903554},"171":{"tf":2.0},"172":{"tf":3.1622776601683795},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.7320508075688772},"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":3,"docs":{"10":{"tf":2.0},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":19,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"103":{"tf":3.7416573867739413},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.8284271247461903},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.449489742783178},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.449489742783178}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":3.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.7320508075688772},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.605551275463989}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":3.0},"128":{"tf":2.8284271247461903},"129":{"tf":3.605551275463989},"130":{"tf":3.872983346207417},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.23606797749979}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":2.0},"232":{"tf":1.7320508075688772}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.0},"147":{"tf":3.872983346207417},"148":{"tf":2.6457513110645907},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":9,"docs":{"107":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"df":96,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":3.1622776601683795},"102":{"tf":3.0},"103":{"tf":3.7416573867739413},"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":3.4641016151377544},"107":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.6457513110645907},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":3.0},"69":{"tf":3.872983346207417},"70":{"tf":2.0},"71":{"tf":2.6457513110645907},"72":{"tf":3.1622776601683795},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":104,"docs":{"0":{"tf":2.0},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.8284271247461903},"134":{"tf":1.4142135623730951},"14":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":2.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"187":{"tf":1.4142135623730951},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":38,"docs":{"183":{"tf":3.872983346207417},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.23606797749979},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.6457513110645907},"231":{"tf":2.23606797749979},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"64":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":2.449489742783178},"117":{"tf":3.3166247903554},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.6457513110645907},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":3.0},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":3.1622776601683795},"32":{"tf":2.8284271247461903},"33":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":3.0},"172":{"tf":1.0},"173":{"tf":3.4641016151377544},"174":{"tf":2.8284271247461903},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":1.0},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.123105625617661},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":32,"docs":{"1":{"tf":1.0},"184":{"tf":2.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},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.8284271247461903},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.449489742783178},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.7416573867739413},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.23606797749979},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.449489742783178},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.3166247903554},"119":{"tf":1.0},"120":{"tf":3.0},"121":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.8284271247461903},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"217":{"tf":2.449489742783178},"218":{"tf":2.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.6457513110645907}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"53":{"tf":3.0},"54":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.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.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.449489742783178}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.449489742783178},"180":{"tf":3.7416573867739413},"181":{"tf":3.4641016151377544},"182":{"tf":3.1622776601683795},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.358898943540674},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"21":{"tf":4.795831523312719},"22":{"tf":3.7416573867739413},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"206":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":4.123105625617661},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.6457513110645907},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"51":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":2.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.123105625617661},"172":{"tf":2.6457513110645907},"173":{"tf":4.58257569495584},"174":{"tf":3.3166247903554},"176":{"tf":2.8284271247461903},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":3.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"222":{"tf":2.6457513110645907},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":157,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.8284271247461903},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.23606797749979},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":4.123105625617661},"113":{"tf":2.8284271247461903},"114":{"tf":3.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.7416573867739413},"225":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"153":{"tf":2.23606797749979},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":17,"docs":{"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":16,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"234":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"236":{"tf":1.0}}},"8":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"160":{"tf":1.0},"238":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"235":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"188":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"203":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"236":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"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":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"158":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":1,"docs":{"236":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"227":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}}},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"235":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"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":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"210":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"202":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"v":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"235":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"132":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"233":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"86":{"tf":1.0},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"110":{"tf":1.0},"213":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"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":{"56":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"y":{"df":1,"docs":{"202":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"k":{"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":10,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"215":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"171":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"216":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"183":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"219":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"117":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"154":{"tf":1.0},"155":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"158":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"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":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"213":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":5,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"228":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"188":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"df":7,"docs":{"117":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"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":["introduction.html#the-move-book","history.html#history","before-we-begin/index.html#before-we-begin","before-we-begin/install-sui.html#install-sui","before-we-begin/install-sui.html#download-binary","before-we-begin/install-sui.html#install-using-homebrew-macos","before-we-begin/install-sui.html#build-using-cargo-macos-linux","before-we-begin/install-sui.html#troubleshooting","before-we-begin/ide-support.html#set-up-your-ide","before-we-begin/ide-support.html#vscode","before-we-begin/ide-support.html#intellij-idea","before-we-begin/ide-support.html#emacs","before-we-begin/ide-support.html#github-codespaces","before-we-begin/move-2024.html#move-2024","your-first-move/index.html#your-first-move","your-first-move/hello-world.html#hello-world","your-first-move/hello-world.html#initialize-a-project","your-first-move/hello-world.html#create-a-module","your-first-move/hello-world.html#dive-into-the-code","your-first-move/hello-world.html#compile-the-package","your-first-move/adding-tests.html#adding-tests","your-first-move/adding-tests.html#your-first-test","your-first-move/adding-tests.html#failed-experiment","your-first-move/debugging.html#debugging","your-first-move/debugging.html#new-import","your-first-move/debugging.html#correct-usage","your-first-move/debugging.html#hint","your-first-move/generating-docs.html#generating-documentation","your-first-move/generating-docs.html#adding-documentation-comments","your-first-move/generating-docs.html#generating-documentation-1","concepts/index.html#concepts","concepts/packages.html#packages","concepts/packages.html#package-structure","concepts/packages.html#published-package","concepts/packages.html#links","concepts/manifest.html#package-manifest","concepts/manifest.html#sections","concepts/manifest.html#package","concepts/manifest.html#dependencies","concepts/manifest.html#resolving-version-conflicts-with-override","concepts/manifest.html#dev-dependencies","concepts/manifest.html#addresses","concepts/manifest.html#dev-addresses","concepts/manifest.html#toml-styles","concepts/manifest.html#links","concepts/address.html#addresses","concepts/address.html#further-reading","concepts/modules.html#module","concepts/user-interaction.html#interacting-with-a-package","concepts/what-is-an-account.html#account","concepts/what-is-a-transaction.html#transaction","concepts/what-is-a-transaction.html#transaction-structure","concepts/object-model.html#object-model","hello-sui/index.html#your-first-sui-app","hello-sui/hello-sui.html#hello-sui","hello-sui/hello-sui.html#create-a-new-sui-package","hello-sui/hello-sui.html#implement-the-postcard-application","hello-sui/hello-sui.html#next-steps","hello-sui/module-structure.html#using-objects","hello-sui/module-structure.html#module","hello-sui/module-structure.html#imports","hello-sui/module-structure.html#postcard-is-an-object","hello-sui/module-structure.html#creating-an-object","hello-sui/module-structure.html#sending-a-postcard","hello-sui/module-structure.html#keeping-the-object","hello-sui/module-structure.html#updating-the-object","hello-sui/module-structure.html#next-steps","basic-syntax/index.html#basic-syntax","basic-syntax/module.html#module","basic-syntax/module.html#module-declaration","basic-syntax/module.html#address--named-address","basic-syntax/module.html#module-members","basic-syntax/module.html#address-block","basic-syntax/comments.html#comments","basic-syntax/comments.html#line-comment","basic-syntax/comments.html#block-comment","basic-syntax/comments.html#doc-comment","basic-syntax/primitive-types.html#primitive-types","basic-syntax/primitive-types.html#variables-and-assignment","basic-syntax/primitive-types.html#booleans","basic-syntax/primitive-types.html#integer-types","basic-syntax/primitive-types.html#operations","basic-syntax/primitive-types.html#casting-with-as","basic-syntax/primitive-types.html#overflow","basic-syntax/address.html#address-type","basic-syntax/address.html#conversion","basic-syntax/expression.html#expression","basic-syntax/expression.html#literals","basic-syntax/expression.html#operators","basic-syntax/expression.html#blocks","basic-syntax/expression.html#function-calls","basic-syntax/expression.html#control-flow-expressions","basic-syntax/struct.html#custom-types-with-struct","basic-syntax/struct.html#struct","basic-syntax/struct.html#create-and-use-an-instance","basic-syntax/struct.html#unpacking-a-struct","basic-syntax/drop-ability.html#abilities-drop","basic-syntax/drop-ability.html#abilities-syntax","basic-syntax/drop-ability.html#no-abilities","basic-syntax/drop-ability.html#drop-ability","basic-syntax/importing-modules.html#importing-modules","basic-syntax/importing-modules.html#importing-a-module","basic-syntax/importing-modules.html#importing-members","basic-syntax/importing-modules.html#grouping-imports","basic-syntax/importing-modules.html#resolving-name-conflicts","basic-syntax/importing-modules.html#adding-an-external-dependency","basic-syntax/importing-modules.html#importing-a-module-from-another-package","basic-syntax/standard-library.html#standard-library","basic-syntax/standard-library.html#most-common-modules","basic-syntax/standard-library.html#implicit-imports","basic-syntax/standard-library.html#importing-std-without-sui-framework","basic-syntax/vector.html#vector","basic-syntax/vector.html#vector-syntax","basic-syntax/vector.html#vector-operations","basic-syntax/vector.html#destroying-a-vector-of-non-droppable-types","basic-syntax/option.html#option","basic-syntax/option.html#in-practice","basic-syntax/option.html#using-option","basic-syntax/string.html#string","basic-syntax/string.html#bytestring-literal","basic-syntax/string.html#strings-are-bytes","basic-syntax/string.html#working-with-utf-8-strings","basic-syntax/string.html#safe-utf-8-operations","basic-syntax/string.html#ascii-strings","basic-syntax/string.html#summary","basic-syntax/control-flow.html#control-flow","basic-syntax/control-flow.html#conditional-statements","basic-syntax/control-flow.html#repeating-statements-with-loops","basic-syntax/control-flow.html#the-while-loop","basic-syntax/control-flow.html#infinite-loop","basic-syntax/control-flow.html#exiting-a-loop-early","basic-syntax/control-flow.html#skipping-an-iteration","basic-syntax/control-flow.html#early-return","basic-syntax/constants.html#constants","basic-syntax/constants.html#naming-convention","basic-syntax/constants.html#constants-are-immutable","basic-syntax/assert-and-abort.html#assert-and-abort","basic-syntax/assert-and-abort.html#abort","basic-syntax/assert-and-abort.html#assert","basic-syntax/assert-and-abort.html#error-constants","basic-syntax/assert-and-abort.html#further-reading","basic-syntax/function.html#function","basic-syntax/function.html#function-declaration","basic-syntax/function.html#accessing-functions","basic-syntax/function.html#multiple-return-values","basic-syntax/struct-methods.html#struct-methods","basic-syntax/struct-methods.html#method-syntax","basic-syntax/struct-methods.html#method-aliases","basic-syntax/struct-methods.html#aliasing-an-external-modules-method","basic-syntax/visibility.html#visibility-modifiers","basic-syntax/visibility.html#internal-visibility","basic-syntax/visibility.html#public-visibility","basic-syntax/visibility.html#friend-visibility","basic-syntax/visibility.html#package-visibility","basic-syntax/ownership-and-scope.html#ownership-and-scope","basic-syntax/ownership-and-scope.html#ownership","basic-syntax/ownership-and-scope.html#returning-a-value","basic-syntax/ownership-and-scope.html#passing-by-value","basic-syntax/ownership-and-scope.html#scopes-with-blocks","basic-syntax/ownership-and-scope.html#copyable-types","basic-syntax/copy-ability.html#abilities-copy","basic-syntax/copy-ability.html#copying-and-drop","basic-syntax/references.html#references","basic-syntax/references.html#layout","basic-syntax/references.html#reference","basic-syntax/references.html#mutable-reference","basic-syntax/references.html#passing-by-value","basic-syntax/references.html#full-example","basic-syntax/generics.html#generics","basic-syntax/generics.html#in-the-standard-library","basic-syntax/generics.html#generic-syntax","basic-syntax/generics.html#multiple-type-parameters","basic-syntax/generics.html#why-generics","basic-syntax/generics.html#phantom-type-parameters","basic-syntax/generics.html#constraints-on-type-parameters","basic-syntax/generics.html#further-reading","basic-syntax/type-reflection.html#type-reflection","basic-syntax/type-reflection.html#in-practice","basic-syntax/type-reflection.html#further-reading","programmability/testing.html#testing","programmability/testing.html#the-test-attribute","programmability/testing.html#running-tests","programmability/testing.html#utilities-with-test_only","object/index.html#it-starts-with-an-object","programmability/index.html#advanced-programmability","programmability/transaction-context.html#transaction-context","programmability/transaction-context.html#reading-the-transaction-context","programmability/transaction-context.html#mutability","programmability/transaction-context.html#generating-unique-addresses","programmability/capability.html#pattern-capability","programmability/capability.html#capability-is-an-object","programmability/fast-path.html#fast-path","programmability/fast-path.html#frozen-objects","programmability/fast-path.html#in-practice","programmability/fast-path.html#special-case-clock","programmability/collections.html#collections","programmability/collections.html#vecset","programmability/collections.html#vecmap","programmability/dynamic-fields.html#dynamic-fields","programmability/dynamic-fields.html#structure","programmability/dynamic-fields.html#usage","programmability/dynamic-fields.html#dynamic-object-fields","programmability/dynamic-fields.html#custom-fields-for-keys","programmability/dynamic-fields.html#applications","programmability/epoch-and-time.html#epoch-and-time","programmability/epoch-and-time.html#epoch","programmability/epoch-and-time.html#time","programmability/epoch-and-time.html#testing","programmability/witness-and-abstract-implementation.html#abstract-class","programmability/witness-and-abstract-implementation.html#generic-struct","programmability/witness-and-abstract-implementation.html#common-methods","programmability/witness-and-abstract-implementation.html#witness-gated-functions","programmability/witness-and-abstract-implementation.html#differences-from-oop","programmability/witness-and-abstract-implementation.html#usage-in-sui-framework","guides/index.html#guides","guides/2024-migration-guide.html#move-2024-migration-guide","guides/2024-migration-guide.html#using-the-new-edition","guides/2024-migration-guide.html#struct-visibility","guides/2024-migration-guide.html#struct-methods","guides/2024-migration-guide.html#borrowing-operator","guides/2024-migration-guide.html#method-aliases","guides/2024-migration-guide.html#macros","guides/upgradeability-practices.html#upgradability-practices","guides/upgradeability-practices.html#using-entry-and-friend-functions","guides/upgradeability-practices.html#versioning-objects","guides/upgradeability-practices.html#versioning-configuration-with-dynamic-fields","guides/upgradeability-practices.html#modular-architecture","guides/building-against-limits.html#building-against-limits","guides/building-against-limits.html#transaction-size","guides/building-against-limits.html#object-size","guides/building-against-limits.html#single-pure-argument-size","guides/building-against-limits.html#maximum-number-of-objects-created","guides/building-against-limits.html#maximum-number-of-events","guides/better-error-handling.html#better-error-handling","guides/better-error-handling.html#rule-1-handle-all-possible-scenarios","guides/better-error-handling.html#rule-2-abort-with-different-codes","guides/better-error-handling.html#rule-3-return-bool-instead-of-assert","appendix/glossary.html#glossary","appendix/glossary.html#abilities"],"index":{"documentStore":{"docInfo":{"0":{"body":19,"breadcrumbs":3,"title":2},"1":{"body":20,"breadcrumbs":2,"title":1},"10":{"body":16,"breadcrumbs":7,"title":2},"100":{"body":30,"breadcrumbs":6,"title":2},"101":{"body":63,"breadcrumbs":6,"title":2},"102":{"body":46,"breadcrumbs":6,"title":2},"103":{"body":109,"breadcrumbs":6,"title":2},"104":{"body":60,"breadcrumbs":7,"title":3},"105":{"body":87,"breadcrumbs":7,"title":3},"106":{"body":71,"breadcrumbs":8,"title":4},"107":{"body":24,"breadcrumbs":6,"title":2},"108":{"body":81,"breadcrumbs":6,"title":2},"109":{"body":16,"breadcrumbs":6,"title":2},"11":{"body":13,"breadcrumbs":6,"title":1},"110":{"body":28,"breadcrumbs":9,"title":5},"111":{"body":18,"breadcrumbs":4,"title":1},"112":{"body":78,"breadcrumbs":5,"title":2},"113":{"body":51,"breadcrumbs":5,"title":2},"114":{"body":50,"breadcrumbs":8,"title":5},"115":{"body":92,"breadcrumbs":4,"title":1},"116":{"body":113,"breadcrumbs":4,"title":1},"117":{"body":56,"breadcrumbs":5,"title":2},"118":{"body":38,"breadcrumbs":4,"title":1},"119":{"body":6,"breadcrumbs":5,"title":2},"12":{"body":19,"breadcrumbs":7,"title":2},"120":{"body":72,"breadcrumbs":5,"title":2},"121":{"body":60,"breadcrumbs":7,"title":4},"122":{"body":76,"breadcrumbs":7,"title":4},"123":{"body":36,"breadcrumbs":5,"title":2},"124":{"body":2,"breadcrumbs":4,"title":1},"125":{"body":48,"breadcrumbs":6,"title":2},"126":{"body":131,"breadcrumbs":6,"title":2},"127":{"body":58,"breadcrumbs":7,"title":3},"128":{"body":106,"breadcrumbs":5,"title":1},"129":{"body":98,"breadcrumbs":6,"title":2},"13":{"body":31,"breadcrumbs":6,"title":2},"130":{"body":99,"breadcrumbs":7,"title":3},"131":{"body":85,"breadcrumbs":6,"title":2},"132":{"body":89,"breadcrumbs":6,"title":2},"133":{"body":66,"breadcrumbs":4,"title":1},"134":{"body":25,"breadcrumbs":5,"title":2},"135":{"body":23,"breadcrumbs":5,"title":2},"136":{"body":0,"breadcrumbs":6,"title":2},"137":{"body":43,"breadcrumbs":5,"title":1},"138":{"body":41,"breadcrumbs":5,"title":1},"139":{"body":69,"breadcrumbs":6,"title":2},"14":{"body":69,"breadcrumbs":4,"title":2},"140":{"body":12,"breadcrumbs":6,"title":2},"141":{"body":98,"breadcrumbs":4,"title":1},"142":{"body":56,"breadcrumbs":5,"title":2},"143":{"body":40,"breadcrumbs":5,"title":2},"144":{"body":87,"breadcrumbs":6,"title":3},"145":{"body":23,"breadcrumbs":6,"title":2},"146":{"body":112,"breadcrumbs":6,"title":2},"147":{"body":191,"breadcrumbs":6,"title":2},"148":{"body":91,"breadcrumbs":8,"title":4},"149":{"body":35,"breadcrumbs":6,"title":2},"15":{"body":14,"breadcrumbs":6,"title":2},"150":{"body":41,"breadcrumbs":6,"title":2},"151":{"body":38,"breadcrumbs":6,"title":2},"152":{"body":55,"breadcrumbs":6,"title":2},"153":{"body":45,"breadcrumbs":6,"title":2},"154":{"body":25,"breadcrumbs":6,"title":2},"155":{"body":58,"breadcrumbs":5,"title":1},"156":{"body":29,"breadcrumbs":6,"title":2},"157":{"body":43,"breadcrumbs":6,"title":2},"158":{"body":98,"breadcrumbs":6,"title":2},"159":{"body":31,"breadcrumbs":6,"title":2},"16":{"body":102,"breadcrumbs":6,"title":2},"160":{"body":92,"breadcrumbs":6,"title":2},"161":{"body":49,"breadcrumbs":6,"title":2},"162":{"body":92,"breadcrumbs":4,"title":1},"163":{"body":62,"breadcrumbs":4,"title":1},"164":{"body":79,"breadcrumbs":4,"title":1},"165":{"body":49,"breadcrumbs":5,"title":2},"166":{"body":51,"breadcrumbs":5,"title":2},"167":{"body":43,"breadcrumbs":5,"title":2},"168":{"body":30,"breadcrumbs":4,"title":1},"169":{"body":21,"breadcrumbs":5,"title":2},"17":{"body":70,"breadcrumbs":6,"title":2},"170":{"body":127,"breadcrumbs":5,"title":2},"171":{"body":202,"breadcrumbs":6,"title":3},"172":{"body":102,"breadcrumbs":4,"title":1},"173":{"body":129,"breadcrumbs":6,"title":3},"174":{"body":92,"breadcrumbs":6,"title":3},"175":{"body":0,"breadcrumbs":5,"title":2},"176":{"body":49,"breadcrumbs":6,"title":2},"177":{"body":75,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":6,"title":2},"179":{"body":19,"breadcrumbs":4,"title":1},"18":{"body":115,"breadcrumbs":6,"title":2},"180":{"body":69,"breadcrumbs":5,"title":2},"181":{"body":43,"breadcrumbs":5,"title":2},"182":{"body":91,"breadcrumbs":5,"title":2},"183":{"body":162,"breadcrumbs":4,"title":2},"184":{"body":43,"breadcrumbs":4,"title":2},"185":{"body":121,"breadcrumbs":6,"title":2},"186":{"body":28,"breadcrumbs":7,"title":3},"187":{"body":47,"breadcrumbs":5,"title":1},"188":{"body":57,"breadcrumbs":7,"title":3},"189":{"body":40,"breadcrumbs":6,"title":2},"19":{"body":40,"breadcrumbs":6,"title":2},"190":{"body":83,"breadcrumbs":6,"title":2},"191":{"body":110,"breadcrumbs":6,"title":2},"192":{"body":23,"breadcrumbs":6,"title":2},"193":{"body":117,"breadcrumbs":5,"title":1},"194":{"body":24,"breadcrumbs":7,"title":3},"195":{"body":28,"breadcrumbs":4,"title":1},"196":{"body":76,"breadcrumbs":4,"title":1},"197":{"body":102,"breadcrumbs":4,"title":1},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":24,"breadcrumbs":5,"title":1},"2":{"body":22,"breadcrumbs":4,"title":2},"20":{"body":90,"breadcrumbs":6,"title":2},"200":{"body":24,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":7,"title":3},"202":{"body":5,"breadcrumbs":7,"title":3},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":28,"breadcrumbs":6,"title":2},"205":{"body":74,"breadcrumbs":5,"title":1},"206":{"body":143,"breadcrumbs":5,"title":1},"207":{"body":4,"breadcrumbs":5,"title":1},"208":{"body":73,"breadcrumbs":7,"title":2},"209":{"body":0,"breadcrumbs":7,"title":2},"21":{"body":163,"breadcrumbs":6,"title":2},"210":{"body":0,"breadcrumbs":7,"title":2},"211":{"body":0,"breadcrumbs":8,"title":3},"212":{"body":44,"breadcrumbs":7,"title":2},"213":{"body":25,"breadcrumbs":8,"title":3},"214":{"body":21,"breadcrumbs":2,"title":1},"215":{"body":21,"breadcrumbs":8,"title":4},"216":{"body":21,"breadcrumbs":7,"title":3},"217":{"body":19,"breadcrumbs":6,"title":2},"218":{"body":36,"breadcrumbs":6,"title":2},"219":{"body":28,"breadcrumbs":6,"title":2},"22":{"body":108,"breadcrumbs":6,"title":2},"220":{"body":20,"breadcrumbs":6,"title":2},"221":{"body":30,"breadcrumbs":5,"title":1},"222":{"body":111,"breadcrumbs":5,"title":2},"223":{"body":6,"breadcrumbs":7,"title":4},"224":{"body":69,"breadcrumbs":5,"title":2},"225":{"body":62,"breadcrumbs":7,"title":4},"226":{"body":12,"breadcrumbs":5,"title":2},"227":{"body":45,"breadcrumbs":7,"title":3},"228":{"body":19,"breadcrumbs":6,"title":2},"229":{"body":32,"breadcrumbs":6,"title":2},"23":{"body":32,"breadcrumbs":4,"title":1},"230":{"body":43,"breadcrumbs":8,"title":4},"231":{"body":30,"breadcrumbs":8,"title":4},"232":{"body":14,"breadcrumbs":7,"title":3},"233":{"body":101,"breadcrumbs":7,"title":3},"234":{"body":71,"breadcrumbs":9,"title":5},"235":{"body":82,"breadcrumbs":9,"title":5},"236":{"body":111,"breadcrumbs":10,"title":6},"237":{"body":31,"breadcrumbs":3,"title":1},"238":{"body":70,"breadcrumbs":3,"title":1},"24":{"body":148,"breadcrumbs":5,"title":2},"25":{"body":22,"breadcrumbs":5,"title":2},"26":{"body":43,"breadcrumbs":4,"title":1},"27":{"body":20,"breadcrumbs":6,"title":2},"28":{"body":93,"breadcrumbs":7,"title":3},"29":{"body":101,"breadcrumbs":6,"title":2},"3":{"body":20,"breadcrumbs":6,"title":2},"30":{"body":30,"breadcrumbs":2,"title":1},"31":{"body":66,"breadcrumbs":3,"title":1},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":31,"breadcrumbs":4,"title":2},"34":{"body":5,"breadcrumbs":3,"title":1},"35":{"body":42,"breadcrumbs":4,"title":2},"36":{"body":0,"breadcrumbs":3,"title":1},"37":{"body":36,"breadcrumbs":3,"title":1},"38":{"body":59,"breadcrumbs":3,"title":1},"39":{"body":45,"breadcrumbs":6,"title":4},"4":{"body":18,"breadcrumbs":6,"title":2},"40":{"body":28,"breadcrumbs":4,"title":2},"41":{"body":21,"breadcrumbs":3,"title":1},"42":{"body":34,"breadcrumbs":4,"title":2},"43":{"body":56,"breadcrumbs":4,"title":2},"44":{"body":3,"breadcrumbs":3,"title":1},"45":{"body":99,"breadcrumbs":3,"title":1},"46":{"body":3,"breadcrumbs":4,"title":2},"47":{"body":17,"breadcrumbs":3,"title":1},"48":{"body":36,"breadcrumbs":5,"title":2},"49":{"body":19,"breadcrumbs":3,"title":1},"5":{"body":9,"breadcrumbs":8,"title":4},"50":{"body":26,"breadcrumbs":3,"title":1},"51":{"body":26,"breadcrumbs":4,"title":2},"52":{"body":73,"breadcrumbs":5,"title":2},"53":{"body":69,"breadcrumbs":6,"title":3},"54":{"body":19,"breadcrumbs":7,"title":2},"55":{"body":66,"breadcrumbs":9,"title":4},"56":{"body":153,"breadcrumbs":8,"title":3},"57":{"body":18,"breadcrumbs":7,"title":2},"58":{"body":21,"breadcrumbs":7,"title":2},"59":{"body":22,"breadcrumbs":6,"title":1},"6":{"body":18,"breadcrumbs":9,"title":5},"60":{"body":18,"breadcrumbs":6,"title":1},"61":{"body":47,"breadcrumbs":7,"title":2},"62":{"body":80,"breadcrumbs":7,"title":2},"63":{"body":52,"breadcrumbs":7,"title":2},"64":{"body":28,"breadcrumbs":7,"title":2},"65":{"body":34,"breadcrumbs":7,"title":2},"66":{"body":20,"breadcrumbs":7,"title":2},"67":{"body":24,"breadcrumbs":4,"title":2},"68":{"body":24,"breadcrumbs":4,"title":1},"69":{"body":73,"breadcrumbs":5,"title":2},"7":{"body":8,"breadcrumbs":5,"title":1},"70":{"body":35,"breadcrumbs":6,"title":3},"71":{"body":45,"breadcrumbs":5,"title":2},"72":{"body":54,"breadcrumbs":5,"title":2},"73":{"body":36,"breadcrumbs":4,"title":1},"74":{"body":41,"breadcrumbs":5,"title":2},"75":{"body":61,"breadcrumbs":5,"title":2},"76":{"body":44,"breadcrumbs":5,"title":2},"77":{"body":30,"breadcrumbs":6,"title":2},"78":{"body":56,"breadcrumbs":6,"title":2},"79":{"body":42,"breadcrumbs":5,"title":1},"8":{"body":41,"breadcrumbs":8,"title":3},"80":{"body":75,"breadcrumbs":6,"title":2},"81":{"body":59,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":27,"breadcrumbs":5,"title":1},"84":{"body":68,"breadcrumbs":6,"title":2},"85":{"body":59,"breadcrumbs":5,"title":1},"86":{"body":31,"breadcrumbs":4,"title":1},"87":{"body":83,"breadcrumbs":4,"title":1},"88":{"body":37,"breadcrumbs":4,"title":1},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":23,"breadcrumbs":6,"title":1},"90":{"body":44,"breadcrumbs":5,"title":2},"91":{"body":43,"breadcrumbs":6,"title":3},"92":{"body":24,"breadcrumbs":6,"title":3},"93":{"body":141,"breadcrumbs":4,"title":1},"94":{"body":94,"breadcrumbs":6,"title":3},"95":{"body":73,"breadcrumbs":5,"title":2},"96":{"body":31,"breadcrumbs":6,"title":2},"97":{"body":49,"breadcrumbs":6,"title":2},"98":{"body":38,"breadcrumbs":5,"title":1},"99":{"body":135,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is a book about the Move language and the Sui blockchain platform. It is a comprehensive guide to the language and the platform, and it is intended for developers who want to learn how to write application in Move and build on Sui.","breadcrumbs":"Introduction » The Move Book","id":"0","title":"The Move Book"},"1":{"body":"2019 - Libra is announced 2019 - Move a Language with Programmable Resources 2022 - The Diem Association is closed, Move is open sourced 2023 - ... 2024 - Move 2024 is released","breadcrumbs":"History » History","id":"1","title":"History"},"10":{"body":"IntelliJ IDEA is a commercial IDE from JetBrains. Move Language Plugin provides a Move language extension for IntelliJ IDEA by Pontem Network .","breadcrumbs":"Before we begin » Set up your IDE » IntelliJ IDEA","id":"10","title":"IntelliJ IDEA"},"100":{"body":"Move achieves high modularity and code reuse by allowing module imports. Modules within the same package can import each other, and a new package can depend on already existing packages and use their modules too. This section will cover the basics of importing modules and how to use them in your own code.","breadcrumbs":"Syntax Basics » Importing Modules » Importing Modules","id":"100","title":"Importing Modules"},"101":{"body":"Modules defined in the same package can import each other. The use keyword is followed by the module path, which consists of the package address (or alias) and the module name separated by ::. // File: sources/module_one.move\nmodule book::module_one { /// Struct defined in the same module. public struct Character has drop {} /// Simple function that creates a new `Character` instance. public fun new(): Character { Character {} }\n} File: sources/module_two.move // File: sources/module_two.move\nmodule book::module_two { use book::module_one; // importing module_one from the same package /// Calls the `new` function from the `module_one` module. public fun create_and_ignore() { let _ = module_one::new(); }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module","id":"101","title":"Importing a Module"},"102":{"body":"You can also import specific members from a module. This is useful when you only need a single function or a single type from a module. The syntax is the same as for importing a module, but you add the member name after the module path. module book::more_imports { use book::module_one::new; // imports the `new` function from the `module_one` module use book::module_one::Character; // importing the `Character` struct from the `module_one` module /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing Members","id":"102","title":"Importing Members"},"103":{"body":"Imports can be grouped into a single use statement using the curly braces {}. This is useful when you need to import multiple members from the same module. Move allows grouping imports from the same module and from the same package. module book::grouped_imports { // imports the `new` function and the `Character` struct from /// the `module_one` module use book::module_one::{new, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n} Single function imports are less common in Move, since the function names can overlap and cause confusion. A recommended practice is to import the entire module and use the module path to access the function. Types have unique names and should be imported individually. To import members and the module itself in the group import, you can use the Self keyword. The Self keyword refers to the module itself and can be used to import the module and its members. module book::self_imports { // imports the `Character` struct, and the `module_one` module use book::module_one::{Self, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { module_one::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Grouping Imports","id":"103","title":"Grouping Imports"},"104":{"body":"When importing multiple members from different modules, it is possible to have name conflicts. For example, if you import two modules that both have a function with the same name, you will need to use the module path to access the function. It is also possible to have modules with the same name in different packages. To resolve the conflict and avoid ambiguity, Move offers the as keyword to rename the imported member. module book::conflict_resolution { // `as` can be placed after any import, including group imports use book::module_one::{Self as mod, Character as Char}; /// Calls the `new` function from the `module_one` module. public fun create(): Char { mod::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Resolving Name Conflicts","id":"104","title":"Resolving Name Conflicts"},"105":{"body":"Every new package generated via the sui binary features a Move.toml file with a single dependency on the Sui Framework package. The Sui Framework depends on the Standard Library package. And both of these packages are available in default configuration. Package dependencies are defined in the Package Manifest as follows: [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nLocal = { local = \"../my_other_package\" } The dependencies section contains a list of package dependencies. The key is the name of the package, and the value is either a git import table or a local path. The git import contains the URL of the package, the subdirectory where the package is located, and the revision of the package. The local path is a relative path to the package directory. If a dependency is added to the Move.toml file, the compiler will automatically fetch (and later refetch) the dependencies when building the package.","breadcrumbs":"Syntax Basics » Importing Modules » Adding an External Dependency","id":"105","title":"Adding an External Dependency"},"106":{"body":"Normally, packages define their addresses in the [addresses] section, so you can use the alias instead of the address. For example, instead of 0x2::coin module, you would use sui::coin. The sui alias is defined in the Sui Framework package. Similarly, the std alias is defined in the Standard Library package and can be used to access the standard library modules. To import a module from another package, you use the use keyword followed by the module path. The module path consists of the package address (or alias) and the module name separated by ::. module book::imports { use std::string; // std = 0x1, string is a module in the standard library use sui::coin; // sui = 0x2, coin is a module in the Sui Framework\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module from Another Package","id":"106","title":"Importing a Module from Another Package"},"107":{"body":"The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which do not interact with the storage, but provide basic tools for working and manipulating the data. It is the only dependency of the Sui Framework , and is imported together with it.","breadcrumbs":"Syntax Basics » Standard Library » Standard Library","id":"107","title":"Standard Library"},"108":{"body":"In this book we go into detail about most of the modules in the Standard Library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements it. Module Description Chapter std::string Provides basic string operations String std::ascii Provides basic ASCII operations String std::option Implements an Option Option std::vector Native operations on the vector type Vector std::hash Hashing functions: sha2_256 and sha3_256 Cryptography and Hashing std::bcs Contains the bcs::to_bytes() function BCS std::address Contains a single address::length function Address std::type_name Allows runtime type reflection Type Reflection std::debug Contains debugging functions, which are available in only in test mode Debugging std::bit_vector Provides operations on bit vectors - std::fixed_point32 Provides the FixedPoint32 type -","breadcrumbs":"Syntax Basics » Standard Library » Most Common Modules","id":"108","title":"Most Common Modules"},"109":{"body":"Some of the modules are imported implicitly, and are available in the module without explicit use import. For Standard Library, these modules and types are: std::vector std::option std::option::Option","breadcrumbs":"Syntax Basics » Standard Library » Implicit Imports","id":"109","title":"Implicit Imports"},"11":{"body":"Emacs is a free and open source text editor. move-mode is a Move mode for Emacs by Ashok Menon .","breadcrumbs":"Before we begin » Set up your IDE » Emacs","id":"11","title":"Emacs"},"110":{"body":"The Move Standard Library can be imported to the package directly. However, std alone is not enough to build a meaningful application, as it does not provide any storage capabilities, and can't interact with the on-chain state. MoveStdlib = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/move-stdlib\", rev = \"framework/mainnet\" }","breadcrumbs":"Syntax Basics » Standard Library » Importing std without Sui Framework","id":"110","title":"Importing std without Sui Framework"},"111":{"body":"Vectors are a native way to store collections of elements in Move. They are similar to arrays in other programming languages, but with a few differences. In this section, we introduce the vector type and its operations.","breadcrumbs":"Syntax Basics » Vector » Vector","id":"111","title":"Vector"},"112":{"body":"The vector type is defined using the vector keyword followed by the type of the elements in angle brackets. The type of the elements can be any valid Move type, including other vectors. Move has a vector literal syntax that allows you to create vectors using the vector keyword followed by square brackets containing the elements (or no elements for an empty vector). // An empty vector of bool elements.\nlet empty: vector = vector[]; // A vector of u8 elements.\nlet v: vector = vector[10, 20, 30]; // A vector of vector elements.\nlet vv: vector> = vector[ vector[10, 20], vector[30, 40]\n]; The vector type is a built-in type in Move, and does not need to be imported from a module. However, vector operations are defined in the std::vector module, and you need to import the module to use them.","breadcrumbs":"Syntax Basics » Vector » Vector syntax","id":"112","title":"Vector syntax"},"113":{"body":"The standard library provides methods to manipulate vectors. The following are some of the most commonly used operations: push_back: Adds an element to the end of the vector. pop_back: Removes the last element from the vector. length: Returns the number of elements in the vector. is_empty: Returns true if the vector is empty. remove: Removes an element at a given index. let mut v = vector[10u8, 20, 30]; assert!(v.length() == 3, 0);\nassert!(!v.is_empty(), 1); v.push_back(40);\nlet last_value = v.pop_back(); assert!(last_value == 40, 2);","breadcrumbs":"Syntax Basics » Vector » Vector operations","id":"113","title":"Vector operations"},"114":{"body":"A vector of non-droppable types cannot be discarded. If you define a vector of types without drop ability, the vector value cannot be ignored. However, if the vector is empty, compiler requires an explicit call to destroy_empty function. /// A struct without `drop` ability. public struct NoDrop {} #[test] fun test_destroy_empty() { // Initialize a vector of `NoDrop` elements. let v = vector[]; // While we know that `v` is empty, we still need to call // the explicit `destroy_empty` function to discard the vector. v.destroy_empty(); }","breadcrumbs":"Syntax Basics » Vector » Destroying a Vector of non-droppable types","id":"114","title":"Destroying a Vector of non-droppable types"},"115":{"body":"Option is a type that represents an optional value which may or may not exist. The concept of Option in Move is borrowed from Rust, and it is a very useful primitive in Move. Option is defined in the Standard Library , and is defined as follows: File: move-stdlib/source/option.move /// Abstraction of a value that may or may not be present.\nstruct Option has copy, drop, store { vec: vector\n} The 'std::option' module is implicitly imported in every module, and you don't need to add an import. The Option is a generic type which takes a type parameter Element. It has a single field vec which is a vector of Element. Vector can have length 0 or 1, and this is used to represent the presence or absence of a value. Option type has two variants: Some and None. Some variant contains a value and None variant represents the absence of a value. The Option type is used to represent the absence of a value in a type-safe way, and it is used to avoid the need for empty or undefined values.","breadcrumbs":"Syntax Basics » Option » Option","id":"115","title":"Option"},"116":{"body":"To showcase why Option type is necessary, let's look at an example. Consider an application which takes a user input and stores it in a variable. Some fields are required, and some are optional. For example, a user's middle name is optional. While we could use an empty string to represent the absence of a middle name, it would require extra checks to differentiate between an empty string and a missing middle name. Instead, we can use the Option type to represent the middle name. module book::user_registry { use std::string::String; /// A struct representing a user record. public struct User has drop { first_name: String, middle_name: Option, last_name: String, } /// Create a new `User` struct with the given fields. public fun register( first_name: String, middle_name: Option, last_name: String, ): User { User { first_name, middle_name, last_name } }\n} In the example above, the middle_name field is of type Option. This means that the middle_name field can either contain a String value or be empty. This makes it clear that the middle name is optional, and it avoids the need for extra checks to differentiate between an empty string and a missing middle name.","breadcrumbs":"Syntax Basics » Option » In Practice","id":"116","title":"In Practice"},"117":{"body":"To use the Option type, you need to import the std::option module and use the Option type. You can then create an Option value using the some or none methods. // `option::some` creates an `Option` value with a value.\nlet mut opt = option::some(b\"Alice\"); // `option.is_some()` returns true if option contains a value.\nassert!(opt.is_some(), 1); // internal value can be `borrow`ed and `borrow_mut`ed.\nassert!(opt.borrow() == &b\"Alice\", 0); // `option.extract` takes the value out of the option, leaving the option empty.\nlet inner = opt.extract(); // `option.is_none()` returns true if option is None.\nassert!(opt.is_none(), 2);","breadcrumbs":"Syntax Basics » Option » Using Option","id":"117","title":"Using Option"},"118":{"body":"While Move does not have a built-in to represent strings, it does have a string module in the Standard Library that provides a String type. The string module represents UTF-8 encoded strings, and another module, ascii, provides an ASCII-only String type. Sui execution environment also allows Strings as transaction arguments, so in many cases, String does not to be constructed in the Transaction Block .","breadcrumbs":"Syntax Basics » String » String","id":"118","title":"String"},"119":{"body":"TODO: reference vector reference literals - Expression","breadcrumbs":"Syntax Basics » String » Bytestring Literal","id":"119","title":"Bytestring Literal"},"12":{"body":"Web based IDE from Github, can be run right in the browser and provides almost a full-featured VSCode experience. Github Codespaces Move Syntax is also available in the extensions marketplace.","breadcrumbs":"Before we begin » Set up your IDE » Github Codespaces","id":"12","title":"Github Codespaces"},"120":{"body":"No matter which type of string you use, it is important to know that strings are just bytes. The wrappers provided by the string and ascii modules are just that: wrappers. They do provide extra checks and functionality than a vector of bytes, but under the hood, they are just vectors of bytes. module book::custom_string { /// Anyone can implement a custom string-like type by wrapping a vector. public struct MyString { bytes: vector, } /// Implement a `from_bytes` function to convert a vector of bytes to a string. public fun from_bytes(bytes: vector): MyString { MyString { bytes } } /// Implement a `bytes` function to convert a string to a vector of bytes. public fun bytes(self: &MyString): &vector { &self.bytes }\n} Both standard types provide conversions from and to vectors of bytes.","breadcrumbs":"Syntax Basics » String » Strings are bytes","id":"120","title":"Strings are bytes"},"121":{"body":"While there are two types of strings in the standard library, the string module should be considered the default. It has native implementations of many common operations, and hence is more efficient than the ascii module. To create a string or perform operations on it, you must import the string module: module book::string_utf { use std::string; #[test] fun using_strings() { // strings are normally created using the `utf8` function let mut hello = string::utf8(b\"Hello\"); let world = string::utf8(b\", World!\"); // strings can be concatenated using the `append_utf8` function hello.append_utf8(*world.bytes()); // mutates the value // just like any other type, strings can be compared assert!(hello == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » Working with UTF-8 Strings","id":"121","title":"Working with UTF-8 Strings"},"122":{"body":"The default utf8 method is potentially unsafe, as it does not check that the bytes passed to it are valid UTF-8. If you are not sure that the bytes you are passing are valid UTF-8, you should use the try_utf8 method instead. It returns an Option, which is None if the bytes are not valid UTF-8: The try_* pattern is used throughout the standard library to indicate that a function may fail. For more information, see the Error Handling section. module book::string_safe_utf { use std::string; #[test] fun safe_strings() { // this is a valid UTF-8 string let hello = string::try_utf8(b\"Hello\"); assert!(hello.is_some(), 0); // abort if the value is not valid UTF-8 // this is not a valid UTF-8 string let invalid = string::try_utf8(b\"\\xFF\"); assert!(invalid.is_none(), 0); // abort if the value is valid UTF-8 }\n}","breadcrumbs":"Syntax Basics » String » Safe UTF-8 Operations","id":"122","title":"Safe UTF-8 Operations"},"123":{"body":"TODO: ASCII strings module book::string_ascii { // use std::ascii::String; #[test] fun using_strings() { // strings are normally created using the `utf8` function // let mut hello = string::utf8(b\"Hello\"); // let world = string::utf8(b\", World!\"); // // strings can be concatenated using the `append_utf8` function // let hello_world = hello.append_utf8(*world.bytes()); // // just like any other type, strings can be compared // assert!(hello_world == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » ASCII Strings","id":"123","title":"ASCII Strings"},"124":{"body":"TODO: summary","breadcrumbs":"Syntax Basics » String » Summary","id":"124","title":"Summary"},"125":{"body":"Control flow statements are used to control the flow of execution in a program. They are used to make decisions, to repeat a block of code, and to exit a block of code early. Move has the following control flow statements (explained in detail below): if and if-else - making decisions on whether to execute a block of code loop and while loops - repeating a block of code break and continue statements - exiting a loop early return statement - exiting a function early","breadcrumbs":"Syntax Basics » Control Flow » Control Flow","id":"125","title":"Control Flow"},"126":{"body":"The if expression is used to make decisions in a program. It evaluates a boolean expression and executes a block of code if the expression is true. Paired with else, it can execute a different block of code if the expression is false. The syntax for the if expression is: if () ;\nif () else ; Just like any other expression, if requires a semicolon, if there are other expressions following it. The else keyword is optional, except for the case when the resulting value is assigned to a variable. We will cover this below. #[test] fun test_if() { let x = 5; // `x > 0` is a boolean expression. if (x > 0) { std::debug::print(&b\"X is bigger than 0\".to_string()) }; } Let's see how we can use if and else to assign a value to a variable: #[test] fun test_if_else() { let x = 5; let y = if (x > 0) { 1 } else { 0 }; assert!(y == 1, 0); } Here we assign the value of the if expression to the variable y. If x is greater than 0, y will be assigned the value 1, otherwise 0. The else block is necessary, because both branches must return a value of the same type. If we omit the else block, the compiler will throw an error. Conditional expressions are one of the most important control flow statements in Move. They can use either user provided input or some already stored data to make decisions. In particular, they are used in the assert! macro to check if a condition is true, and if not, to abort execution. We will get to it very soon!","breadcrumbs":"Syntax Basics » Control Flow » Conditional Statements","id":"126","title":"Conditional Statements"},"127":{"body":"Loops are used to execute a block of code multiple times. Move has two built-in types of loops: loop and while. In many cases they can be used interchangeably, but usually while is used when the number of iterations is known in advance, and loop is used when the number of iterations is not known in advance or there are multiple exit points. Loops are helpful when dealing with collections, such as vectors, or when we want to repeat a block of code until a certain condition is met. However, it is important to be careful with loops, as they can lead to infinite loops, which can lead to gas exhaustion and the transaction being aborted.","breadcrumbs":"Syntax Basics » Control Flow » Repeating Statements with Loops","id":"127","title":"Repeating Statements with Loops"},"128":{"body":"The while statement is used to execute a block of code as long as a boolean expression is true. Just like we've seen with if, the boolean expression is evaluated before each iteration of the loop. Just like conditional statements, the while loop is an expression and requires a semicolon if there are other expressions following it. The syntax for the while loop is: while () { ; }; Here is an example of a while loop with a very simple condition: // This function iterates over the `x` variable until it reaches 10, the // return value is the number of iterations it took to reach 10. // // If `x` is 0, then the function will return 10. // If `x` is 5, then the function will return 5. fun while_loop(mut x: u8): u8 { let mut y = 0; // This will loop until `x` is 10. // And will never run if `x` is 10 or more. while (x < 10) { y = y + 1; x = x + 1; }; y } #[test] fun test_while() { assert!(while_loop(0) == 10, 0); // 10 times assert!(while_loop(5) == 5, 0); // 5 times assert!(while_loop(10) == 0, 0); // loop never executed }","breadcrumbs":"Syntax Basics » Control Flow » The while loop","id":"128","title":"The while loop"},"129":{"body":"Now let's imagine a scenario where the boolean expression is always true. For example, if we literally passed true to the while condition. As you might expect, this would create an infinite loop, and this is almost what the loop statement works like. #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_while() { let mut x = 0; // This will loop forever. while (true) { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } An infinite while, or while without a condition, is a loop. The syntax for it is simple: loop { ; }; Let's rewrite the previous example using loop instead of while: #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_loop() { let mut x = 0; // This will loop forever. loop { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } Infinite loops on their own are not very useful in Move, since every operation in Move costs gas, and an infinite loop will lead to gas exhaustion. However, they can be used in combination with break and continue statements to create more complex loops.","breadcrumbs":"Syntax Basics » Control Flow » Infinite loop","id":"129","title":"Infinite loop"},"13":{"body":"Move 2024 is the new version of the Move language that is maintained by Mysten Labs. All of the examples in this book are written in Move 2024. If you're used to the pre-2024 version of Move, please, refer to the Move 2024 Migration Guide to learn about the differences between the two versions.","breadcrumbs":"Before we begin » Move 2024 » Move 2024","id":"13","title":"Move 2024"},"130":{"body":"As we already mentioned, infinite loops are rather useless on their own. And that's where we introduce the break and continue statements. They are used to exit a loop early, and to skip the rest of the current iteration, respectively. Syntax for the break statement is (without a semicolon): break The break statement is used to stop the execution of a loop and exit it early. It is often used in combination with a conditional statement to exit the loop when a certain condition is met. To illustrate this point, let's turn the infinite loop from the previous example into something that looks and behaves more like a while loop: #[test] fun test_break_loop() { let mut x = 0; // This will loop until `x` is 5. loop { x = x + 1; // If `x` is 5, then exit the loop. if (x == 5) { break // Exit the loop. } }; assert!(x == 5, 0); } Almost identical to the while loop, right? The break statement is used to exit the loop when x is 5. If we remove the break statement, the loop will run forever, just like the previous example.","breadcrumbs":"Syntax Basics » Control Flow » Exiting a Loop Early","id":"130","title":"Exiting a Loop Early"},"131":{"body":"The continue statement is used to skip the rest of the current iteration and start the next one. Similarly to break, it is used in combination with a conditional statement to skip the rest of the iteration when a certain condition is met. Syntax for the continue statement is (without a semicolon): continue The example below skips odd numbers and prints only even numbers from 0 to 10: #[test] fun test_continue_loop() { let mut x = 0; // This will loop until `x` is 10. loop { x = x + 1; // If `x` is odd, then skip the rest of the iteration. if (x % 2 == 1) { continue // Skip the rest of the iteration. }; std::debug::print(&x); // If `x` is 10, then exit the loop. if (x == 10) { break // Exit the loop. } }; assert!(x == 10, 0); // 10 } break and continue statements can be used in both while and loop loops.","breadcrumbs":"Syntax Basics » Control Flow » Skipping an Iteration","id":"131","title":"Skipping an Iteration"},"132":{"body":"The return statement is used to exit a function early and return a value. It is often used in combination with a conditional statement to exit the function when a certain condition is met. The syntax for the return statement is: return Here is an example of a function that returns a value when a certain condition is met: /// This function returns `true` if `x` is greater than 0 and not 5, /// otherwise it returns `false`. fun is_positive(x: u8): bool { if (x == 5) { return false }; if (x > 0) { return true }; false } #[test] fun test_return() { assert!(is_positive(5) == false, 0); assert!(is_positive(0) == false, 0); assert!(is_positive(1) == true, 0); } Unlike in other languages, the return statement is not required for the last expression in a function. The last expression in a function block is automatically returned. However, the return statement is useful when we want to exit a function early if a certain condition is met.","breadcrumbs":"Syntax Basics » Control Flow » Early Return","id":"132","title":"Early Return"},"133":{"body":"Constants are immutable values that are defined at the module level. They often serve as a way to give names to values that are used throughout a module. For example, if there's a default price for a product, you might define a constant for it. Constants are internal to the module and can not be accessed from other modules. module book::shop_price { use sui::coin::Coin; use sui::sui::SUI; /// The price of an item in the shop. const ITEM_PRICE: u64 = 100; /// The owner of the shop, an address. const SHOP_OWNER: address = @0xa11ce; /// An item sold in the shop. public struct Item { /* ... */ } /// Purchase an item from the shop. public fun purchase(coin: Coin): Item { assert!(coin.value() == ITEM_PRICE, 0); transfer::public_transfer(coin, SHOP_OWNER); Item { /* ... */ } }\n}","breadcrumbs":"Syntax Basics » Constants » Constants","id":"133","title":"Constants"},"134":{"body":"Constants are named using UPPER_SNAKE_CASE. This is a convention that is used throughout the Move codebase. It's a way to make constants stand out from other identifiers in the code. Move compiler will error if the first letter of a constant is not an uppercase letter.","breadcrumbs":"Syntax Basics » Constants » Naming Convention","id":"134","title":"Naming Convention"},"135":{"body":"Constants can't be changed and assigned new values. They are part of the package bytecode, and inherently immutable. module book::immutable_constants { const ITEM_PRICE: u64 = 100; // emits an error fun change_price() { ITEM_PRICE = 200; }\n}","breadcrumbs":"Syntax Basics » Constants » Constants are Immutable","id":"135","title":"Constants are Immutable"},"136":{"body":"","breadcrumbs":"Syntax Basics » Assert and Abort » Assert and Abort","id":"136","title":"Assert and Abort"},"137":{"body":"The abort keyword is used to abort the execution of a transaction. It is used in combination with an abort code, which will be returned to the caller of the transaction. The abort code is an integer of type u64 and can be any value. let user_has_access = true; // abort with a predefined constant if `user_has_access` is false\nif (!user_has_access) { abort 0\n}; // there's an alternative syntax using parenthesis`\nif (user_has_access) { abort(1)\n}; The code above will, of course, abort with abort code 1.","breadcrumbs":"Syntax Basics » Assert and Abort » Abort","id":"137","title":"Abort"},"138":{"body":"The assert! macro is a built-in macro that can be used to assert a condition. If the condition is false, the transaction will abort with the given abort code. The assert! macro is a convenient way to abort a transaction if a condition is not met. The macro shortens the code otherwise written with an if expression + abort. // aborts if `user_has_access` is `false` with abort code 0\nassert!(user_has_access, 0); // expands into:\nif (!user_has_access) { abort 0\n};","breadcrumbs":"Syntax Basics » Assert and Abort » assert!","id":"138","title":"assert!"},"139":{"body":"To make error codes more descriptive, it is a good practice to define error constants. Error constants are defined as const declarations and are usually prefixed with E followed by a camel case name. Error constatns are no different from other constants and don't have special handling. So their addition is purely a practice for better code readability. /// Error code for when the user has no access.\nconst ENoAccess: u64 = 0;\n/// Trying to access a field that does not exist.\nconst ENoField: u64 = 1; /// Updates a record.\npublic fun update_record(/* ... , */ user_has_access: bool, field_exists: bool) { // asserts are way more readable now assert!(user_has_access, ENoAccess); assert!(field_exists, ENoField); /* ... */\n}","breadcrumbs":"Syntax Basics » Assert and Abort » Error constants","id":"139","title":"Error constants"},"14":{"body":"In this section you'll get to experience the Move language and the Move compiler first-hand. You'll learn how to create a package, write a simple module, test it and generate documentation. You can also use this section as a quick CLI reference for your own projects. This guide mentions topics which you will learn later in this book. If you are not familiar with some of the concepts, don't worry, you'll learn them later. Try to focus on the task at hand and don't get distracted by the details. It is important that you have a working Move environment. If you haven't set it up yet, please refer to the Install Sui section. This section is divided into the following parts (in order): Hello World Adding Tests Debugging Generating Docs","breadcrumbs":"Your First Move » Your first Move","id":"14","title":"Your first Move"},"140":{"body":"We suggest reading the Better Error Handling guide to learn about best practices for error handling in Move.","breadcrumbs":"Syntax Basics » Assert and Abort » Further reading","id":"140","title":"Further reading"},"141":{"body":"Functions are the building blocks of Move programs. They are called from user transactions and from other functions and group executable code into reusable units. Functions can take arguments and return a value. They are declared with the fun keyword at the module level. Just like any other module member, by default they're private and can only be accessed from within the module. module book::math { /// Function takes two arguments of type `u64` and returns their sum. /// The `public` visibility modifier makes the function accessible from /// outside the module. public fun add(a: u64, b: u64): u64 { a + b } #[test] fun test_add() { let sum = add(1, 2); assert!(sum == 3, 0); }\n} In this example, we define a function add that takes two arguments of type u64 and returns their sum. The function is called from the test_add function, which is a test function located in the same module. In the test we compare the result of the add function with the expected value and abort the execution if the result is different.","breadcrumbs":"Syntax Basics » Function » Function","id":"141","title":"Function"},"142":{"body":"There's a convention to call functions in Move with the snake_case naming convention. This means that the function name should be all lowercase with words separated by underscores. For example, do_something, add, get_balance, is_authorized, and so on. A function is declared with the fun keyword followed by the function name (a valid Move identifier), a list of arguments in parentheses, and a return type. The function body is a block of code that contains a sequence of statements and expressions. The last expression in the function body is the return value of the function. fun return_nothing() { // empty expression, function returns `()`\n}","breadcrumbs":"Syntax Basics » Function » Function declaration","id":"142","title":"Function declaration"},"143":{"body":"Just like any other module member, functions can be imported and accessed via a path. The path consists of the module path and the function name separated by ::. For example, if you have a function called add in the math module in the book package, the path to it will be book::math::add, or, if the module is imported, math::add. module book::use_math { use book::math; fun call_add() { // function is called via the path let sum = math::add(1, 2); }\n}","breadcrumbs":"Syntax Basics » Function » Accessing functions","id":"143","title":"Accessing functions"},"144":{"body":"Move functions can return multiple values, which is useful when you need to return more than one value from a function. The return type of the function is a tuple of types. The return value is a tuple of expressions. fun get_name_and_age(): (vector, u8) { (b\"John\", 25)\n} Result of a function call with tuple return has to be unpacked into variables via let (tuple) syntax: // Tuple must be destructured to access its elements.\n// Name and age are declared as immutable variables.\nlet (name, age) = get_name_and_age();\nassert!(name == b\"John\", 0);\nassert!(age == 25, 0); If any of the declared values need to be declared as mutable, the mut keyword is placed before the variable name: // declare name as mutable, age as immutable\nlet (mut name, age) = get_name_and_age(); If some of the arguments are not used, they can be ignored with the _ symbol: // ignore the name, only use the age\nlet (_, age) = get_name_and_age();","breadcrumbs":"Syntax Basics » Function » Multiple return values","id":"144","title":"Multiple return values"},"145":{"body":"Move Compiler supports receiver syntax , which allows defining methods which can be called on instances of a struct. This is similar to the method syntax in other programming languages. It is a convenient way to define functions which operate on the fields of a struct.","breadcrumbs":"Syntax Basics » Struct Methods » Struct Methods","id":"145","title":"Struct Methods"},"146":{"body":"If the first argument of a function is a struct internal to the module, then the function can be called using the . operator. If the function uses a struct from another module, then method won't be associated with the struct by default. In this case, the function can be called using the standard function call syntax. When a module is imported, the methods are automatically associated with the struct. module book::hero { /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } /// A method which casts a spell, consuming mana. public fun heal_spell(hero: &mut Hero) { hero.health = hero.health + 10; hero.mana = hero.mana - 10; } /// A method which returns the health of the hero. public fun health(hero: &Hero): u8 { hero.health } /// A method which returns the mana of the hero. public fun mana(hero: &Hero): u8 { hero.mana } #[test] // Test the methods of the `Hero` struct. fun test_methods() { let mut hero = new(); hero.heal_spell(); assert!(hero.health() == 110, 1); assert!(hero.mana() == 90, 2); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Method syntax","id":"146","title":"Method syntax"},"147":{"body":"For modules that define multiple structs and their methods, it is possible to define method aliases to avoid name conflicts, or to provide a better-named method for a struct. The syntax for aliases is: // for local method association\nuse fun as .; // exported alias\npublic use fun as .; Public aliases are only allowed for structs defined in the same module. If a struct is defined in another module, an alias can still be created but cannot be made public. In the example below, we changed the hero module and added another type - Villain. Both Hero and Villain have similar field names and methods. And to avoid name conflicts, we prefixed methods with hero_ and villain_ respectively. However, we can create aliases for these methods so that they can be called on the instances of the structs without the prefix. module book::hero_and_villain { /// A struct representing a hero. public struct Hero has drop { health: u8, } /// A struct representing a villain. public struct Villain has drop { health: u8, } /// Create a new Hero. public fun new_hero(): Hero { Hero { health: 100 } } /// Create a new Villain. public fun new_villain(): Villain { Villain { health: 100 } } // Alias for the `hero_health` method. Will be imported automatically when // the module is imported. public use fun hero_health as Hero.health; public fun hero_health(hero: &Hero): u8 { hero.health } // Alias for the `villain_health` method. Will be imported automatically // when the module is imported. public use fun villain_health as Villain.health; public fun villain_health(villain: &Villain): u8 { villain.health } #[test] // Test the methods of the `Hero` and `Villain` structs. fun test_associated_methods() { let hero = new_hero(); assert!(hero.health() == 100, 1); let villain = new_villain(); assert!(villain.health() == 100, 3); }\n} As you can see, in the test function, we called the health method on the instances of Hero and Villain without the prefix. The compiler will automatically associate the methods with the structs.","breadcrumbs":"Syntax Basics » Struct Methods » Method Aliases","id":"147","title":"Method Aliases"},"148":{"body":"It is also possible to associate a function defined in another module with a struct from the current module. Following the same approach, we can create an alias for the method defined in another module. Let's use the bcs::to_bytes method from the Standard Library and associate it with the Hero struct. It will allow serializing the Hero struct to a vector of bytes. // TODO: better example (external module...)\nmodule book::hero_to_bytes { // Alias for the `bcs::to_bytes` method. Imported aliases should be defined // in the top of the module. // public use fun bcs::to_bytes as Hero.to_bytes; /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } #[test] // Test the methods of the `Hero` struct. fun test_hero_serialize() { // let mut hero = new(); // let serialized = hero.to_bytes(); // assert!(serialized.length() == 3, 1); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Aliasing an external module's method","id":"148","title":"Aliasing an external module's method"},"149":{"body":"Every module member has a visibility. By default, all module members are private - meaning they are only accessible within the module they are defined in. However, you can add a visibility modifier to make a module member public - visible outside the module, or friend - visible in \"friend\" modules within the same package, or entry - can be called from a transaction but can't be called from other modules.","breadcrumbs":"Syntax Basics » Visibility Modifiers » Visibility Modifiers","id":"149","title":"Visibility Modifiers"},"15":{"body":"It's time to write your first Move program. We'll start with the classic \"Hello World\" program which returns a String.","breadcrumbs":"Your First Move » Hello World! » Hello World","id":"15","title":"Hello World"},"150":{"body":"A function or a struct defined in a module which has no visibility modifier is private . module book::internal_visbility { // This function can be called from other functions in the same module fun internal() { /* ... */ } // Same module -> can call internal() fun call_internal() { internal(); }\n} Move compiler won't allow this code to compile: module book::try_calling_internal { use book::internal_visbility; // Different module -> can't call internal() fun try_calling_internal() { internal_visbility::internal(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Internal Visibility","id":"150","title":"Internal Visibility"},"151":{"body":"A struct or a function can be made public by adding the public keyword before the fun or struct keyword. module book::public_visibility { // This function can be called from other modules public fun public() { /* ... */ }\n} A public function can be imported and called from other modules. The following code will compile: module book::try_calling_public { use book::public_visibility; // Different module -> can call public() fun try_calling_public() { public_visibility::public(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Public Visibility","id":"151","title":"Public Visibility"},"152":{"body":"Modules within the same package can be declared as friends to each other, and that enables the friend visibility modifier. A function with friend visibility can be called by friend modules. However, to the rest of the packages and non-friend modules, it is private . module book::friend_visibility { friend book::try_calling_friend; // This function can be called from friend modules public(friend) fun friend_only() { /* ... */ }\n} A friend function can be called from a friend module, but not from a non-friend module: module book::try_calling_friend { use book::friend_visibility; // Same package, friend module -> can call friend() fun try_calling_friend() { friend_visibility::friend_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Friend Visibility","id":"152","title":"Friend Visibility"},"153":{"body":"This feature of Move 2024 is not yet implemented. Move 2024 introduces the package visibility modifier. A function with package visibility can be called from any module within the same package. It can't be called from other packages. module book::package_visibility { public(package) fun package_only() { /* ... */ }\n} A package function can be called from any module within the same package: module book::try_calling_package { use book::package_visibility; // Same package `book` -> can call package_only() fun try_calling_package() { package_visibility::package_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Package Visibility","id":"153","title":"Package Visibility"},"154":{"body":"Every variable in Move has a scope and an owner. The scope is the range of code where the variable is valid, and the owner is the scope that this variable belongs to. Once the owner scope ends, the variable is dropped. This is a fundamental concept in Move, and it is important to understand how it works.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership and Scope","id":"154","title":"Ownership and Scope"},"155":{"body":"A variable defined in a function scope is owned by this scope. The runtime goes through the function scope and executes every expression and statement. Once the function scope end, the variables defined in it are dropped or deallocated. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function } // a is dropped here #[test] fun test_owner() { owner(); // a is not valid here }\n} In the example above, the variable a is owned by the owner function, and the variable b is owned by the other function. When each of these functions are called, the variables are defined, and when the function ends, the variables are discarded.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership","id":"155","title":"Ownership"},"156":{"body":"If we changed the owner function to return the variable a, then the ownership of a would be transferred to the caller of the function. module book::ownership { public fun owner(): u8 { let a = 1; // a defined here a // scope ends, a is returned } #[test] fun test_owner() { let a = owner(); // a is valid here } // a is dropped here\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Returning a Value","id":"156","title":"Returning a Value"},"157":{"body":"Additionally, if we passed the variable a to another function, the ownership of a would be transferred to this function. When performing this operation, we move the value from one scope to another. This is also called move semantics . module book::ownership { public fun owner(): u8 { let a = 10; a } // a is returned public fun take_ownership(v: u8) { // v is owned by `take_ownership` } // v is dropped here #[test] fun test_owner() { let a = owner(); take_ownership(a); // a is not valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Passing by Value","id":"157","title":"Passing by Value"},"158":{"body":"Function has a main scope, and it can also have sub-scopes via the use of blocks. A block is a sequence of statements and expressions, and it has its own scope. Variables defined in a block are owned by this block, and when the block ends, the variables are dropped. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function's scope { let b = 2; // b is owned by the block { let c = 3; // c is owned by the block }; // c is dropped here }; // b is dropped here // a = b; // error: b is not valid here // a = c; // error: c is not valid here } // a is dropped here\n} However, shall we use the return value of a block, the ownership of the variable is transferred to the caller of the block. module book::ownership { public fun owner(): u8 { let a = 1; // a is owned by the `owner` function's scope let b = { let c = 2; // c is owned by the block c // c is returned }; // c is dropped here a + b // both a and b are valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Scopes with Blocks","id":"158","title":"Scopes with Blocks"},"159":{"body":"Some types in Move are copyable , which means that they can be copied without transferring the ownership. This is useful for types that are small and cheap to copy, such as integers and booleans. Move compiler will automatically copy these types when they are passed to a function or returned from a function, or when they're moved to a scope and then accessed in their original scope.","breadcrumbs":"Syntax Basics » Ownership and Scope » Copyable Types","id":"159","title":"Copyable Types"},"16":{"body":"First, you need to initialize a new project. Assuming you have Sui installed , run the following command: $ sui move new hello_world Sui CLI has a move subcommand which is used to work with Move packages. The new subcommand creates a new package with the given name in a new directory. In our case, the package name is hello_world, and it is located in the hello_world directory. To make sure that the package was created successfully, we can check the contents of the current directory, and see that there is a new hello_world path. $ ls | grep hello_world\nhello_world If the output looks like this, then everything is fine, and we can proceed. The folder structure of the package is the folowing: hello_world\n├── Move.toml\n├── src/\n│ └── hello_world.move\n└── tests/ └── hello_world_tests.move The address I'm using in this book is always 0x0 and the name for it is \"book\". You can use any address you want, but make sure to change it in the examples. To make the examples work as is, please, add the following address to the [addresses] section in the Move.toml: # Move.toml\n[addresses]\nstd = \"0x1\"\nbook = \"0x0\"","breadcrumbs":"Your First Move » Hello World! » Initialize a project","id":"16","title":"Initialize a project"},"160":{"body":"In Move, the copy ability on a type indicates that the instance or the value of the type can be copied. While this behavior may feel very natural when working with numbers or other simple types, it is not the default for custom types in Move. This is because Move is designed to express digital assets and resources, and inability to copy is a key element of the resource model. However, Move type system allows you to define custom types with the copy ability. public struct Copyable has copy {} In the example above, we define a custom type Copyable with the copy ability. This means that instances of Copyable can be copied, both implicitly and explicitly. let a = Copyable {};\nlet b = a; // `a` is copied to `b`\nlet c = *&b; // explicit copy via dereference operator In the example above, a is copied to b implicitly, and then explicitly copied to c using the dereference operator. If Copyable did not have the copy ability, the code would not compile, and the Move compiler would raise an error.","breadcrumbs":"Syntax Basics » Abilities: Copy » Abilities: Copy","id":"160","title":"Abilities: Copy"},"161":{"body":"The copy ability is closely related to drop ability . If a type has the copy ability, very likely that it should have drop too. This is because the drop ability is required to clean up the resources when the instance is no longer needed. If a type has only copy , then managing its instances gets more complicated, as the values cannot be ignored. public struct Value has copy, drop {} All of the primitive types in Move behave as if they have the copy and drop abilities. This means that they can be copied and dropped, and the Move compiler will handle the memory management for them.","breadcrumbs":"Syntax Basics » Abilities: Copy » Copying and Drop","id":"161","title":"Copying and Drop"},"162":{"body":"In the Ownership and Scope section, we explained that when a value is passed to a function, it is moved to the function's scope. This means that the function becomes the owner of the value, and the original scope (owner) can no longer use it. This is an important concept in Move, as it ensures that the value is not used in multiple places at the same time. However, there are use cases when we want to pass a value to a function but retain the ownership. This is where references come into play. To illustrate this, let's consider a simple example - an application for a metro (subway) pass. We will look at 4 different scenarios: Card can be purchased at the kiosk for a fixed price Card can be shown to inspectors to prove that the passenger has a valid pass Card can be used at the turnstile to enter the metro, and spend a ride Card can be recycled once it's empty On this page we use pre-2024 syntax for better visibility. The result utilizing the 2024 syntax is shown in the end of the page .","breadcrumbs":"Syntax Basics » References » References","id":"162","title":"References"},"163":{"body":"The initial layout of the metro pass application is simple. We define the Card type and the USES constant that represents the number of rides for a single card. We also add an error constant for the case when the card is empty. module book::metro_pass { /// Error code for when the card is empty. const ENoUses: u64 = 0; /// Number of uses for a metro pass card. const USES: u8 = 3; /// A metro pass card public struct Card { uses: u8 } /// Purchase a metro pass card. public fun purchase(/* pass a Coin */): Card { Card { uses: USES } }\n}","breadcrumbs":"Syntax Basics » References » Layout","id":"163","title":"Layout"},"164":{"body":"References are a way to show a value to a function without giving up the ownership. In our case, when we show the Card to the inspector, we don't want to give up the ownership of it, and we don't allow them to spend the rides. We just want to allow reading the value of the Card and prove its ownership. To do so, in the function signature, we use the & symbol to indicate that we are passing a reference to the value, not the value itself. /// Show the metro pass card to the inspector. public fun is_valid(card: &Card): bool { card.uses > 0 } Now the function can't take the ownership of the card, and it can't spend the rides. But it can read its value. Worth noting, that a signature like this makes it impossible to call the function without a Card at all. This is an important property which allows the Capability Pattern which we will cover in the next chapters.","breadcrumbs":"Syntax Basics » References » Reference","id":"164","title":"Reference"},"165":{"body":"In some cases, we want to allow the function to change the value of the Card. For example, when we use the Card at the turnstile, we want to spend a ride. To implement it, we use the &mut keyword in the function signature. /// Use the metro pass card at the turnstile to enter the metro. public fun enter_metro(card: &mut Card) { assert!(card.uses > 0, ENoUses); card.uses = card.uses - 1; } As you can see in the function body, the &mut reference allows mutating the value, and the function can spend the rides.","breadcrumbs":"Syntax Basics » References » Mutable Reference","id":"165","title":"Mutable Reference"},"166":{"body":"Lastly, let's give an illustration of what happens when we pass the value itself to the function. In this case, the function takes the ownership of the value, and the original scope can no longer use it. The owner of the Card can recycle it, and, hence, lose the ownership. /// Recycle the metro pass card. public fun recycle(card: Card) { assert!(card.uses == 0, ENoUses); let Card { uses: _ } = card; } In the recycle function, the Card is taken by value and can be unpacked and destroyed. The original scope can't use it anymore.","breadcrumbs":"Syntax Basics » References » Passing by Value","id":"166","title":"Passing by Value"},"167":{"body":"To illustrate the full flow of the application, let's put all the pieces together in a test. #[test] fun test_card_2024() { // declaring variable as mutable because we modify it let mut card = purchase(); card.enter_metro(); // modify the card but don't move it assert!(card.is_valid(), 0); // read the card! card.enter_metro(); // modify the card but don't move it card.enter_metro(); // modify the card but don't move it card.recycle(); // move the card out of the scope }","breadcrumbs":"Syntax Basics » References » Full Example","id":"167","title":"Full Example"},"168":{"body":"Generics are a way to define a type or function that can work with any type. This is useful when you want to write a function which can be used with different types, or when you want to define a type that can hold any other type. Generics are the foundation of many advanced features in Move, such as collections, abstract implementations, and more.","breadcrumbs":"Syntax Basics » Generics » Generics","id":"168","title":"Generics"},"169":{"body":"In this chapter we already mentioned the vector type, which is a generic type that can hold any other type. Another example of a generic type in the standard library is the Option type, which is used to represent a value that may or may not be present.","breadcrumbs":"Syntax Basics » Generics » In the Standard Library","id":"169","title":"In the Standard Library"},"17":{"body":"Let's create a new module called hello_world. To do so, create a new file in the sources folder called hello_world.move. So that the structure looks like this: sources/ hello_world.move\nMove.toml And then add the following code to the hello_world.move file: // sources/hello_world.move\nmodule book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") }\n} While it's not a hard restriction, it's is considered a good practice to name the module the same as the file. So, in our case, the module name is hello_world and the file name is hello_world.move. The module name and function names should be in snake_case - all lowercase letters with underscores between words. You can read more about coding conventions in the Coding Conventions section.","breadcrumbs":"Your First Move » Hello World! » Create a module","id":"17","title":"Create a module"},"170":{"body":"To define a generic type or function, a type signature needs to have a list of generic parameters enclosed in angle brackets (< and >). The generic parameters are separated by commas. /// Container for any type `T`.\npublic struct Container has drop { value: T,\n} /// Function that creates a new `Container` with a generic value `T`.\npublic fun new(value: T): Container { Container { value }\n} In the example above, Container is a generic type with a single type parameter T, the value field of the container stores the T. The new function is a generic function with a single type parameter T, and it returns a Container with the given value. Generic types must be initialed with a concrete type, and generic functions must be called with a concrete type. #[test]\nfun test_container() { // these three lines are equivalent let container: Container = new(10); // type inference let container = new(10); // create a new `Container` with a `u8` value let container = new(10u8); assert!(container.value == 10, 0x0); // Value can be ignored only if it has the `drop` ability. let Container { value: _ } = container;\n} In the test function test_generic we demonstrate three equivalent ways to create a new Container with a u8 value. Because numeric types need to be inferred, we specify the type of the number literal.","breadcrumbs":"Syntax Basics » Generics » Generic Syntax","id":"170","title":"Generic Syntax"},"171":{"body":"You can define a type or function with multiple type parameters. The type parameters are then separated by commas. /// A pair of values of any type `T` and `U`.\npublic struct Pair { first: T, second: U,\n} /// Function that creates a new `Pair` with two generic values `T` and `U`.\npublic fun new_pair(first: T, second: U): Pair { Pair { first, second }\n} In the example above, Pair is a generic type with two type parameters T and U, and the new_pair function is a generic function with two type parameters T and U. The function returns a Pair with the given values. The order of the type parameters is important, and it should match the order of the type parameters in the type signature. #[test]\nfun test_generic() { // these three lines are equivalent let pair_1: Pair = new_pair(10, true); // type inference let pair_2 = new_pair(10, true); // create a new `Pair` with a `u8` and `bool` values let pair_3 = new_pair(10u8, true); assert!(pair_1.first == 10, 0x0); assert!(pair_1.second, 0x0); // Unpacking is identical. let Pair { first: _, second: _ } = pair_1; let Pair { first: _, second: _ } = pair_2; let Pair { first: _, second: _ } = pair_3; } If we added another instance where we swapped type parameters in the new_pair function, and tried to compare two types, we'd see that the type signatures are different, and cannot be compared. #[test]\nfun test_swap_type_params() { let pair1: Pair = new_pair(10u8, true); let pair2: Pair = new_pair(true, 10u8); // this line will not compile // assert!(pair1 == pair2, 0x0); let Pair { first: pf1, second: ps1 } = pair1; // first1: u8, second1: bool let Pair { first: pf2, second: ps2 } = pair2; // first2: bool, second2: u8 assert!(pf1 == ps2, 0x0); // 10 == 10 assert!(ps1 == pf2, 0x0); // true == true\n} Types for variables pair1 and pair2 are different, and the comparison will not compile.","breadcrumbs":"Syntax Basics » Generics » Multiple Type Parameters","id":"171","title":"Multiple Type Parameters"},"172":{"body":"In the examples above we focused on instantiating generic types and calling generic functions to create instances of these types. However, the real power of generics is the ability to define shared behavior for the base, generic type, and then use it independently of the concrete types. This is especially useful when working with collections, abstract implementations, and other advanced features in Move. /// A user record with name, age, and some generic metadata\npublic struct User { name: String, age: u8, /// Varies depending on application. metadata: T,\n} In the example above, User is a generic type with a single type parameter T, with shared fields name and age, and the generic metadata field which can store any type. No matter what the metadata is, all of the instances of User will have the same fields and methods. /// Updates the name of the user.\npublic fun update_name(user: &mut User, name: String) { user.name = name;\n} /// Updates the age of the user.\npublic fun update_age(user: &mut User, age: u8) { user.age = age;\n}","breadcrumbs":"Syntax Basics » Generics » Why Generics?","id":"172","title":"Why Generics?"},"173":{"body":"In some cases, you may want to define a generic type with a type parameter that is not used in the fields or methods of the type. This is called a phantom type parameter . Phantom type parameters are useful when you want to define a type that can hold any other type, but you want to enforce some constraints on the type parameter. /// A generic type with a phantom type parameter.\npublic struct Coin { value: u64\n} The Coin type here does not contain any fields or methods that use the type parameter T. It is used to differentiate between different types of coins, and to enforce some constraints on the type parameter T. public struct USD {}\npublic struct EUR {} #[test]\nfun test_phantom_type() { let coin1: Coin = Coin { value: 10 }; let coin2: Coin = Coin { value: 20 }; // Unpacking is identical because the phantom type parameter is not used. let Coin { value: _ } = coin1; let Coin { value: _ } = coin2;\n} In the example above, we demonstrate how to create two different instances of Coin with different phantom type parameters USD and EUR. The type parameter T is not used in the fields or methods of the Coin type, but it is used to differentiate between different types of coins. It will make sure that the USD and EUR coins are not mixed up.","breadcrumbs":"Syntax Basics » Generics » Phantom Type Parameters","id":"173","title":"Phantom Type Parameters"},"174":{"body":"Type parameters can be constrained to have certain abilities. This is useful when you need the inner type to allow certain behavior, such as copy or drop . The syntax for constraining a type parameter is T: + . /// A generic type with a type parameter that has the `drop` ability.\npublic struct Droppable { value: T,\n} /// A generic struct with a type parameter that has the `copy` and `drop` abilities.\npublic struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities\n} Move Compiler will enforce that the type parameter T has the specified abilities. If the type parameter does not have the specified abilities, the code will not compile. /// Type without any abilities.\npublic struct NoAbilities {} #[test]\nfun test_constraints() { // Fails - `NoAbilities` does not have the `drop` ability // let droppable = Droppable { value: 10 }; // Fails - `NoAbilities` does not have the `copy` and `drop` abilities // let copyable_droppable = CopyableDroppable { value: 10 };\n}","breadcrumbs":"Syntax Basics » Generics » Constraints on Type Parameters","id":"174","title":"Constraints on Type Parameters"},"175":{"body":"","breadcrumbs":"Syntax Basics » Generics » Further Reading","id":"175","title":"Further Reading"},"176":{"body":"In programming languages reflection is the ability of a program to examine and modify its own structure and behavior. In Move, there's a limited form of reflection that allows you to inspect the type of a value at runtime. This is useful when you need to store type information in a homogeneous collection, or when you need to check if a type belongs to a package. Type reflection is implemented in the Standard Library module std::type_name. Expressed very roughly, it gives a single function get() which returns the name of the type T.","breadcrumbs":"Syntax Basics » Type Reflection » Type Reflection","id":"176","title":"Type Reflection"},"177":{"body":"The module is pretty straightforward, and operations allowed on the result are limited to getting a string representation and extracting the module and address of the type. module book::type_reflection { use std::ascii::String; use std::type_name::{Self, TypeName}; use fun std::ascii::string as vector.to_ascii_string; /// A function that returns the name of the type `T` and its module and address. public fun i_dont_know_you(): (String, String, String) { let type_name: TypeName = type_name::get(); // there's a way to borrow let str: &String = type_name.borrow_string(); let module_name: String = type_name.get_module(); let address_str: String = type_name.get_address(); // and a way to consume the value let str = type_name.into_string(); (str, module_name, address_str) } #[test_only] public struct MyType {} #[test] fun test_type_reflection() { let (type_name, module_name, _address_str) = i_dont_know_you(); // assert!(module_name == b\"type_reflection\".to_ascii_string(), 1); }\n}","breadcrumbs":"Syntax Basics » Type Reflection » In practice","id":"177","title":"In practice"},"178":{"body":"Type reflection is an important part of the language, and it is a crucial part of some of the more advanced patterns.","breadcrumbs":"Syntax Basics » Type Reflection » Further reading","id":"178","title":"Further reading"},"179":{"body":"A crucial part of any software development, and even more - blockchain development, is testing. Here, we will cover the basics of testing in Move and how to write and organize tests for your Move code.","breadcrumbs":"Syntax Basics » Testing » Testing","id":"179","title":"Testing"},"18":{"body":"Let's take a closer look at the code we just wrote: module book::hello_world {\n} The first line of code declares a module called hello_world stored at the address book. The contents of the module go inside the curly braces {}. The last line closes the module declaration with a closing curly brace }. We will go through the module declaration in more detail in the Modules section. Then we import two members of the std::string module (which is part of the std package). The string module contains the String type, and the Self keyword imports the module itself, so we can use its functions. use std::string::{Self, String}; Then we define a hello_world function using the keyword fun which takes no arguments and returns a String type. The public keyword marks the visibility of the function - \"public\" functions can be accessed by other modules. The function body is inside the curly braces {}. In the Function section we will learn more about functions. public fun hello_world(): String { string::utf8(b\"Hello, World!\") } The function body consists of a single function call to the string::utf8 function and returns a String type. The expression is a bytestring literal b\"Hello World!\".","breadcrumbs":"Your First Move » Hello World! » Dive into the code","id":"18","title":"Dive into the code"},"180":{"body":"Tests in Move are functions marked with the #[test] attribute. This attribute tells the compiler that the function is a test function, and it should be run when the tests are executed. Test functions are regular functions, but they must return () and take no arguments. They are excluded from the bytecode, and are not included in the final package. module book::testing { // Test attribute is placed before the `fun` keyword. Can be both above or // right before the `fun` keyword: `#[test] fun my_test() { ... }` // The name of the test would be `book::testing::simple_test`. #[test] fun simple_test() { let sum = 2 + 2; assert!(sum == 4, 1); } // The name of the test would be `book::testing::more_advanced_test`. #[test] fun more_advanced_test() { let sum = 2 + 2 + 2; assert!(sum == 4, 1); }\n}","breadcrumbs":"Syntax Basics » Testing » The #[test] attribute","id":"180","title":"The #[test] attribute"},"181":{"body":"To run tests, you can use the sui move test command. This command will first build the package in the test mode and then run all the tests found in the package. During test mode, modules from both sources/ and tests/ directories are processed, and the tests are executed. $ sui move test\n> INCLUDING DEPENDENCY Sui\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING book\n> Running Move unit tests\n> ...","breadcrumbs":"Syntax Basics » Testing » Running Tests","id":"181","title":"Running Tests"},"182":{"body":"In some cases, it is helpful to give the test environment access to some of the internal functions or features. It simplifies the testing process and allows for more thorough testing. However, it is important to remember that these functions should not be included in the final package. This is where the #[test_only] attribute comes in handy. module book::testing { // Public function which uses the `secret` function. public fun multiply_by_secret(x: u64): u64 { x * secret() } /// Private function which is not available to the public. fun secret(): u64 { 100 } #[test_only] /// This function is only available for testing purposes in tests and other /// test-only functions. Mind the visibility - for `#[test_only]` it is /// common to use `public` visibility. public fun secret_for_testing(): u64 { secret() } #[test] // In the test environment we have access to the `secret_for_testing` function. fun test_multiply_by_secret() { let expected = secret_for_testing() * 2; assert!(multiply_by_secret(2) == expected, 1); }\n} Functions marked with the #[test_only] will be available to the test environment, and to the other modules if their visibility is set so.","breadcrumbs":"Syntax Basics » Testing » Utilities with #[test_only]","id":"182","title":"Utilities with #[test_only]"},"183":{"body":"In the Basic Syntax section, we learned about the basics of Move. And there was one topic that we never touched upon - storage. As a language, Move does not have a built-in storage model, and it is up to the platform developers to implement the storage model. This is an important aspect of Move, as it allows the platform to be flexible and adapt to different use cases. In this section, we will focus on the Sui storage model, which is the Object Model . We will dive into the details of parallel execution, and how the Object Model helps solve the scalability and concurrent data access challenges of blockchain platforms. This chapter is split into the following sections: The Key Ability - there we introduce the key ability and explain how it is used in Sui to define Objects. What is an Object - we expand on the concept of an Object and provide a more in-depth explanation of its use in practice. True Ownership - we explain the concept of true ownership and how it is addressed and implemented in the Sui Object Model. It has its befenits and drawbacks, and we will illustrate and explain them. Transfer Restrictions - a fundamental concept in Sui - the ability to restrict or relax the transfer ability of an Object using the store ability. Immutable Data - fundamental principles of shared state in Sui, and how shared immutable data is used in concurrent execution. Shared State - we explain how shared state works in Sui, and how it is used to implement concurrent execution. Transfer to Object - rather special scenario in the Object model which allows transferring an Object to another Object. The goal of this chapter is to provide a comprehensive understanding of the Object Model and its use on Sui. And in the next chapter , we will dive deepere into special features of Sui which make it unique and powerful.","breadcrumbs":"It starts with an Object » It starts with an Object","id":"183","title":"It starts with an Object"},"184":{"body":"In previous chapters we've covered the basics of Move and Sui Storage Model . Now it's time to dive deeper into the advanced topics of Sui programmability. This chapter introduces more complex concepts, practices and features of Move and Sui that are essential for building more sophisticated applications. It is intended for developers who are already familiar with the basics of Move and Sui, and are looking to expand their knowledge and skills.","breadcrumbs":"Advanced Programmability » Advanced Programmability","id":"184","title":"Advanced Programmability"},"185":{"body":"Every transaction has the execution context. The context is a set of pre-defined variables that are available to the program during execution. For example, every transaction has a sender address, and the transaction context contains a variable that holds the sender address. The transaction context is available to the program through the TxContext struct. The struct is defined in the sui::tx_context module and contains the following fields: File: sui-framework/tx_context.move /// Information about the transaction currently being executed.\n/// This cannot be constructed by a transaction--it is a privileged object created by\n/// the VM and passed in to the entrypoint of the transaction as `&mut TxContext`.\nstruct TxContext has drop { /// The address of the user that signed the current transaction sender: address, /// Hash of the current transaction tx_hash: vector, /// The current epoch number epoch: u64, /// Timestamp that the epoch started at epoch_timestamp_ms: u64, /// Counter recording the number of fresh id's created while executing /// this transaction. Always 0 at the start of a transaction ids_created: u64\n} Transaction context cannot be constructed manually or directly modified. It is created by the system and passed to the function as a reference in a transaction. Any function called in a Transaction Block has access to the context and can pass it into the nested calls. TxContext has to be the last argument in the function signature.","breadcrumbs":"Advanced Programmability » Transaction Context » Transaction Context","id":"185","title":"Transaction Context"},"186":{"body":"With only exception of the ids_created, all of the fields in the TxContext have getters. The getters are defined in the sui::tx_context module and are available to the program. The getters don't require &mut because they don't modify the context. public fun some_action(ctx: &TxContext) { let _me = ctx.sender() let _epoch = ctx.epoch(); let _digest = ctx.digest(); // ...\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Reading the Transaction Context","id":"186","title":"Reading the Transaction Context"},"187":{"body":"The TxContext is required to create new objects (or just UIDs) in the system. New UIDs are derived from the transaction digest, and for the digest to be unique, there needs to be a changing parameter. Sui uses the ids_created field for that. Every time a new UID is created, the ids_created field is incremented by one. This way, the digest is always unique. Internally, it is represented as the derive_id function: File: sui-framework/tx_context.move native fun derive_id(tx_hash: vector, ids_created: u64): address;","breadcrumbs":"Advanced Programmability » Transaction Context » Mutability","id":"187","title":"Mutability"},"188":{"body":"The underlying derive_id function can also be utilized in your program to generate unique addresses. The function itself is not exposed, but a wrapper function fresh_object_address is available in the sui::tx_context module. It may be useful if you need to generate a unique identifier in your program. File: sui-framework/tx_context.move /// Create an `address` that has not been used. As it is an object address, it will never\n/// occur as the address for a user.\n/// In other words, the generated address is a globally unique object ID.\npublic fun fresh_object_address(ctx: &mut TxContext): address { let ids_created = ctx.ids_created; let id = derive_id(*&ctx.tx_hash, ids_created); ctx.ids_created = ids_created + 1; id\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Generating unique addresses","id":"188","title":"Generating unique addresses"},"189":{"body":"In programming, a capability is a token that gives the owner the right to perform a specific action. It is a pattern that is used to control access to resources and operations. A simple example of a capability is a key to a door. If you have the key, you can open the door. If you don't have the key, you can't open the door. A more practical example is an Admin Capability which allows the owner to perform administrative operations, which regular users cannot.","breadcrumbs":"Advanced Programmability » Pattern: Capability » Pattern: Capability","id":"189","title":"Pattern: Capability"},"19":{"body":"To compile the package, run the following command: $ sui move build If you see this (or - for other binaries - similar) output, then everything is fine, and the code compiled successfully: > UPDATING GIT DEPENDENCY https://github.com/move-language/move.git\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING Book Congratulations! You've just compiled your first Move program. Now, let's add a test and some logging so we see that it works.","breadcrumbs":"Your First Move » Hello World! » Compile the package","id":"19","title":"Compile the package"},"190":{"body":"In the Sui Object Model , capabilities are represented as objects. An owner of an object can pass this object to a function to prove that they have the right to perform a specific action. Due to strict typing, the function taking a capability as an argument can only be called with the correct capability. module book::capability { use std::string::String; use sui::object::new as TxContext.fresh_uid; /// The capability granting the application admin the right to create new /// accounts in the system. struct AdminCap has key, store { id: UID } /// The user account in the system. struct Account has key, store { id: UID, name: String } /// Creates a new account in the system. Requires the `AdminCap` capability /// to be passed as the first argument. public fun new(_: &AdminCap, name: String, ctx: &mut TxContext): Account { Account { id: ctx.fresh_uid(), name, } }\n}","breadcrumbs":"Advanced Programmability » Pattern: Capability » Capability is an Object","id":"190","title":"Capability is an Object"},"191":{"body":"Due to the object model and the data organization model of Sui, some operations can be performed in a more efficient and parallelized way. This is called the fast path . Transaction that touches shared state requires consensus because it can be accessed by multiple parties at the same time. However, if the transaction only touches the private state (owned objects), there is no need for consensus. This is the fast path. We have a favorite example for this: a coffee machine and a coffee cup. The coffee machine placed in the office is a shared resource - everyone can use it, but there can be only one user at a time. The coffee cup, on the other hand, is a private resource - it belongs to a specific person, and only that person can use it. To make coffee, one needs to use the coffee machine and wait if there's someone else using it. However, once the coffee is made and poured into the cup, the person can take the cup and drink the coffee without waiting for anyone else. The same principle applies to Sui. If a transaction only touches the private state (the cup with coffee), it can be executed without consensus. If it touches the shared state (the coffee machine), it requires consensus. This is the fast path.","breadcrumbs":"Advanced Programmability » Fast Path » Fast Path","id":"191","title":"Fast Path"},"192":{"body":"Consensus is only required for mutating the shared state. If the object is immutable, it is treated as a \"constant\" and can be accessed in parallel. Frozen objects can be used to share unchangable data between multiple parties without requiring consensus.","breadcrumbs":"Advanced Programmability » Fast Path » Frozen objects","id":"192","title":"Frozen objects"},"193":{"body":"module book::coffee_machine { use sui::object::{Self, UID}; use sui::tx_context::TxContext; /// Coffee machine is a shared object, hence requires `key` ability. struct CoffeeMachine has key { id: UID, counter: u16 } /// Cup is an owned object. struct Cup has key, store { id: UID, has_coffee: bool } /// Initialize the module and share the `CoffeeMachine` object. fun init(ctx: &mut TxContext) { transfer::share_object(CoffeeMachine { id: object::new(ctx), counter: 0 }); } /// Take a cup out of thin air. This is a fast path operation. public fun take_cup(ctx: &mut TxContext): Cup { Cup { id: object::new(ctx), has_coffee: false } } /// Make coffee and pour it into the cup. Requires consensus. public fun make_coffee(mut machine: &mut CoffeeMachine, mut cup: &mut Cup) { machine.counter = machine.counter + 1; cup.has_coffee = true; } /// Drink coffee from the cup. This is a fast path operation. public fun drink_coffee(mut cup: &mut Cup) { cup.has_coffee = false; } /// Put the cup back. This is a fast path operation. public fun put_back(cup: Cup) { let Cup { id, has_coffee: _ } = cup; object::delete(id); }\n}","breadcrumbs":"Advanced Programmability » Fast Path » In practice","id":"193","title":"In practice"},"194":{"body":"The Clock object with the reserved address 0x6 is a special case of a shared object which maintains the fast path. While being a shared object, it cannot be passed by a mutable reference in a regular transaction. An attempt to do so will not succeed, and the transaction will be rejected.","breadcrumbs":"Advanced Programmability » Fast Path » Special case: Clock","id":"194","title":"Special case: Clock"},"195":{"body":"Collection types are a fundamental part of any programming language. They are used to store a collection of data, such as a list of items. The vector type has already been covered in the vector section , and in this chapter we will cover the collection types offered by the Sui Framework. VecSet VecMap","breadcrumbs":"Advanced Programmability » Collections » Collections","id":"195","title":"Collections"},"196":{"body":"VecSet is a collection type that stores a set of unique items. It is similar to a vector, but it does not allow duplicate items. This makes it useful for storing a collection of unique items, such as a list of unique IDs or addresses. module book::collections { use sui::vec_set::{Self, VecSet}; struct App has drop { /// `VecSet` used in the struct definition subscribers: VecSet
} #[test] fun vec_set_playground() { let set = vec_set::empty(); // create an empty set let set = vec_set::sigleton(1); // create a set with a single item set.insert(2); // add an item to the set set.insert(3); assert!(set.contains(1), 0); // check if an item is in the set assert!(set.size() == 3, 1); // get the number of items in the set assert!(!set.is_empty(), 2); // check if the set is empty set.remove(2); // remove an item from the set }\n}","breadcrumbs":"Advanced Programmability » Collections » VecSet","id":"196","title":"VecSet"},"197":{"body":"VecMap is a collection type that stores a map of key-value pairs. It is similar to a VecSet, but it allows you to associate a value with each item in the set. This makes it useful for storing a collection of key-value pairs, such as a list of addresses and their balances, or a list of user IDs and their associated data. Keys in a VecMap are unique, and each key can only be associated with a single value. If you try to insert a key-value pair with a key that already exists in the map, the old value will be replaced with the new value. module book::collections { use std::string::String; use sui::vec_map::{Self, VecMap}; struct Metadata has drop { name: String /// `VecMap` used in the struct definition attributes: VecMap } #[test] fun vec_map_playground() { let mut map = vec_map::empty(); // create an empty map map.insert(2, b\"two\".to_string()); // add a key-value pair to the map map.insert(3, b\"three\".to_string()); assert!(map.contains(1), 0); // check if a key is in the map map.remove(&2); // remove a key-value pair from the map }\n}","breadcrumbs":"Advanced Programmability » Collections » VecMap","id":"197","title":"VecMap"},"198":{"body":"Sui Object model allows objects to be attached to other objects as dynamic fields . The behavior is similar to how a Map works in other programming languages, however, the types of attached objects can be any. This allows for a wide range of use cases, such as attaching an accessory to a character, or storing large, non-heterogeneous collections in a single object.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Fields","id":"198","title":"Dynamic Fields"},"199":{"body":"Dynamic fields are attached to an object via a key , which can be any type with the store , copy and drop abilities. The key is used to access the attached object, and can be used to update or remove it. The attached object can be any type, if it has the store ability.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Structure","id":"199","title":"Structure"},"2":{"body":"This chapter covers the prerequisites for the Move language: how to set up your IDE, how to install the compiler and what is Move 2024. If you are already familiar with these topics or have a CLI installed, you can skip this chapter and proceed to the next one .","breadcrumbs":"Before we begin » Before we begin","id":"2","title":"Before we begin"},"20":{"body":"To run a Move program there needs to be an environment which stores packages and executes transactions. The best way to test a Move program is to write some tests and run them locally. Move has built-in testing functionality, and the tests are written in Move as well. In this section, we will learn how to write tests for our hello_world module. First, let's try to run tests. All of the Move binaries support the test command, and this is the command we will use to run tests: $ sui move test If you see similar output, then everything is fine, and the test command has run successfully: INCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\nTest result: OK. Total tests: 0; passed: 0; failed: 0 As you can see, the test command has run successfully, but it didn't find any tests. Let's add some tests to our module.","breadcrumbs":"Your First Move » Adding Tests » Adding Tests","id":"20","title":"Adding Tests"},"200":{"body":"Dynamic fields are defined in the sui::dynamic_field module. module book::accessories { struct Character has key { id: UID, name: String } /// An accessory that can be attached to a character. struct Accessory has store { type: String, name: String, }\n}","breadcrumbs":"Advanced Programmability » Dynamic Fields » Usage","id":"200","title":"Usage"},"201":{"body":"TODO: dynamic object fields discoverability benefits of DOFs","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Object Fields","id":"201","title":"Dynamic Object Fields"},"202":{"body":"TODO: explain how custom fields ca","breadcrumbs":"Advanced Programmability » Dynamic Fields » Custom Fields for Keys","id":"202","title":"Custom Fields for Keys"},"203":{"body":"Dynamic fields are used for: Heterogeneous collections Storing large data that does not fit into the object limit size Attaching objects to other objects as a part of application logic Extending existing types with additional data Storing data that is not always present","breadcrumbs":"Advanced Programmability » Dynamic Fields » Applications","id":"203","title":"Applications"},"204":{"body":"Sui has two ways of accessing the current time: Epoch and Time. The former represents operational periods in the system and changed roughly every 24 hours. The latter represents the current time in milliseconds since the Unix Epoch. Both can be accessed freely in the program.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch and Time","id":"204","title":"Epoch and Time"},"205":{"body":"Epochs are used to separate the system into operational periods. During an epoch the validator set is fixed, however, at the epoch boundary, the validator set can be changed. Epochs play a crucial role in the consensus algorithm and are used to determine the current validator set. They are also used as measurement in the staking mechanism. Epoch can be read from the transaction context : public fun current_epoch(ctx: &TxContext) { let epoch = ctx.epoch(); // ...\n} It is also possible to get the unix timestamp of the epoch start: public fun current_epoch_start(ctx: &TxContext) { let epoch_start = ctx.epoch_timestamp_ms(); // ...\n} Normally, epochs are used in staking and system operations, however, in custom scenarios they can be used to emulate 24h periods. They are cricital if an application relies on the staking logic or needs to know the current validator set.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch","id":"205","title":"Epoch"},"206":{"body":"For a more precise time measurement, Sui provides the Clock object. It is a system object that is updated during checkpoints by the system, which stores the current time in milliseconds since the Unix Epoch. The Clock object is defined in the sui::clock module and has a reserved address 0x6. Clock is a shared object and normally would require consensus to access. However, Clock is special, and the system won't allow accessing it mutably, so that the only way to access it is immutably. This limitation allows parallel access to the Clock object and makes it a fast path operation . File: sui-framework/clock.move /// Singleton shared object that exposes time to Move calls. This\n/// object is found at address 0x6, and can only be read (accessed\n/// via an immutable reference) by entry functions.\n///\n/// Entry Functions that attempt to accept `Clock` by mutable\n/// reference or value will fail to verify, and honest validators\n/// will not sign or execute transactions that use `Clock` as an\n/// input parameter, unless it is passed by immutable reference.\nstruct Clock has key { id: UID, /// The clock's timestamp, which is set automatically by a /// system transaction every time consensus commits a /// schedule, or by `sui::clock::increment_for_testing` during /// testing. timestamp_ms: u64,\n} There is only one public function available in the Clock module - timestamp_ms. It returns the current time in milliseconds since the Unix Epoch. /// Clock needs to be passed as an immutable reference.\npublic fun current_time(clock: &Clock) { let _time = clock.timestamp_ms(); // ...\n}","breadcrumbs":"Advanced Programmability » Epoch and Time » Time","id":"206","title":"Time"},"207":{"body":"TODO: how to use Clock in tests.","breadcrumbs":"Advanced Programmability » Epoch and Time » Testing","id":"207","title":"Testing"},"208":{"body":"Some of the language features combined together can create patterns that are similar to other programming languages. The simplest example would be \"getters and setters\" - functions that get and set the value of a field. This pattern is possible, because struct fields are private by default, and can only be accessed through functions. However, there are more advanced patterns, such as the abstract class. An abstract class is a class that cannot be instantiated, but can be inherited from. While Move does not have inheritance, it has generic structs, which can be instantiated with different types. This allows us to create a generic struct that can be used as an abstract class. Combined with a set of Witness-gated functions, this allows us to create a generic struct with a generic implementation. Some of the methods in this approach will be shared and available to all implementations, while others will be abstract and will need to be implemented by the concrete implementations.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Abstract Class","id":"208","title":"Abstract Class"},"209":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Generic Struct","id":"209","title":"Generic Struct"},"21":{"body":"When the test command runs, it looks for all tests in all files in the directory. Tests can be either placed separate modules or in the same module as the code they test. First, let's add a test function to the hello_world module: module book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") } #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) }\n} The test function is a function with a #[test] attribute. Normally it takes no arguments (but it can take arguments in some cases - you'll learn more about it closer to the end of this book) and returns nothing. Tests placed in the same module as the code they test are called \"unit tests\". They can access all functions and types in the module. We'll go through them in more detail in the Test section. #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) } Inside the test function, we define the expected outcome by creating a String with the expected value and assign it to the expected variable. Then we use the special built-in assert!() which takes two arguments: a conditional expression and an error code. If the expression evaluates to false, then the test fails with the given error code. The equality operator == compares the actual and expected values and returns true if they are equal. We'll learn more about expressions in the Expression and Scope section. Now let's run the test command again: $ sui move test You should see this output, which means that the test has run successfully: ...\nTest result: OK. Total tests: 1; passed: 1; failed: 0","breadcrumbs":"Your First Move » Adding Tests » Your first test","id":"21","title":"Your first test"},"210":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Common methods","id":"210","title":"Common methods"},"211":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Witness-gated Functions","id":"211","title":"Witness-gated Functions"},"212":{"body":"While this approach imitates the abstract class pattern well, it is not the same as the abstract class in OOP. The main difference is that the abstract class in OOP and its implementors have different type. In Move, the base type stays the same, and the implementors set a generic type parameter. Another notable difference is that due to lack of dynamic dispatch and interfaces, the implemented methods are not available through the base type and can even be missing.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Differences from OOP","id":"212","title":"Differences from OOP"},"213":{"body":"The Sui Framework uses this pattern to implement the Coin type and the underlying Balance. Its variation is also used in the Closed Loop Token implementation, however, the latter is a bit more complex, because it uses the Request pattern to dynamically implement the interface.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Usage in Sui Framework","id":"213","title":"Usage in Sui Framework"},"214":{"body":"This section contains a collection of guides that cover various aspects of programming on Sui. They are intended to provide a deeper understanding of Sui blockchain and Move language, while also aiming at practical challenges and solutions.","breadcrumbs":"Guides » Guides","id":"214","title":"Guides"},"215":{"body":"Move 2024 is the new edition of the Move language that is maintained by Mysten Labs. This guide is intended to help you understand the differences between the 2024 edition and the previous version of the Move language.","breadcrumbs":"Guides » 2024 Migration Guide » Move 2024 Migration Guide","id":"215","title":"Move 2024 Migration Guide"},"216":{"body":"To use the new edition, you need to specify the edition in the move file. The edition is specified in the move file using the edition keyword. Currently, the only available edition is 2024.alpha. edition = \"2024.beta\";","breadcrumbs":"Guides » 2024 Migration Guide » Using the New Edition","id":"216","title":"Using the New Edition"},"217":{"body":"In Move 2024, structs get a visibility modifier. Just like functions, structs can be public, friend, or private. // Move 2020\nstruct Book {} // Move 2024\npublic struct Book {}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Visibility","id":"217","title":"Struct Visibility"},"218":{"body":"In the new edition, functions which have a struct as the first argument are associated with the struct. This means that the function can be called using the dot notation. Methods defined in the same module with the type are automatically exported. public fun count(c: &Counter): u64 { /* ... */ } fun use_counter() { // move 2020 let count = counter::count(&c); // move 2024 let count = c.count();\n}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Methods","id":"218","title":"Struct Methods"},"219":{"body":"The borrow and borrow_mut functions (when defined) can be accessed using the square brackets. Just like the method syntax, the borrowing functions are associated with the type. fun play_vec() { let v = vector[1,2,3,4]; let first = v[0]; // calls vector::borrow(v, 0) v[0] = 5; // calls vector::borrow_mut(v, 0)\n}","breadcrumbs":"Guides » 2024 Migration Guide » Borrowing Operator","id":"219","title":"Borrowing Operator"},"22":{"body":"Try replacing the equality operator == inside the assert! with the inequality operator != and run the test command again. assert!(hello_world() != expected, 0) You should see this output, which means that the test has failed: Running Move unit tests\n[ FAIL ] 0x0::hello_world::test_is_hello_world Test failures: Failures in 0x0::hello_world: ┌── test_is_hello_world ──────\n│ error[E11001]: test failure\n│ ┌─ ./sources/your-first-move/hello_world.move:14:9\n│ │\n│ 12 │ fun test_is_hello_world() {\n│ │ ------------------- In this function in 0x0::hello_world\n│ 13 │ let expected = string::utf8(b\"Hello, World!\");\n│ 14 │ assert!(hello_world() != expected, 0)\n│ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test was not expected to error, but it aborted with code 0 originating in the module 00000000000000000000000000000000::hello_world rooted here\n│\n│\n└────────────────── Test result: FAILED. Total tests: 1; passed: 0; failed: 1 Tests are used to verify the execution of the code. If the code is correct, the test should pass, otherwise it should fail. In this case, the test failed because we intentionally made a mistake in the test code. However, normally you should write tests that check the correctness of the code, not the other way around! In the next section, we will learn how to debug Move programs and print intermediate values to the console.","breadcrumbs":"Your First Move » Adding Tests » Failed experiment","id":"22","title":"Failed experiment"},"220":{"body":"In Move 2024, generic methods can be associated with types. The alias can be defined for any type privately to the module, or publicly, if the type is defined in the same module. use fun my_custom_function as vector.do_magic;","breadcrumbs":"Guides » 2024 Migration Guide » Method Aliases","id":"220","title":"Method Aliases"},"221":{"body":"Macros are introduced in Move 2024. And assert! is no longer a built-in function - Instead, it's a macro. // can be called as for!(0, 10, |i| call(i));\nmacro fun for($start: u64, $stop: u64, $body: |u64|) { let mut i = $start; let stop = $stop; while (i < stop) { $body(i); i = i + 1 }\n}","breadcrumbs":"Guides » 2024 Migration Guide » Macros","id":"221","title":"Macros"},"222":{"body":"To talk about best practices for upgradability, we need to first understand what can be upgraded in a package. The base premise of upgradability is that an upgrade should not break public compatibility with the previous version. The parts of the module which can be used in dependent packages should not change their static signature. This applies to modules - a module can not be removed from a package, public structs - they can be used in function signatures and public functions - they can be called from other packages. // module can not be removed from the package\nmodule book::upgradable { // dependencies can be changed use sui::tx_context::TxContext; use sui::object::UID; // public structs can not be removed and can't be changed public struct Book has key { id: UID } // public functions can not be removed and their signature can never change public fun create_book(ctx: &mut TxContext): Book { create_book_internal(ctx) } // friend-only functions can be removed and changed public(friend) fun create_book_friend(ctx: &mut TxContext): Book { create_book_internal(ctx) } // entry functions can be removed and changed as long they're not public entry fun create_book_entry(ctx: &mut TxContext): Book { create_book_internal(ctx) } // private functions can be removed and changed fun create_book_internal(ctx: &mut TxContext): Book { abort 0 }\n}","breadcrumbs":"Guides » Upgradability Practices » Upgradability Practices","id":"222","title":"Upgradability Practices"},"223":{"body":"TODO: Add a section about entry and friend functions","breadcrumbs":"Guides » Upgradability Practices » Using entry and friend functions","id":"223","title":"Using entry and friend functions"},"224":{"body":"To discard previous versions of the package, the objects can be versioned. As long as the object contains a version field, and the code which uses the object expects and asserts a specific version, the code can be force-migrated to the new version. Normally, after an upgrade, admin functions can be used to update the version of the shared state, so that the new version of code can be used, and the old version aborts with a version mismatch. module book::versioned_state { const EVersionMismatch: u64 = 0; const VERSION: u8 = 1; /// The shared state (can be owned too) struct SharedState has key { id: UID, version: u8, /* ... */ } public fun mutate(state: &mut SharedState) { assert!(state.version == VERSION, EVersionMismatch); // ... }\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning objects","id":"224","title":"Versioning objects"},"225":{"body":"There's a common pattern in Sui which allows changing the stored configuration of an object while retaining the same object signature. This is done by keeping the base object simple and versioned and adding an actual configuration object as a dynamic field. Using this anchor pattern, the configuration can be changed with package upgrades while keeping the same base object signature. module book::versioned_config { use sui::vec_map::VecMap; use std::string::String; /// The base object struct Config has key { id: UID, version: u16 } /// The actual configuration struct ConfigV1 has store { data: Bag, metadata: VecMap } // ...\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning configuration with dynamic fields","id":"225","title":"Versioning configuration with dynamic fields"},"226":{"body":"TODO: add two patterns for modular architecture: object capability (SuiFrens) and witness registry (SuiNS)","breadcrumbs":"Guides » Upgradability Practices » Modular architecture","id":"226","title":"Modular architecture"},"227":{"body":"To guarantee the safety and security of the network, Sui has certain limits and restrictions. These limits are in place to prevent abuse and to ensure that the network remains stable and efficient. This guide provides an overview of these limits and restrictions, and how to build your application to work within them. The limits are defined in the protocol configuration and are enforced by the network. If any of the limits are exceeded, the transaction will either be rejected or aborted. The limits, being a part of the protocol, can only be changed through a network upgrade.","breadcrumbs":"Guides » Building against Limits » Building against Limits","id":"227","title":"Building against Limits"},"228":{"body":"The size of a transaction is limited to 128KB. This includes the size of the transaction payload, the size of the transaction signature, and the size of the transaction metadata. If a transaction exceeds this limit, it will be rejected by the network.","breadcrumbs":"Guides » Building against Limits » Transaction Size","id":"228","title":"Transaction Size"},"229":{"body":"The size of an object is limited to 256KB. This includes the size of the object data. If an object exceeds this limit, it will be rejected by the network. While a single object cannot bypass this limit, for more extensive storage options, one could use a combination of a base object with other attached to it using dynamic fields (eg Bag).","breadcrumbs":"Guides » Building against Limits » Object Size","id":"229","title":"Object Size"},"23":{"body":"Now that we have a package with a module and a test, let's take a slight detour and learn how to debug Move programs. Move Compiler has a built-in debugging tool that allows you to print intermediate values to the console. This is especially useful when you are writing tests and want to see what's going on inside the program.","breadcrumbs":"Your First Move » Debugging » Debugging","id":"23","title":"Debugging"},"230":{"body":"The size of a single pure argument is limited to 16KB. A transaction argument bigger than this limit will result in execution failure. So in order to create a vector of more than ~500 addresses (given that a single address is 32 bytes), it needs to be joined dynamically either in Transaction Block or in a Move function. Standard functions like vector::append() can join two vectors of ~16KB resulting in a ~32KB of data as a single value.","breadcrumbs":"Guides » Building against Limits » Single Pure Argument Size","id":"230","title":"Single Pure Argument Size"},"231":{"body":"The maximum number of objects that can be created in a single transaction is 2048. If a transaction attempts to create more than 2048 objects, it will be rejected by the network. This also affects dynamic fields , as both the key and the value are objects. So the maximum number of dynamic fields that can be created in a single transaction is 1024.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Objects created","id":"231","title":"Maximum Number of Objects created"},"232":{"body":"The maximum number of events that can be emitted in a single transaction is 1024. If a transaction attempts to emit more than 1024 events, it will be aborted.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Events","id":"232","title":"Maximum Number of Events"},"233":{"body":"Whenever execution encounters an abort, transaction fails and abort code is returned to the caller. Move VM returns the module name that aborted the transaction and the abort code. This behavior is not fully transparent to the caller of the transaction, especially when a single function contains multiple calls to the same function which may abort. In this case, the caller will not know which call aborted the transaction, and it will be hard to debug the issue or provide meaningful error message to the user. module book::module_a { use book::module_b; public fun do_something() { let field_1 = module_b::get_field(1); // may abort with 0 /* ... a lot of logic ... */ let field_2 = module_b::get_field(2); // may abort with 0 /* ... some more logic ... */ let field_3 = module_b::get_field(3); // may abort with 0 }\n} The example above illustrates the case when a single function contains multiple calls which may abort. If the caller of the do_something function receives an abort code 0, it will be hard to understand which call to module_b::get_field aborted the transaction. To address this problem, there are common patterns that can be used to improve error handling.","breadcrumbs":"Guides » Better error handling » Better error handling","id":"233","title":"Better error handling"},"234":{"body":"It is considered a good practice to provide a safe \"check\" function that returns a boolean value indicating whether an operation can be performed safely. If the module_b provides a function has_field that returns a boolean value indicating whether a field exists, the do_something function can be rewritten as follows: module book::module_a { use book::module_b; const ENoField: u64 = 0; public fun do_something() { assert!(module_b::has_field(1), ENoField); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoField); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoField); let field_3 = module_b::get_field(3); }\n} By adding custom checks before each call to module_b::get_field, the developer of the module_a takes control over the error handling. And it allows implementing the second rule.","breadcrumbs":"Guides » Better error handling » Rule 1: Handle all possible scenarios","id":"234","title":"Rule 1: Handle all possible scenarios"},"235":{"body":"The second trick, once the abort codes are handled by the caller module, is to use different abort codes for different scenarios. This way, the caller module can provide a meaningful error message to the user. The module_a can be rewritten as follows: module book::module_a { use book::module_b; const ENoFieldA: u64 = 0; const ENoFieldB: u64 = 1; const ENoFieldC: u64 = 2; public fun do_something() { assert!(module_b::has_field(1), ENoFieldA); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoFieldB); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoFieldC); let field_3 = module_b::get_field(3); }\n} Now, the caller module can provide a meaningful error message to the user. If the caller receives an abort code 0, it can be translated to \"Field 1 does not exist\". If the caller receives an abort code 1, it can be translated to \"Field 2 does not exist\". And so on.","breadcrumbs":"Guides » Better error handling » Rule 2: Abort with different codes","id":"235","title":"Rule 2: Abort with different codes"},"236":{"body":"A developer is often tempted to add a public function that would assert all the conditions and abort the execution. However, it is a better practice to create a function that returns a boolean value instead. This way, the caller module can handle the error and provide a meaningful error message to the user. module book::some_app_assert { const ENotAuthorized: u64 = 0; public fun do_a() { assert_is_authorized(); // ... } public fun do_b() { assert_is_authorized(); // ... } /// Don't do this public fun assert_is_authorized() { assert!(/* some condition */ true, ENotAuthorized); }\n} This module can be rewritten as follows: module book::some_app { const ENotAuthorized: u64 = 0; public fun do_a() { assert!(is_authorized(), ENotAuthorized); // ... } public fun do_b() { assert!(is_authorized(), ENotAuthorized); // ... } public fun is_authorized(): bool { /* some condition */ true } // a private function can still be used to avoid code duplication for a case // when the same condition with the same abort code is used in multiple places fun assert_is_authorized() { assert!(is_authorized(), ENotAuthorized); }\n} Utilizing these three rules will make the error handling more transparent to the caller of the transaction, and it will allow other developers to use custom abort codes in their modules.","breadcrumbs":"Guides » Better error handling » Rule 3: Return bool instead of assert","id":"236","title":"Rule 3: Return bool instead of assert"},"237":{"body":"Fast Path - term used to describe a transaction that does not involve shared objects, and can be executed without the need for consensus. Internal Type - type that is defined within the module. Fields of this type can not be accessed from outside the module, and, in case of \"key\"-only abilities, can not be used in public_* transfer functions.","breadcrumbs":"Appendix » Glossary » Glossary","id":"237","title":"Glossary"},"238":{"body":"key - ability that allows the struct to be used as a key in the storage. On Sui, the key ability marks an object and requires the first field to be a id: UID. store - ability that allows the struct to be stored inside other objects. This ability relaxes restrictions applied to internal structs, allowing public_* transfer functions to accept them as arguments. It also enables the object to be stored as a dynamic field. copy - ability that allows the struct to be copied. On Sui, the copy ability conflicts with the key ability, and can not be used together with it. drop - ability that allows the struct to be ignored or discarded. On Sui, the drop ability cannot be used together with the key ability, as objects are not allowed to be ignored.","breadcrumbs":"Appendix » Glossary » Abilities","id":"238","title":"Abilities"},"24":{"body":"To use the debug module, we need to import it in our module. Imports are usually grouped together for readability and they are placed at the top of the module. Let's add the import statement to the hello_world module: module book::hello_world { use std::string::{Self, String}; use std::debug; // the added import! Having imported the std::debug module, we can now use its functions. Let's add a debug::print function call to the hello_world function. To achieve that we need to change the function body. Instead of returning the value right away we will assign it to a variable, print it to the console and then return it: public fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result } First, run the build command: $ sui move build The output does not contain anything unusual, because our code was never executed. But running build is an important part of the routine - this way we make sure that the changes we added can compile. Let's run the test command now: $ sui move test The output of the test command now contains the \"Hello, World!\" string: INCLUDING DEPENDENCY MoveNursery\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\n[debug] \"Hello, World!\"\n[ PASS ] 0x0::hello_world::test_is_hello_world\nTest result: OK. Total tests: 1; passed: 1; failed: 0 Now every time the hello_world function is run in tests, you'll see the \"Hello, World!\" string in the output.","breadcrumbs":"Your First Move » Debugging » New import","id":"24","title":"New import"},"25":{"body":"Debug should only be used in local environment and never published on-chain. Usually, during the publish, the debug module is either removed from the package or the publishing fails with an error. There's no way to use this functionality on-chain.","breadcrumbs":"Your First Move » Debugging » Correct usage","id":"25","title":"Correct usage"},"26":{"body":"There's one trick that allows you to save some time while debugging. Instead of adding a module-level import, use a fully qualified function name. This way you don't need to add an import statement to the module, but you can still use the debug::print function: std::debug::print(&my_variable); Be mindful that the value passed into debug should be a reference (the & symbol in front of the variable name). If you pass a value, the compiler will emit an error.","breadcrumbs":"Your First Move » Debugging » Hint","id":"26","title":"Hint"},"27":{"body":"Move CLI has a built-in tool for generating documentation for Move modules. The tool is included into the binary and available out of the box. In this section we will learn how to generate documentation for our hello_world module.","breadcrumbs":"Your First Move » Generating Docs » Generating Documentation","id":"27","title":"Generating Documentation"},"28":{"body":"To generate documentation for a module, we need to add documentation comments to the module and its functions. Documentation comments are written in Markdown and start with /// (three slashes). For example, let's add a documentation comment to the hello_world module: /// This module contains a function that returns a string \"Hello, World!\".\nmodule book::hello_world { Doc comments placed above the module are linked to the module itself, while doc comments placed above the function are linked to the function. /// As the name says: returns a string \"Hello, World!\". public fun hello_world(): String { string::utf8(b\"Hello, World!\") } If a documented member has an attribute, such as #[test] in the example below, the doc comment must be placed after the attribute: While it is possible to document #[test] functions, doc comments for tests will not be included in the generated documentation. #[test] /// This is a test for the `hello_world` function. fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); let actual = hello_world(); assert!(actual == expected, 0) }","breadcrumbs":"Your First Move » Generating Docs » Adding documentation comments","id":"28","title":"Adding documentation comments"},"29":{"body":"To generate documentation for a module, we need to run the sui move build command with a --doc flag. Let's run the command: $ sui move build --doc\n...\n...\nBUILDING Book Samples Alternatively, you can use move test --doc - this can be useful if you want to test and generate documentation at the same time. For example, as a part of your CI/CD pipeline. Once the build is complete, the documentation will be available in the build/docs directory. Each modile will have its own .md file. The documentation for the hello_world module will be available in the build/docs/hello_world.md file. Click to see an example of the `hello_world.md` contents # Module `0x0::hello_world`\nThis module contains a function that returns a string \"Hello, World!\".\n- [Function `hello_world`](#0x0_hello_world_hello_world)\n
use 0x1::debug;\nuse 0x1::string;\n
\n ## Function `hello_world`\nAs the name says: returns a string \"Hello, World!\".\n
fun hello_world(): string::String\n
\n
\nImplementation\n
fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result\n}\n
\n
","breadcrumbs":"Your First Move » Generating Docs » Generating documentation","id":"29","title":"Generating documentation"},"3":{"body":"Move is a compiled language, so you need to install a compiler to be able to write and run Move programs. The compiler is included into the Sui binary, which can be installed or downloaded using one of the methods below.","breadcrumbs":"Before we begin » Install Sui » Install Sui","id":"3","title":"Install Sui"},"30":{"body":"In this chapter you will learn about the basic concepts of Sui and Move. You will learn what is a package, how to interact with it, what is an account and a transaction, and how data is stored on Sui. While this chapter is not a complete reference, and you should refer to the Sui Documentation for that, it will give you a good understanding of the basic concepts required to write Move programs on Sui.","breadcrumbs":"Concepts » Concepts","id":"30","title":"Concepts"},"31":{"body":"Move is a language for writing smart contracts - programs that stored and run on the blockchain. A single program is organized into a package. A package is published on the blockchain and is identified by an address . A published package can be interacted with by sending transactions calling its functions. It can also act as a dependency for other packages. To create a new package, use the sui move new command. To learn more about the command, run sui move new --help. Package consists of modules - separate scopes that contain functions, types, and other items. package 0x... module a struct A1 fun hello_world() module b struct B1 fun hello_package()","breadcrumbs":"Concepts » What is a Package » Packages","id":"31","title":"Packages"},"32":{"body":"Locally, a package is a directory with a Move.toml file and a sources directory. The Move.toml file - called the \"package manifest\" - contains metadata about the package, and the sources directory contains the source code for the modules. Packages usually looks like this: sources/ my_module.move another_module.move ...\ntests/ ...\nexamples/ using_my_module.move\nMove.toml The tests directory is optional and contains tests for the package. Code placed into the tests directory is not published on-chain and is only availably in tests. The examples directory can be used for code examples, and is also not published on-chain.","breadcrumbs":"Concepts » What is a Package » Package Structure","id":"32","title":"Package Structure"},"33":{"body":"During development, package doesn't have an address and it needs to be set to 0x0. Once a package is published, it gets a single unique address on the blockchain containing its modules' bytecode. A published package becomes immutable and can be interacted with by sending transactions. 0x... my_module: another_module: ","breadcrumbs":"Concepts » What is a Package » Published Package","id":"33","title":"Published Package"},"34":{"body":"Package Manifest Address Publishing a Package","breadcrumbs":"Concepts » What is a Package » Links","id":"34","title":"Links"},"35":{"body":"The Move.toml is a manifest file that describes the package and its dependencies. It is written in TOML format and contains multiple sections, the most important of which are [package], [dependencies] and [addresses]. [package]\nname = \"my_project\"\nversion = \"0.0.0\"\nedition = \"2024\" [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } [addresses]\nstd = \"0x1\"\nalice = \"0xA11CE\" [dev-addresses]\nalice = \"0xB0B\"","breadcrumbs":"Concepts » Manifest » Package Manifest","id":"35","title":"Package Manifest"},"36":{"body":"","breadcrumbs":"Concepts » Manifest » Sections","id":"36","title":"Sections"},"37":{"body":"The [package] section is used to describe the package. None of the fields in this section are published on chain, but they are used in tooling and release management; they also specify the Move edition for the compiler. name - the name of the package when it is imported; version - the version of the package, can be used in release management; edition - the edition of the Move language; currently, the only valid value is 2024.","breadcrumbs":"Concepts » Manifest » Package","id":"37","title":"Package"},"38":{"body":"The [dependencies] section is used to specify the dependencies of the project. Each dependency is specified as a key-value pair, where the key is the name of the dependency, and the value is the dependency specification. The dependency specification can be a git repository URL or a path to the local directory. # git repository\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } # local directory\nMyPackage = { local = \"../my-package\" } Packages also import addresses from other packages. For example, the Sui dependency adds the std and sui addresses to the project. These addresses can be used in the code as aliases for the addresses.","breadcrumbs":"Concepts » Manifest » Dependencies","id":"38","title":"Dependencies"},"39":{"body":"Sometimes dependencies have conflicting versions of the same package. For example, if you have two dependencies that use different versions of the Sui package, you can override the dependency in the [dependencies] section. To do so, add the override field to the dependency. The version of the dependency specified in the [dependencies] section will be used instead of the one specified in the dependency itself. [dependencies]\nSui = { override = true, git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }","breadcrumbs":"Concepts » Manifest » Resolving version conflicts with override","id":"39","title":"Resolving version conflicts with override"},"4":{"body":"You can download the latest Sui binary from the releases page . The binary is available for macOS, Linux and Windows. For education purposes and development, we recommend using the mainnet version.","breadcrumbs":"Before we begin » Install Sui » Download Binary","id":"4","title":"Download Binary"},"40":{"body":"It is possible to add [dev-dependencies] section to the manifest. It is used to override dependencies in the dev and test modes. For example, if you want to use a different version of the Sui package in the dev mode, you can add a custom dependency specification to the [dev-dependencies] section.","breadcrumbs":"Concepts » Manifest » Dev-dependencies","id":"40","title":"Dev-dependencies"},"41":{"body":"The [addresses] section is used to add aliases for the addresses. Any address can be specified in this section, and then used in the code as an alias. For example, if you add alice = \"0xA11CE\" to this section, you can use alice as 0xA11CE in the code.","breadcrumbs":"Concepts » Manifest » Addresses","id":"41","title":"Addresses"},"42":{"body":"The [dev-addresses] section is the same as [addresses], but only works for the test and dev modes. Important to note that it is impossible to introduce new aliases in this section, only override the existing ones. So in the example above, if you add alice = \"0xB0B\" to this section, the alice address will be 0xB0B in the test and dev modes, and 0xA11CE in the regular build.","breadcrumbs":"Concepts » Manifest » Dev-addresses","id":"42","title":"Dev-addresses"},"43":{"body":"The TOML format supports two styles for tables: inline and multiline. The examples above are using the inline style, but it is also possible to use the multiline style. You wouldn't want to use it for the [package] section, but it can be useful for the dependencies. # Inline style\n[dependencies]\nSui = { override = true, git = \"\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nMyPackage = { local = \"../my-package\" } # Multiline style\n[dependencies.Sui]\noverride = true\ngit = \"https://github.com/MystenLabs/sui.git\"\nsubdir = \"crates/sui-framework/packages/sui-framework\"\nrev = \"framework/testnet\" [dependencies.MyPackage]\nlocal = \"../my-package\"","breadcrumbs":"Concepts » Manifest » TOML styles","id":"43","title":"TOML styles"},"44":{"body":"Packages in the Move Documentation","breadcrumbs":"Concepts » Manifest » Links","id":"44","title":"Links"},"45":{"body":"Address is a unique identifier of a location on the blockchain. It is used to identify packages , accounts , and objects . Address has a fixed size of 32 bytes and is usually represented as a hexadecimal string prefixed with 0x. Addresses are case insensitive. 0xe51ff5cd221a81c3d6e22b9e670ddf99004d71de4f769b0312b68c7c4872e2f1 The address above is an example of a valid address. It is 64 characters long (32 bytes) and is prefixed with 0x. Sui also has reserved addresses that are used to identify standard packages and objects. Reserved addresses are typically simple values that are easy to remember and type. For example, the address of the Standard Library is 0x1. Addresses, shorter than 32 bytes, are padded with zeros to the left. 0x1 = 0x0000000000000000000000000000000000000000000000000000000000000001 Here are some examples of reserved addresses: 0x1 - address of the Sui Standard Library (alias std) 0x2 - address of the Sui Framework (alias sui) 0x5 - address of the Sui System object 0x6 - address of the system Clock object 0x403 - address of the DenyList system object","breadcrumbs":"Concepts » Addresses » Addresses","id":"45","title":"Addresses"},"46":{"body":"Address type in Move","breadcrumbs":"Concepts » Addresses » Further reading","id":"46","title":"Further reading"},"47":{"body":"Module is the basic unit of organization in a package. A module is a separate scope that contains functions, types, and other items. A package consists of one or more modules.","breadcrumbs":"Concepts » Module » Module","id":"47","title":"Module"},"48":{"body":"Accounts interact with the blockchain by sending transactions . Transactions can call functions in a package, and can also deploy new packages. On Sui, a single transaction can contain multiple operations, we call them \"commands\". A command can be a call to a function, a deployment of a new package, upgrade of an existing one, or a combination of these. Commands can return values, which can be used in subsequent commands.","breadcrumbs":"Concepts » Interacting with a Package » Interacting with a Package","id":"48","title":"Interacting with a Package"},"49":{"body":"An account is a way to identify a user. An account is generated from a private key, and is identified by an address. An account can own objects, and can send transactions. Every transaction has a sender, and the sender is identified by an address .","breadcrumbs":"Concepts » Account » Account","id":"49","title":"Account"},"5":{"body":"You can install Sui using the Homebrew package manager. brew install sui","breadcrumbs":"Before we begin » Install Sui » Install using Homebrew (MacOS)","id":"5","title":"Install using Homebrew (MacOS)"},"50":{"body":"Transaction is a fundamental concept in the blockchain world. It is a way to interact with a blockchain. Transactions are used to change the state of the blockchain, and they are the only way to do so. In Move, transactions are used to call functions in a package, deploy new packages, and upgrade existing ones.","breadcrumbs":"Concepts » Transaction » Transaction","id":"50","title":"Transaction"},"51":{"body":"Transactions consist of: a sender - the account that signs the transaction a list (or a chain) of commands - the operations to be executed command inputs - the arguments for the commands a gas object - the object used to pay for the transaction gas price and budget - the cost of the transaction","breadcrumbs":"Concepts » Transaction » Transaction Structure","id":"51","title":"Transaction Structure"},"52":{"body":"Sui does not have global storage. Instead, storage is split into a pool of objects. Some of the objects are owned by accounts and available only to them, and some are shared and can be accessed by anyone on the network. There's also a special kind of shared immutable objects, also called frozen , which can't be modified, and act as public chain-wide constants. Each object has a unique 32-byte identifier - UID, it is used to access and reference the object. Sui object consists of: UID - 32-byte unique identifier (address) Type - Move type with the key ability Owner - can be shared, account_address, object_owner or immutable Digest - hash of the object's content Version - acts as a nonce Content - the actual data represented as BCS","breadcrumbs":"Concepts » Object Model » Object Model","id":"52","title":"Object Model"},"53":{"body":"In this chapter we illustrate the concepts of Sui by building a simple application. Unlike the Hello World example which aims to illustrate Move Compiler, this application is focused on Sui specifics. It is also more complex - it uses objects , and we will publish and use it on Sui. The goal of this mini-project is to demonstrate the process of building, testing, and publishing a Sui application. The result is a simple but complete application that you can use as a starting point for your projects or as a playground to experiment with Sui as you learn. The chapter is split into the following parts (in order): Hello Sui! Build and Publish Testing Additionally, there's a section with ideas for further development of the application which you may get back to as you progress through the book.","breadcrumbs":"Your First Sui App » Your First Sui App","id":"53","title":"Your First Sui App"},"54":{"body":"Just like we did with the Hello World example, we will start by initializing a new package using the Sui CLI, then we will implement a simple application that creates a \"Postcard\" - a digital postcard that can be sent to a friend.","breadcrumbs":"Your First Sui App » Hello Sui! » Hello Sui!","id":"54","title":"Hello Sui!"},"55":{"body":"Sui packages are no different to regular Move packages, and can be initialized using the sui CLI. The following command will create a new package called postcard: $ sui new postcard This will create a new directory called postcard with the following structure: postcard\n├── Move.toml\n├── src/\n│ └── postcard.move\n└── tests/ └── postcard_tests.move The package manifest - Move.toml - already contains all required dependencies for Sui, and the src/postcard.move file is pre-created with a simple module layout. In case the Move.toml file does not feature the edition field, please, add it manually. The edition field under the [package] section should be set to 2024.beta. Like this: edition = \"2024.beta\"","breadcrumbs":"Your First Sui App » Hello Sui! » Create a new Sui package","id":"55","title":"Create a new Sui package"},"56":{"body":"The Postcard application will be a simple module that defines an object , and a set of functions to create, modify and send the postcard to any address . Let's start by inserting the code. Replace the contents of the src/postcard.move file with the following: module postcard::postcard { use std::string::String; use fun sui::object::new as TxContext.fresh_uid; /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, } /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) } /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }\n} To make sure that everything is working as expected, run this command: $ sui move build You should see this output, indicating that the package was built successfully. There shouldn't be any errors following the BUILDING postcard line: > $ sui move build\nUPDATING GIT DEPENDENCY https://github.com/MystenLabs/sui.git\nINCLUDING DEPENDENCY Sui\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING postcard If you do see errors, please, double check the code and the steps you've taken to create the package. It's very likely a typo in one of the commands.","breadcrumbs":"Your First Sui App » Hello Sui! » Implement the Postcard application","id":"56","title":"Implement the Postcard application"},"57":{"body":"In the next section we will take a closer look at the structure of the postcard.move file and explain the code we've just inserted. We will also discuss the imports and the object definition in more detail.","breadcrumbs":"Your First Sui App » Hello Sui! » Next steps","id":"57","title":"Next steps"},"58":{"body":"Let's take a look at the code we've inserted into the postcard.move file. We will discuss the structure of the module and the code in more detail, and explain the way the Postcard object is created, used and stored.","breadcrumbs":"Your First Sui App » Using Objects » Using Objects","id":"58","title":"Using Objects"},"59":{"body":"First line of the file is the module declaration. The address of the module is package - a name defined in the Move.toml file. The module name is also postcard. The module body is enclosed in curly braces {}. module postcard::postcard {","breadcrumbs":"Your First Sui App » Using Objects » Module","id":"59","title":"Module"},"6":{"body":"You can install and build Sui locally by using the Cargo package manager (requires Rust) cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch mainnet","breadcrumbs":"Before we begin » Install Sui » Build using Cargo (MacOS, Linux)","id":"6","title":"Build using Cargo (MacOS, Linux)"},"60":{"body":"In the top of the module we import String type from the Standard Library (std). The rest of the types used in this module are implicitly imported from the Sui Framework . use std::string::String;","breadcrumbs":"Your First Sui App » Using Objects » Imports","id":"60","title":"Imports"},"61":{"body":"A public struct Postcard, that goes after imports, is an object. A struct with the key ability is an object on Sui. As such, its first field must be id of type UID (that we imported from the Sui Framework). The id field is the unique identifier and an address of the object. /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, }","breadcrumbs":"Your First Sui App » Using Objects » Postcard is an Object","id":"61","title":"Postcard is an Object"},"62":{"body":"Sui has no global storage , and the objects are stored independently of their package. This is why we defined a single Postcard and not a collection \"Postcards\". Objects have to be created and stored in the storage before they can be used. The new function is a public function that creates a new instance of the Postcard object and returns it to the caller. It takes two arguments: the message of type String, which is the message on the postcard, and the ctx of type TxContext, a standard type that is automatically inserted by the Sui runtime. /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } When initializing an instance of Postcard we pass the fields of the struct as arguments, the id is generated from the TxContext argument via the ctx.fresh_uid() call. And the message is taken as-is from the message argument.","breadcrumbs":"Your First Sui App » Using Objects » Creating an Object","id":"62","title":"Creating an Object"},"63":{"body":"Objects can't be ignored, so when the function new is called, the returned Postcard needs to be stored. And here's when the sui::transfer module comes into play. The sui::transfer::transfer function is used to store the object at the specified address. /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } The function takes the Postcard as the first argument and a value of the address type as the second argument. Both are passed into the transfer function to send — and hence, store — the object to the specified address.","breadcrumbs":"Your First Sui App » Using Objects » Sending a Postcard","id":"63","title":"Sending a Postcard"},"64":{"body":"A very common scenario is transfering the object to the caller. This can be done by calling the send_to function with the sender address. It can be read from the ctx argument, which is a TxContext type. /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) }","breadcrumbs":"Your First Sui App » Using Objects » Keeping the Object","id":"64","title":"Keeping the Object"},"65":{"body":"The update function is another public function that takes a mutable reference to the Postcard and a String argument. It updates the message field of the Postcard. Because the Postcard is passed by a reference, the owner is not changed, and the object is not moved. /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }","breadcrumbs":"Your First Sui App » Using Objects » Updating the Object","id":"65","title":"Updating the Object"},"66":{"body":"In the next section we will write a simple test for the Postcard module to see how it works. Later we will publish the package on Sui DevNet and learn how to use the Sui CLI to interact with the package.","breadcrumbs":"Your First Sui App » Using Objects » Next steps","id":"66","title":"Next steps"},"67":{"body":"This chapter is all about the basic syntax of the Move language. It covers the basics of the language, such as types, modules, functions, and control flow. It focuses on the language without a storage model or a blockchain, and explains the essential concepts of the language.","breadcrumbs":"Syntax Basics » Basic Syntax","id":"67","title":"Basic Syntax"},"68":{"body":"Module is the base unit of code organization in Move. Modules are used to group and isolate code, and all of the members of the module are private to the module by default. In this section you will learn how to define a module, how to declare its members and how to access them from other modules.","breadcrumbs":"Syntax Basics » Module » Module","id":"68","title":"Module"},"69":{"body":"Modules are declared using the module keyword followed by the package address, module name and the module body inside the curly braces {}. The module name should be in snake_case - all lowercase letters with underscores between words. Modules names must be unique in the package. Usually, a single file in the sources/ folder contains a single module. The file name should match the module name - for example, a donut_shop module should be stored in the donut_shop.move file. You can read more about coding conventions in the Coding Conventions section. module book::my_module { // module body\n} Structs, functions and constants, imports and friend declarations are all part of the module: Structs Functions Constants Imports Friend declarations Method Aliases","breadcrumbs":"Syntax Basics » Module » Module declaration","id":"69","title":"Module declaration"},"7":{"body":"For troubleshooting the installation process, please refer to the Install Sui Guide.","breadcrumbs":"Before we begin » Install Sui » Troubleshooting","id":"7","title":"Troubleshooting"},"70":{"body":"Module address can be specified as both: an address literal (does not require the @ prefix) or a named address specified in the Package Manifest . In the example below, both are identical because there's a book = \"0x0\" record in the [addresses] section of the Move.toml. module 0x0::address_literal_example { // module body\n} Addresses section in the Move.toml: # Move.toml\n[addresses]\nbook = \"0x0\"","breadcrumbs":"Syntax Basics » Module » Address / Named address","id":"70","title":"Address / Named address"},"71":{"body":"Module members are declared inside the module body. To illustrate that, let's define a simple module with a struct, a function and a constant: module book::my_module_with_members { // import use book::my_module; // friend declaration friend book::constants; // a constant const CONST: u8 = 0; // a struct public struct Struct {} // method alias public use fun function as Struct.struct_fun; // function fun function(_: &Struct) { /* function body */ }\n}","breadcrumbs":"Syntax Basics » Module » Module members","id":"71","title":"Module members"},"72":{"body":"Before the introduction of the address::module_name syntax, modules were organized into address {} blocks. This way of code organization is still available today, but is not used widely. Modern practices imply having a single module per file, so the address {} block is rather a redundant construct. Module addresses can be omitted if modules are organized into address {} blocks. address book { // address block module another_module { // module body\n} module yet_another_module { // module body\n}\n} The modules defined in this code sample will be accessible as: book::another_module book::yet_another_module","breadcrumbs":"Syntax Basics » Module » Address block","id":"72","title":"Address block"},"73":{"body":"Comments are a way to add notes or document your code. They are ignored by the compiler and don't result in the Move bytecode. You can use comments to explain what your code does, to add notes to yourself or other developers, to temporarily remove a part of your code, or to generate documentation. There are three types of comments in Move: line comment, block comment, and doc comment.","breadcrumbs":"Syntax Basics » Comments » Comments","id":"73","title":"Comments"},"74":{"body":"module book::comments_line { fun some_function() { // this is a comment line }\n} You can use double slash // to comment out the rest of the line. Everything after // will be ignored by the compiler. module book::comments_line_2 { // let's add a note to everything! fun some_function_with_numbers() { let a = 10; // let b = 10 this line is commented and won't be executed let b = 5; // here comment is placed after code a + b; // result is 15, not 10! }\n}","breadcrumbs":"Syntax Basics » Comments » Line comment","id":"74","title":"Line comment"},"75":{"body":"Block comments are used to comment out a block of code. They start with /* and end with */. Everything between /* and */ will be ignored by the compiler. You can use block comments to comment out a single line or multiple lines. You can even use them to comment out a part of a line. module book::comments_block { fun /* you can comment everywhere */ go_wild() { /* here there everywhere */ let a = 10; let b = /* even here */ 10; /* and again */ a + b; } /* you can use it to remove certain expressions or definitions fun empty_commented_out() { } */\n} This example is a bit extreme, but it shows how you can use block comments to comment out a part of a line.","breadcrumbs":"Syntax Basics » Comments » Block comment","id":"75","title":"Block comment"},"76":{"body":"Documentation comments are special comments that are used to generate documentation for your code. They are similar to block comments, but they start with three slashes /// and are placed before the definition of the item they document. /// Module has documentation!\nmodule book::comments_doc { /// This is a 0x0 address constant! const AN_ADDRESS: address = @0x0; /// This is a struct! public struct AStruct { /// This is a field of a struct! a_field: u8, } /// This function does something! /// And it's documented! fun do_something() {}\n}","breadcrumbs":"Syntax Basics » Comments » Doc comment","id":"76","title":"Doc comment"},"77":{"body":"For simple values, Move has a number of built-in primitive types. They're the base that makes up all other types. The primitive types are: Booleans Unsigned Integers Address - covered in the next section However, before we get to the types, let's first look at how to declare and assign variables in Move.","breadcrumbs":"Syntax Basics » Primitive Types » Primitive Types","id":"77","title":"Primitive Types"},"78":{"body":"Variables are declared using the let keyword. They are immutable by default, but can be made mutable using the let mut keyword. The syntax for the let mut statement is: let [: ] = ;\nlet mut [: ] = ; Where: - the name of the variable - the type of the variable, optional - the value to be assigned to the variable let x: bool = true;\nlet mut y: u8 = 42; A mutable variable can be reassigned using the = operator. y = 43; Variables can also be shadowed by re-declaring. let x: u8 = 42;\nlet x: u8 = 43;","breadcrumbs":"Syntax Basics » Primitive Types » Variables and assignment","id":"78","title":"Variables and assignment"},"79":{"body":"The bool type represents a boolean value - yes or no, true or false. It has two possible values: true and false which are keywords in Move. For booleans, there's no need to explicitly specify the type - the compiler can infer it from the value. let x = true;\nlet y = false; Booleans are often used to store flags and to control the flow of the program. Please, refer to the Control Flow section for more information.","breadcrumbs":"Syntax Basics » Primitive Types » Booleans","id":"79","title":"Booleans"},"8":{"body":"There are two most popular IDEs for Move development: VSCode and IntelliJ IDEA. Both of them provide basic features like syntax highlighting and error messages, though they differ in their additional features. Whatever IDE you choose, you'll need to use the terminal to run the Move CLI . IntelliJ Plugin does not support Move 2024 edition fully, some syntax won't get highlighted and not supported.","breadcrumbs":"Before we begin » Set up your IDE » Set up your IDE","id":"8","title":"Set up your IDE"},"80":{"body":"Move supports unsigned integers of various sizes: from 8-bit to 256-bit. The integer types are: u8 - 8-bit u16 - 16-bit u32 - 32-bit u64 - 64-bit u128 - 128-bit u256 - 256-bit let x: u8 = 42;\nlet y: u16 = 42;\n// ...\nlet z: u256 = 42; Unlike booleans, integer types need to be inferred. In most of the cases, the compiler will infer the type from the value, usually defaulting to u64. However, sometimes the compiler is unable to infer the type and will require an explicit type annotation. It can either be provided during assignment or by using a type suffix. // Both are equivalent\nlet x: u8 = 42;\nlet x = 42u8;","breadcrumbs":"Syntax Basics » Primitive Types » Integer Types","id":"80","title":"Integer Types"},"81":{"body":"Move supports the standard arithmetic operations for integers: addition, subtraction, multiplication, division, and remainder. The syntax for these operations is: Syntax Operation Aborts If + addition Result is too large for the integer type - subtraction Result is less than zero * multiplication Result is too large for the integer type % modular division The divisor is 0 / truncating division The divisor is 0 The type of the operands must match , otherwise, the compiler will raise an error. The result of the operation will be of the same type as the operands. To perform operations on different types, the operands need to be cast to the same type.","breadcrumbs":"Syntax Basics » Primitive Types » Operations","id":"81","title":"Operations"},"82":{"body":"Move supports explicit casting between integer types. The syntax for it is: ( as ) Note, that it requires parentheses around the expression to prevent ambiguity. let x: u8 = 42;\nlet y: u16 = (x as u16); A more complex example, preventing overflow: let x: u8 = 255;\nlet y: u8 = 255;\nlet z: u16 = (x as u16) + ((y as u16) * 2);","breadcrumbs":"Syntax Basics » Primitive Types » Casting with as","id":"82","title":"Casting with as"},"83":{"body":"Move does not support overflow / underflow, an operation that results in a value outside the range of the type will raise a runtime error. This is a safety feature to prevent unexpected behavior. let x = 255u8;\nlet y = 1u8; // This will raise an error\nlet z = x + y;","breadcrumbs":"Syntax Basics » Primitive Types » Overflow","id":"83","title":"Overflow"},"84":{"body":"To represent addresses , Move uses a special type called address. It is a 32 byte value that can be used to represent any address on the blockchain. Addresses are used in two syntax forms: hexadecimal addresses prefixed with 0x and named addresses. // address literal\nlet value: address = @0x1; // named address registered in Move.toml\nlet value = @std;\nlet other = @sui; An address literal starts with the @ symbol followed by a hexadecimal number or an identifier. The hexadecimal number is interpreted as a 32 byte value. The identifier is looked up in the Move.toml file and replaced with the corresponding address by the compiler. If the identifier is not found in the Move.toml file, the compiler will throw an error.","breadcrumbs":"Syntax Basics » Address Type » Address Type","id":"84","title":"Address Type"},"85":{"body":"Sui Framework offers a set of helper functions to work with addresses. Given that the address type is a 32 byte value, it can be converted to a u256 type and vice versa. It can also be converted to and from a vector type. Example: Convert an address to a u256 type and back. use sui::address; let addr_as_u256: u256 = address::to_u256(@0x1);\nlet addr = address::from_u256(addr_as_u256); Example: Convert an address to a vector type and back. use sui::address; let addr_as_u8: vector = address::to_bytes(@0x1);\nlet addr = address::from_bytes(addr_as_u8); Example: Convert an address into a string. use sui::address;\nuse std::string::String; let addr_as_string: String = address::to_string(@0x1);","breadcrumbs":"Syntax Basics » Address Type » Conversion","id":"85","title":"Conversion"},"86":{"body":"In programming languages expression is a unit of code which returns a value, in Move, almost everything is an expression, - with the sole exception of let statement which is a declaration. In this section, we cover the types of expressions and introduce the concept of scope. Expressions are sequenced with semicolons ;. If there's \"no expression\" after the semicolon, the compiler will insert an empty expression ().","breadcrumbs":"Syntax Basics » Expression » Expression","id":"86","title":"Expression"},"87":{"body":"In the Primitive Types section, we introduced the basic types of Move. And to illustrate them, we used literals. A literal is a notation for representing a fixed value in the source code. Literals are used to initialize variables and to pass arguments to functions. Move has the following literals: true and false for boolean values 0, 1, 123123 or other numeric for integer values 0x0, 0x1, 0x123 or other hexadecimal for integer values b\"bytes_vector\" for byte vector values x\"0A\" HEX literal for byte values let b = true; // true is a literal\nlet n = 1000; // 1000 is a literal\nlet h = 0x0A; // 0x0A is a literal\nlet v = b\"hello\"; // b'hello' is a byte vector literal\nlet x = x\"0A\"; // x'0A' is a byte vector literal\nlet c = vector[1, 2, 3]; // vector[] is a vector literal","breadcrumbs":"Syntax Basics » Expression » Literals","id":"87","title":"Literals"},"88":{"body":"Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of an operation is a value, so operators are also expressions. let sum = 1 + 2; // 1 + 2 is an expression\nlet sum = (1 + 2); // the same expression with parentheses\nlet is_true = true && false; // true && false is an expression\nlet is_true = (true && false); // the same expression with parentheses","breadcrumbs":"Syntax Basics » Expression » Operators","id":"88","title":"Operators"},"89":{"body":"A block is a sequence of statements and expressions, and it returns the value of the last expression in the block. A block is written as a pair of curly braces {}. A block is an expression, so it can be used anywhere an expression is expected. // block with an empty expression, however, the compiler will\n// insert an empty expression automatically: `let none = { () }`\n// let none = {}; // block with let statements and an expression.\nlet sum = { let a = 1; let b = 2; a + b // last expression is the value of the block\n}; let none = { let a = 1; let b = 2; a + b // not returned - semicolon. // compiler automatically inserts an empty expression `()`\n};","breadcrumbs":"Syntax Basics » Expression » Blocks","id":"89","title":"Blocks"},"9":{"body":"VSCode is a free and open source IDE from Microsoft. Move Analyzer is a language server extension for Move maintained by MystenLabs . Move Syntax a simple syntax highlighting extension for Move by Damir Shamanaev .","breadcrumbs":"Before we begin » Set up your IDE » VSCode","id":"9","title":"VSCode"},"90":{"body":"We go into detail about functions in the Functions section. However, we already used function calls in the previous sections, so it's worth mentioning them here. A function call is an expression that calls a function and returns the value of the last expression in the function body. fun add(a: u8, b: u8): u8 { a + b\n} #[test]\nfun some_other() { let sum = add(1, 2); // add(1, 2) is an expression with type u8\n}","breadcrumbs":"Syntax Basics » Expression » Function Calls","id":"90","title":"Function Calls"},"91":{"body":"Control flow expressions are used to control the flow of the program. They are also expressions, so they return a value. We cover control flow expressions in the Control Flow section. Here's a very brief overview: // if is an expression, so it returns a value; if there are 2 branches,\n// the types of the branches must match.\nif (bool_expr) expr1 else expr2; // while is an expression, but it returns `()`.\nwhile (bool_expr) { expr; }; // loop is an expression, but returns `()` as well.\nloop { expr; break };","breadcrumbs":"Syntax Basics » Expression » Control Flow Expressions","id":"91","title":"Control Flow Expressions"},"92":{"body":"Move type system shines when it comes to defining custom types. User defined types can be custom tailored to the specific needs of the application. Not just on the data level, but also in its behavior. In this section we introduce the struct definition and how to use it.","breadcrumbs":"Syntax Basics » Struct » Custom Types with Struct","id":"92","title":"Custom Types with Struct"},"93":{"body":"To define a custom type, you can use the struct keyword followed by the name of the type. After the name, you can define the fields of the struct. Each field is defined with the field_name: field_type syntax. Field definitions must be separated by commas. The fields can be of any type, including other structs. Note: Move does not support recursive structs, meaning a struct cannot contain itself as a field. /// A struct representing an artist.\npublic struct Artist { /// The name of the artist. name: String,\n} /// A struct representing a music record.\npublic struct Record { /// The title of the record. title: String, /// The artist of the record. Uses the `Artist` type. artist: Artist, /// The year the record was released. year: u16, /// Whether the record is a debut album. is_debut: bool, /// The edition of the record. edition: Option,\n} In the example above, we define a Record struct with five fields. The title field is of type String, the artist field is of type Artist, the year field is of type u16, the is_debut field is of type bool, and the edition field is of type Option. The edition field is of type Option to represent that the edition is optional. Structs are private by default, meaning they cannot be imported and used outside of the module they are defined in. Their fields are also private and can't be accessed from outside the module. See visibility for more information on different visibility modifiers. A struct by default is internal to the module it is defined in.","breadcrumbs":"Syntax Basics » Struct » Struct","id":"93","title":"Struct"},"94":{"body":"We described how struct definition works. Now let's see how to initialize a struct and use it. A struct can be initialized using the struct_name { field1: value1, field2: value2, ... } syntax. The fields can be initialized in any order, and all of the fields must be set. let mut artist = Artist { name: b\"The Beatles\".to_string()\n}; In the example above, we create an instance of the Artist struct and set the name field to a string \"The Beatles\". To access the fields of a struct, you can use the . operator followed by the field name. // Access the `name` field of the `Artist` struct.\nlet artist_name = artist.name; // Access a field of the `Artist` struct.\nassert!(artist.name == string::utf8(b\"The Beatles\"), 0); // Mutate the `name` field of the `Artist` struct.\nartist.name = string::utf8(b\"Led Zeppelin\"); // Check that the `name` field has been mutated.\nassert!(artist.name == string::utf8(b\"Led Zeppelin\"), 1); Only module defining the struct can access its fields (both mutably and immutably). So the above code should be in the same module as the Artist struct.","breadcrumbs":"Syntax Basics » Struct » Create and use an instance","id":"94","title":"Create and use an instance"},"95":{"body":"Structs are non-discardable by default, meaning that the initiated struct value must be used: either stored or unpacked . Unpacking a struct means deconstructing it into its fields. This is done using the let keyword followed by the struct name and the field names. // Unpack the `Artist` struct and create a new variable `name`\n// with the value of the `name` field.\nlet Artist { name } = artist; In the example above we unpack the Artist struct and create a new variable name with the value of the name field. Because the variable is not used, the compiler will raise a warning. To suppress the warning, you can use the underscore _ to indicate that the variable is intentionally unused. // Unpack the `Artist` struct and ignore the `name` field.\nlet Artist { name: _ } = artist;","breadcrumbs":"Syntax Basics » Struct » Unpacking a struct","id":"95","title":"Unpacking a struct"},"96":{"body":"Move has a unique type system which allows defining type abilities . In the previous section , we introduced the struct definition and how to use it. However, the instances of the Artist and Record structs had to be unpacked for the code to compile. This is default behavior of a struct without abilities . In this section, we introduce the first ability - drop.","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities: Drop","id":"96","title":"Abilities: Drop"},"97":{"body":"Abilities are set in the struct definition using the has keyword followed by a list of abilities. The abilities are separated by commas. Move supports 4 abilities: copy, drop, key, and store. In this section, we cover the first two abilities: copy and drop. The last two abilities are covered in the programmability chapter , when we introduce Objects and storage operations. /// This struct has the `copy` and `drop` abilities.\nstruct VeryAble has copy, drop { // field: Type1, // field2: Type2, // ...\n}","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities syntax","id":"97","title":"Abilities syntax"},"98":{"body":"A struct without abilities cannot be discarded, or copied, or stored in the storage. We call such a struct a Hot Potato . It is a joke, but it is also a good way to remember that a struct without abilities is like a hot potato - it needs to be passed around and handled properly. Hot Potato is one of the most powerful patterns in Move, we go in detail about it in the TODO: authorization patterns chapter.","breadcrumbs":"Syntax Basics » Abilities: Drop » No abilities","id":"98","title":"No abilities"},"99":{"body":"The drop ability - the simplest of them - allows the instance of a struct to be ignored or discarded . In many programming languages this behavior is considered default. However, in Move, a struct without the drop ability is not allowed to be ignored. This is a safety feature of the Move language, which ensures that all assets are properly handled. An attempt to ignore a struct without the drop ability will result in a compilation error. module book::drop_ability { /// This struct has the `drop` ability. public struct IgnoreMe has drop { a: u8, b: u8, } /// This struct does not have the `drop` ability. public struct NoDrop {} #[test] // Create an instance of the `IgnoreMe` struct and ignore it. // Even though we constructed the instance, we don't need to unpack it. fun test_ignore() { let no_drop = NoDrop {}; let _ = IgnoreMe { a: 1, b: 2 }; // no need to unpack // The value must be unpacked for the code to compile. let NoDrop {} = no_drop; // OK }\n} The drop ability is often used on custom collection types to eliminate the need for special handling of the collection when it is no longer needed. For example, a vector type has the drop ability, which allows the vector to be ignored when it is no longer needed. However, the biggest feature of Move's type system is the ability to not have drop. This ensures that the assets are properly handled and not ignored. A struct with a single drop ability is called a Witness . We explain the concept of a Witness in the Witness and Abstract Implementation section.","breadcrumbs":"Syntax Basics » Abilities: Drop » Drop ability","id":"99","title":"Drop ability"}},"length":239,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.3166247903554},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.8284271247461903},"98":{"tf":1.7320508075688772},"99":{"tf":3.1622776601683795}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":2.6457513110645907},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.6457513110645907},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.0},"42":{"tf":2.0},"45":{"tf":4.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.8284271247461903},"72":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.23606797749979}}}}}}},"df":11,"docs":{"105":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"196":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"126":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.0},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"128":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"234":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.3166247903554},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"89":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.4142135623730951},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":2.449489742783178},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":2.8284271247461903},"73":{"tf":2.6457513110645907},"74":{"tf":2.23606797749979},"75":{"tf":3.0},"76":{"tf":2.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.23606797749979},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.0},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.0}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.605551275463989},"161":{"tf":2.6457513110645907},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.0},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":14,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.0},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"39":{"tf":3.0},"40":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"235":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":5,"docs":{"14":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":2.8284271247461903},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.6457513110645907},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"99":{"tf":3.3166247903554}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":3.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":3.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.4142135623730951}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":25,"docs":{"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.605551275463989},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.3166247903554},"142":{"tf":3.0},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.6457513110645907}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":3.0},"171":{"tf":1.7320508075688772},"172":{"tf":2.8284271247461903},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"188":{"tf":2.0},"208":{"tf":2.0},"209":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"227":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":16,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":3.4641016151377544},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.6457513110645907},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.4641016151377544}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":2.8284271247461903},"128":{"tf":2.6457513110645907},"129":{"tf":3.4641016151377544},"130":{"tf":3.7416573867739413},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.605551275463989},"148":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":8,"docs":{"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":13,"docs":{"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":95,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":2.8284271247461903},"102":{"tf":2.8284271247461903},"103":{"tf":3.605551275463989},"104":{"tf":2.449489742783178},"106":{"tf":3.1622776601683795},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":3.605551275463989},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":3.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":35,"docs":{"183":{"tf":3.605551275463989},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.0},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.449489742783178},"231":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.0},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"88":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.0},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.449489742783178},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.8284271247461903},"32":{"tf":2.449489742783178},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"173":{"tf":3.3166247903554},"174":{"tf":2.6457513110645907},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.8284271247461903},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":3,"docs":{"1":{"tf":1.0},"184":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.6457513110645907},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.605551275463989},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.23606797749979},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.449489742783178},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.0},"120":{"tf":2.6457513110645907},"121":{"tf":2.8284271247461903},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.3166247903554},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.8284271247461903},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.449489742783178}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":30,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.23606797749979}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":3.4641016151377544},"181":{"tf":3.1622776601683795},"182":{"tf":3.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.123105625617661},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":4.58257569495584},"22":{"tf":3.605551275463989},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.0},"206":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":3.872983346207417},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.449489742783178},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.0},"172":{"tf":2.6457513110645907},"173":{"tf":4.47213595499958},"174":{"tf":3.1622776601683795},"176":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.0}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":6,"docs":{"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":154,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.6457513110645907},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"113":{"tf":2.449489742783178},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":18,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":14,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.6457513110645907},"161":{"tf":2.449489742783178},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.4641016151377544},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":3.1622776601683795},"98":{"tf":2.23606797749979},"99":{"tf":3.4641016151377544}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.6457513110645907},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.8284271247461903},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"45":{"tf":4.242640687119285},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.7416573867739413},"85":{"tf":2.449489742783178}}}}}}},"df":13,"docs":{"105":{"tf":1.7320508075688772},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":34,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":2.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.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.7320508075688772},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":15,"docs":{"196":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":2.0},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":2.0}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.23606797749979},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":121,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"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},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"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}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"234":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.4641016151377544},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"89":{"tf":3.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":20,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.3166247903554},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.449489742783178},"190":{"tf":2.8284271247461903},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.449489742783178},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.7320508075688772},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":3.0},"73":{"tf":3.0},"74":{"tf":2.6457513110645907},"75":{"tf":3.3166247903554},"76":{"tf":2.449489742783178}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.4142135623730951},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.4142135623730951},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.449489742783178},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":2.0},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.449489742783178},"134":{"tf":2.0},"135":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":3.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.872983346207417},"161":{"tf":3.0},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":14,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.1622776601683795},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":3.0},"39":{"tf":3.0},"40":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.449489742783178},"42":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.23606797749979},"215":{"tf":1.0},"235":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":3.0},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.8284271247461903},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":3.605551275463989}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":3.3166247903554},"206":{"tf":1.7320508075688772},"207":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":2.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":3.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":3.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":2.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":42,"docs":{"134":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"195":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.7416573867739413},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.605551275463989},"142":{"tf":3.3166247903554},"143":{"tf":2.6457513110645907},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.8284271247461903}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.7320508075688772},"170":{"tf":3.3166247903554},"171":{"tf":2.0},"172":{"tf":3.1622776601683795},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.7320508075688772},"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":3,"docs":{"10":{"tf":2.0},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":19,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"103":{"tf":3.7416573867739413},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.8284271247461903},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.449489742783178},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.449489742783178}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":3.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.7320508075688772},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.605551275463989}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":3.0},"128":{"tf":2.8284271247461903},"129":{"tf":3.605551275463989},"130":{"tf":3.872983346207417},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.23606797749979}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":2.0},"232":{"tf":1.7320508075688772}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.0},"147":{"tf":3.872983346207417},"148":{"tf":2.6457513110645907},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":8,"docs":{"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"df":96,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":3.1622776601683795},"102":{"tf":3.0},"103":{"tf":3.7416573867739413},"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":3.4641016151377544},"107":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.6457513110645907},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":3.0},"69":{"tf":3.872983346207417},"70":{"tf":2.0},"71":{"tf":2.6457513110645907},"72":{"tf":3.1622776601683795},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":104,"docs":{"0":{"tf":2.0},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.8284271247461903},"134":{"tf":1.4142135623730951},"14":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":2.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"187":{"tf":1.4142135623730951},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":38,"docs":{"183":{"tf":3.872983346207417},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.23606797749979},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.6457513110645907},"231":{"tf":2.23606797749979},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"64":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.0},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":2.449489742783178},"117":{"tf":3.3166247903554},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.6457513110645907},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":3.0},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":3.1622776601683795},"32":{"tf":2.8284271247461903},"33":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":3.0},"172":{"tf":1.0},"173":{"tf":3.4641016151377544},"174":{"tf":2.8284271247461903},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":1.0},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.123105625617661},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":32,"docs":{"1":{"tf":1.0},"184":{"tf":2.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},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.8284271247461903},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.449489742783178},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.7416573867739413},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.23606797749979},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.449489742783178},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.3166247903554},"119":{"tf":1.0},"120":{"tf":3.0},"121":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.8284271247461903},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"217":{"tf":2.449489742783178},"218":{"tf":2.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.6457513110645907}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"53":{"tf":3.0},"54":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.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.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.449489742783178}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.449489742783178},"180":{"tf":3.7416573867739413},"181":{"tf":3.4641016151377544},"182":{"tf":3.1622776601683795},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.358898943540674},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"21":{"tf":4.795831523312719},"22":{"tf":3.7416573867739413},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"206":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":4.123105625617661},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.6457513110645907},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"51":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":2.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.123105625617661},"172":{"tf":2.6457513110645907},"173":{"tf":4.58257569495584},"174":{"tf":3.3166247903554},"176":{"tf":2.8284271247461903},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":3.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"222":{"tf":2.6457513110645907},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":157,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.8284271247461903},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.23606797749979},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":4.123105625617661},"113":{"tf":2.8284271247461903},"114":{"tf":3.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.7416573867739413},"225":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"153":{"tf":2.23606797749979},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":18,"docs":{"107":{"tf":1.0},"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":16,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"234":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"236":{"tf":1.0}}},"8":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"160":{"tf":1.0},"238":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"235":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"188":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"203":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"236":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"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":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"158":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":1,"docs":{"236":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"227":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}}},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"235":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"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":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"210":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"202":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"v":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"235":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"132":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"233":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"86":{"tf":1.0},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"110":{"tf":1.0},"213":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"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":{"56":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"y":{"df":1,"docs":{"202":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"k":{"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":10,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"215":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"171":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"216":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"183":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"219":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"117":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"154":{"tf":1.0},"155":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"158":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"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":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"213":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":5,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"228":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"188":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"df":7,"docs":{"117":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"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/sui/searchindex.json b/sui/searchindex.json index d88a0cfd..dcdf950a 100644 --- a/sui/searchindex.json +++ b/sui/searchindex.json @@ -1 +1 @@ -{"doc_urls":["introduction.html#the-move-book","history.html#history","before-we-begin/index.html#before-we-begin","before-we-begin/install-sui.html#install-sui","before-we-begin/install-sui.html#download-binary","before-we-begin/install-sui.html#install-using-homebrew-macos","before-we-begin/install-sui.html#build-using-cargo-macos-linux","before-we-begin/install-sui.html#troubleshooting","before-we-begin/ide-support.html#set-up-your-ide","before-we-begin/ide-support.html#vscode","before-we-begin/ide-support.html#intellij-idea","before-we-begin/ide-support.html#emacs","before-we-begin/ide-support.html#github-codespaces","before-we-begin/move-2024.html#move-2024","your-first-move/index.html#your-first-move","your-first-move/hello-world.html#hello-world","your-first-move/hello-world.html#initialize-a-project","your-first-move/hello-world.html#create-a-module","your-first-move/hello-world.html#dive-into-the-code","your-first-move/hello-world.html#compile-the-package","your-first-move/adding-tests.html#adding-tests","your-first-move/adding-tests.html#your-first-test","your-first-move/adding-tests.html#failed-experiment","your-first-move/debugging.html#debugging","your-first-move/debugging.html#new-import","your-first-move/debugging.html#correct-usage","your-first-move/debugging.html#hint","your-first-move/generating-docs.html#generating-documentation","your-first-move/generating-docs.html#adding-documentation-comments","your-first-move/generating-docs.html#generating-documentation-1","concepts/index.html#concepts","concepts/packages.html#packages","concepts/packages.html#package-structure","concepts/packages.html#published-package","concepts/packages.html#links","concepts/manifest.html#package-manifest","concepts/manifest.html#sections","concepts/manifest.html#package","concepts/manifest.html#dependencies","concepts/manifest.html#resolving-version-conflicts-with-override","concepts/manifest.html#dev-dependencies","concepts/manifest.html#addresses","concepts/manifest.html#dev-addresses","concepts/manifest.html#toml-styles","concepts/manifest.html#links","concepts/address.html#addresses","concepts/address.html#further-reading","concepts/modules.html#module","concepts/user-interaction.html#interacting-with-a-package","concepts/what-is-an-account.html#account","concepts/what-is-a-transaction.html#transaction","concepts/what-is-a-transaction.html#transaction-structure","concepts/object-model.html#object-model","hello-sui/index.html#your-first-sui-app","hello-sui/hello-sui.html#hello-sui","hello-sui/hello-sui.html#create-a-new-sui-package","hello-sui/hello-sui.html#implement-the-postcard-application","hello-sui/hello-sui.html#next-steps","hello-sui/module-structure.html#using-objects","hello-sui/module-structure.html#module","hello-sui/module-structure.html#imports","hello-sui/module-structure.html#postcard-is-an-object","hello-sui/module-structure.html#creating-an-object","hello-sui/module-structure.html#sending-a-postcard","hello-sui/module-structure.html#keeping-the-object","hello-sui/module-structure.html#updating-the-object","hello-sui/module-structure.html#next-steps","basic-syntax/index.html#basic-syntax","basic-syntax/module.html#module","basic-syntax/module.html#module-declaration","basic-syntax/module.html#address--named-address","basic-syntax/module.html#module-members","basic-syntax/module.html#address-block","basic-syntax/comments.html#comments","basic-syntax/comments.html#line-comment","basic-syntax/comments.html#block-comment","basic-syntax/comments.html#doc-comment","basic-syntax/primitive-types.html#primitive-types","basic-syntax/primitive-types.html#variables-and-assignment","basic-syntax/primitive-types.html#booleans","basic-syntax/primitive-types.html#integer-types","basic-syntax/primitive-types.html#operations","basic-syntax/primitive-types.html#casting-with-as","basic-syntax/primitive-types.html#overflow","basic-syntax/address.html#address-type","basic-syntax/address.html#conversion","basic-syntax/expression.html#expression","basic-syntax/expression.html#literals","basic-syntax/expression.html#operators","basic-syntax/expression.html#blocks","basic-syntax/expression.html#function-calls","basic-syntax/expression.html#control-flow-expressions","basic-syntax/struct.html#custom-types-with-struct","basic-syntax/struct.html#struct","basic-syntax/struct.html#create-and-use-an-instance","basic-syntax/struct.html#unpacking-a-struct","basic-syntax/drop-ability.html#abilities-drop","basic-syntax/drop-ability.html#abilities-syntax","basic-syntax/drop-ability.html#no-abilities","basic-syntax/drop-ability.html#drop-ability","basic-syntax/importing-modules.html#importing-modules","basic-syntax/importing-modules.html#importing-a-module","basic-syntax/importing-modules.html#importing-members","basic-syntax/importing-modules.html#grouping-imports","basic-syntax/importing-modules.html#resolving-name-conflicts","basic-syntax/importing-modules.html#adding-an-external-dependency","basic-syntax/importing-modules.html#importing-a-module-from-another-package","basic-syntax/standard-library.html#standard-library","basic-syntax/standard-library.html#most-common-modules","basic-syntax/standard-library.html#implicit-imports","basic-syntax/standard-library.html#importing-std-without-sui-framework","basic-syntax/vector.html#vector","basic-syntax/vector.html#vector-syntax","basic-syntax/vector.html#vector-operations","basic-syntax/vector.html#destroying-a-vector-of-non-droppable-types","basic-syntax/option.html#option","basic-syntax/option.html#in-practice","basic-syntax/option.html#using-option","basic-syntax/string.html#string","basic-syntax/string.html#bytestring-literal","basic-syntax/string.html#strings-are-bytes","basic-syntax/string.html#working-with-utf-8-strings","basic-syntax/string.html#safe-utf-8-operations","basic-syntax/string.html#ascii-strings","basic-syntax/string.html#summary","basic-syntax/control-flow.html#control-flow","basic-syntax/control-flow.html#conditional-statements","basic-syntax/control-flow.html#repeating-statements-with-loops","basic-syntax/control-flow.html#the-while-loop","basic-syntax/control-flow.html#infinite-loop","basic-syntax/control-flow.html#exiting-a-loop-early","basic-syntax/control-flow.html#skipping-an-iteration","basic-syntax/control-flow.html#early-return","basic-syntax/constants.html#constants","basic-syntax/constants.html#naming-convention","basic-syntax/constants.html#constants-are-immutable","basic-syntax/assert-and-abort.html#assert-and-abort","basic-syntax/assert-and-abort.html#abort","basic-syntax/assert-and-abort.html#assert","basic-syntax/assert-and-abort.html#error-constants","basic-syntax/assert-and-abort.html#further-reading","basic-syntax/function.html#function","basic-syntax/function.html#function-declaration","basic-syntax/function.html#accessing-functions","basic-syntax/function.html#multiple-return-values","basic-syntax/struct-methods.html#struct-methods","basic-syntax/struct-methods.html#method-syntax","basic-syntax/struct-methods.html#method-aliases","basic-syntax/struct-methods.html#aliasing-an-external-modules-method","basic-syntax/visibility.html#visibility-modifiers","basic-syntax/visibility.html#internal-visibility","basic-syntax/visibility.html#public-visibility","basic-syntax/visibility.html#friend-visibility","basic-syntax/visibility.html#package-visibility","basic-syntax/ownership-and-scope.html#ownership-and-scope","basic-syntax/ownership-and-scope.html#ownership","basic-syntax/ownership-and-scope.html#returning-a-value","basic-syntax/ownership-and-scope.html#passing-by-value","basic-syntax/ownership-and-scope.html#scopes-with-blocks","basic-syntax/ownership-and-scope.html#copyable-types","basic-syntax/copy-ability.html#abilities-copy","basic-syntax/copy-ability.html#copying-and-drop","basic-syntax/references.html#references","basic-syntax/references.html#layout","basic-syntax/references.html#reference","basic-syntax/references.html#mutable-reference","basic-syntax/references.html#passing-by-value","basic-syntax/references.html#full-example","basic-syntax/generics.html#generics","basic-syntax/generics.html#in-the-standard-library","basic-syntax/generics.html#generic-syntax","basic-syntax/generics.html#multiple-type-parameters","basic-syntax/generics.html#why-generics","basic-syntax/generics.html#phantom-type-parameters","basic-syntax/generics.html#constraints-on-type-parameters","basic-syntax/generics.html#further-reading","basic-syntax/type-reflection.html#type-reflection","basic-syntax/type-reflection.html#in-practice","basic-syntax/type-reflection.html#further-reading","programmability/testing.html#testing","programmability/testing.html#the-test-attribute","programmability/testing.html#running-tests","programmability/testing.html#utilities-with-test_only","object/index.html#it-starts-with-an-object","programmability/index.html#advanced-programmability","programmability/transaction-context.html#transaction-context","programmability/transaction-context.html#reading-the-transaction-context","programmability/transaction-context.html#mutability","programmability/transaction-context.html#generating-unique-addresses","programmability/capability.html#pattern-capability","programmability/capability.html#capability-is-an-object","programmability/fast-path.html#fast-path","programmability/fast-path.html#frozen-objects","programmability/fast-path.html#in-practice","programmability/fast-path.html#special-case-clock","programmability/collections.html#collections","programmability/collections.html#vecset","programmability/collections.html#vecmap","programmability/dynamic-fields.html#dynamic-fields","programmability/dynamic-fields.html#structure","programmability/dynamic-fields.html#usage","programmability/dynamic-fields.html#dynamic-object-fields","programmability/dynamic-fields.html#custom-fields-for-keys","programmability/dynamic-fields.html#applications","programmability/epoch-and-time.html#epoch-and-time","programmability/epoch-and-time.html#epoch","programmability/epoch-and-time.html#time","programmability/epoch-and-time.html#testing","programmability/witness-and-abstract-implementation.html#abstract-class","programmability/witness-and-abstract-implementation.html#generic-struct","programmability/witness-and-abstract-implementation.html#common-methods","programmability/witness-and-abstract-implementation.html#witness-gated-functions","programmability/witness-and-abstract-implementation.html#differences-from-oop","programmability/witness-and-abstract-implementation.html#usage-in-sui-framework","guides/index.html#guides","guides/2024-migration-guide.html#move-2024-migration-guide","guides/2024-migration-guide.html#using-the-new-edition","guides/2024-migration-guide.html#struct-visibility","guides/2024-migration-guide.html#struct-methods","guides/2024-migration-guide.html#borrowing-operator","guides/2024-migration-guide.html#method-aliases","guides/2024-migration-guide.html#macros","guides/upgradeability-practices.html#upgradability-practices","guides/upgradeability-practices.html#using-entry-and-friend-functions","guides/upgradeability-practices.html#versioning-objects","guides/upgradeability-practices.html#versioning-configuration-with-dynamic-fields","guides/upgradeability-practices.html#modular-architecture","guides/building-against-limits.html#building-against-limits","guides/building-against-limits.html#transaction-size","guides/building-against-limits.html#object-size","guides/building-against-limits.html#single-pure-argument-size","guides/building-against-limits.html#maximum-number-of-objects-created","guides/building-against-limits.html#maximum-number-of-events","guides/better-error-handling.html#better-error-handling","guides/better-error-handling.html#rule-1-handle-all-possible-scenarios","guides/better-error-handling.html#rule-2-abort-with-different-codes","guides/better-error-handling.html#rule-3-return-bool-instead-of-assert","appendix/glossary.html#glossary","appendix/glossary.html#abilities"],"index":{"documentStore":{"docInfo":{"0":{"body":19,"breadcrumbs":3,"title":2},"1":{"body":20,"breadcrumbs":2,"title":1},"10":{"body":16,"breadcrumbs":7,"title":2},"100":{"body":30,"breadcrumbs":6,"title":2},"101":{"body":63,"breadcrumbs":6,"title":2},"102":{"body":46,"breadcrumbs":6,"title":2},"103":{"body":109,"breadcrumbs":6,"title":2},"104":{"body":60,"breadcrumbs":7,"title":3},"105":{"body":87,"breadcrumbs":7,"title":3},"106":{"body":71,"breadcrumbs":8,"title":4},"107":{"body":22,"breadcrumbs":6,"title":2},"108":{"body":81,"breadcrumbs":6,"title":2},"109":{"body":16,"breadcrumbs":6,"title":2},"11":{"body":13,"breadcrumbs":6,"title":1},"110":{"body":28,"breadcrumbs":9,"title":5},"111":{"body":18,"breadcrumbs":4,"title":1},"112":{"body":78,"breadcrumbs":5,"title":2},"113":{"body":51,"breadcrumbs":5,"title":2},"114":{"body":50,"breadcrumbs":8,"title":5},"115":{"body":92,"breadcrumbs":4,"title":1},"116":{"body":113,"breadcrumbs":4,"title":1},"117":{"body":56,"breadcrumbs":5,"title":2},"118":{"body":38,"breadcrumbs":4,"title":1},"119":{"body":6,"breadcrumbs":5,"title":2},"12":{"body":19,"breadcrumbs":7,"title":2},"120":{"body":72,"breadcrumbs":5,"title":2},"121":{"body":60,"breadcrumbs":7,"title":4},"122":{"body":76,"breadcrumbs":7,"title":4},"123":{"body":36,"breadcrumbs":5,"title":2},"124":{"body":2,"breadcrumbs":4,"title":1},"125":{"body":48,"breadcrumbs":6,"title":2},"126":{"body":131,"breadcrumbs":6,"title":2},"127":{"body":58,"breadcrumbs":7,"title":3},"128":{"body":106,"breadcrumbs":5,"title":1},"129":{"body":98,"breadcrumbs":6,"title":2},"13":{"body":31,"breadcrumbs":6,"title":2},"130":{"body":99,"breadcrumbs":7,"title":3},"131":{"body":85,"breadcrumbs":6,"title":2},"132":{"body":89,"breadcrumbs":6,"title":2},"133":{"body":66,"breadcrumbs":4,"title":1},"134":{"body":25,"breadcrumbs":5,"title":2},"135":{"body":23,"breadcrumbs":5,"title":2},"136":{"body":0,"breadcrumbs":6,"title":2},"137":{"body":43,"breadcrumbs":5,"title":1},"138":{"body":41,"breadcrumbs":5,"title":1},"139":{"body":69,"breadcrumbs":6,"title":2},"14":{"body":69,"breadcrumbs":4,"title":2},"140":{"body":12,"breadcrumbs":6,"title":2},"141":{"body":98,"breadcrumbs":4,"title":1},"142":{"body":56,"breadcrumbs":5,"title":2},"143":{"body":40,"breadcrumbs":5,"title":2},"144":{"body":87,"breadcrumbs":6,"title":3},"145":{"body":23,"breadcrumbs":6,"title":2},"146":{"body":112,"breadcrumbs":6,"title":2},"147":{"body":191,"breadcrumbs":6,"title":2},"148":{"body":91,"breadcrumbs":8,"title":4},"149":{"body":35,"breadcrumbs":6,"title":2},"15":{"body":14,"breadcrumbs":6,"title":2},"150":{"body":41,"breadcrumbs":6,"title":2},"151":{"body":38,"breadcrumbs":6,"title":2},"152":{"body":55,"breadcrumbs":6,"title":2},"153":{"body":45,"breadcrumbs":6,"title":2},"154":{"body":25,"breadcrumbs":6,"title":2},"155":{"body":58,"breadcrumbs":5,"title":1},"156":{"body":29,"breadcrumbs":6,"title":2},"157":{"body":43,"breadcrumbs":6,"title":2},"158":{"body":98,"breadcrumbs":6,"title":2},"159":{"body":31,"breadcrumbs":6,"title":2},"16":{"body":102,"breadcrumbs":6,"title":2},"160":{"body":92,"breadcrumbs":6,"title":2},"161":{"body":49,"breadcrumbs":6,"title":2},"162":{"body":92,"breadcrumbs":4,"title":1},"163":{"body":62,"breadcrumbs":4,"title":1},"164":{"body":79,"breadcrumbs":4,"title":1},"165":{"body":49,"breadcrumbs":5,"title":2},"166":{"body":51,"breadcrumbs":5,"title":2},"167":{"body":43,"breadcrumbs":5,"title":2},"168":{"body":30,"breadcrumbs":4,"title":1},"169":{"body":21,"breadcrumbs":5,"title":2},"17":{"body":70,"breadcrumbs":6,"title":2},"170":{"body":127,"breadcrumbs":5,"title":2},"171":{"body":202,"breadcrumbs":6,"title":3},"172":{"body":102,"breadcrumbs":4,"title":1},"173":{"body":129,"breadcrumbs":6,"title":3},"174":{"body":92,"breadcrumbs":6,"title":3},"175":{"body":0,"breadcrumbs":5,"title":2},"176":{"body":49,"breadcrumbs":6,"title":2},"177":{"body":75,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":6,"title":2},"179":{"body":19,"breadcrumbs":4,"title":1},"18":{"body":115,"breadcrumbs":6,"title":2},"180":{"body":69,"breadcrumbs":5,"title":2},"181":{"body":43,"breadcrumbs":5,"title":2},"182":{"body":91,"breadcrumbs":5,"title":2},"183":{"body":162,"breadcrumbs":4,"title":2},"184":{"body":43,"breadcrumbs":4,"title":2},"185":{"body":121,"breadcrumbs":6,"title":2},"186":{"body":28,"breadcrumbs":7,"title":3},"187":{"body":47,"breadcrumbs":5,"title":1},"188":{"body":57,"breadcrumbs":7,"title":3},"189":{"body":40,"breadcrumbs":6,"title":2},"19":{"body":40,"breadcrumbs":6,"title":2},"190":{"body":83,"breadcrumbs":6,"title":2},"191":{"body":110,"breadcrumbs":6,"title":2},"192":{"body":23,"breadcrumbs":6,"title":2},"193":{"body":117,"breadcrumbs":5,"title":1},"194":{"body":24,"breadcrumbs":7,"title":3},"195":{"body":28,"breadcrumbs":4,"title":1},"196":{"body":76,"breadcrumbs":4,"title":1},"197":{"body":102,"breadcrumbs":4,"title":1},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":24,"breadcrumbs":5,"title":1},"2":{"body":22,"breadcrumbs":4,"title":2},"20":{"body":90,"breadcrumbs":6,"title":2},"200":{"body":24,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":7,"title":3},"202":{"body":5,"breadcrumbs":7,"title":3},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":28,"breadcrumbs":6,"title":2},"205":{"body":74,"breadcrumbs":5,"title":1},"206":{"body":143,"breadcrumbs":5,"title":1},"207":{"body":4,"breadcrumbs":5,"title":1},"208":{"body":73,"breadcrumbs":7,"title":2},"209":{"body":0,"breadcrumbs":7,"title":2},"21":{"body":163,"breadcrumbs":6,"title":2},"210":{"body":0,"breadcrumbs":7,"title":2},"211":{"body":0,"breadcrumbs":8,"title":3},"212":{"body":44,"breadcrumbs":7,"title":2},"213":{"body":25,"breadcrumbs":8,"title":3},"214":{"body":21,"breadcrumbs":2,"title":1},"215":{"body":21,"breadcrumbs":8,"title":4},"216":{"body":21,"breadcrumbs":7,"title":3},"217":{"body":19,"breadcrumbs":6,"title":2},"218":{"body":36,"breadcrumbs":6,"title":2},"219":{"body":28,"breadcrumbs":6,"title":2},"22":{"body":108,"breadcrumbs":6,"title":2},"220":{"body":20,"breadcrumbs":6,"title":2},"221":{"body":30,"breadcrumbs":5,"title":1},"222":{"body":111,"breadcrumbs":5,"title":2},"223":{"body":6,"breadcrumbs":7,"title":4},"224":{"body":69,"breadcrumbs":5,"title":2},"225":{"body":62,"breadcrumbs":7,"title":4},"226":{"body":12,"breadcrumbs":5,"title":2},"227":{"body":45,"breadcrumbs":7,"title":3},"228":{"body":19,"breadcrumbs":6,"title":2},"229":{"body":32,"breadcrumbs":6,"title":2},"23":{"body":32,"breadcrumbs":4,"title":1},"230":{"body":43,"breadcrumbs":8,"title":4},"231":{"body":30,"breadcrumbs":8,"title":4},"232":{"body":14,"breadcrumbs":7,"title":3},"233":{"body":101,"breadcrumbs":7,"title":3},"234":{"body":71,"breadcrumbs":9,"title":5},"235":{"body":82,"breadcrumbs":9,"title":5},"236":{"body":111,"breadcrumbs":10,"title":6},"237":{"body":31,"breadcrumbs":3,"title":1},"238":{"body":70,"breadcrumbs":3,"title":1},"24":{"body":148,"breadcrumbs":5,"title":2},"25":{"body":22,"breadcrumbs":5,"title":2},"26":{"body":43,"breadcrumbs":4,"title":1},"27":{"body":20,"breadcrumbs":6,"title":2},"28":{"body":93,"breadcrumbs":7,"title":3},"29":{"body":101,"breadcrumbs":6,"title":2},"3":{"body":20,"breadcrumbs":6,"title":2},"30":{"body":30,"breadcrumbs":2,"title":1},"31":{"body":66,"breadcrumbs":3,"title":1},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":31,"breadcrumbs":4,"title":2},"34":{"body":5,"breadcrumbs":3,"title":1},"35":{"body":42,"breadcrumbs":4,"title":2},"36":{"body":0,"breadcrumbs":3,"title":1},"37":{"body":36,"breadcrumbs":3,"title":1},"38":{"body":59,"breadcrumbs":3,"title":1},"39":{"body":45,"breadcrumbs":6,"title":4},"4":{"body":18,"breadcrumbs":6,"title":2},"40":{"body":28,"breadcrumbs":4,"title":2},"41":{"body":21,"breadcrumbs":3,"title":1},"42":{"body":34,"breadcrumbs":4,"title":2},"43":{"body":56,"breadcrumbs":4,"title":2},"44":{"body":3,"breadcrumbs":3,"title":1},"45":{"body":99,"breadcrumbs":3,"title":1},"46":{"body":3,"breadcrumbs":4,"title":2},"47":{"body":17,"breadcrumbs":3,"title":1},"48":{"body":36,"breadcrumbs":5,"title":2},"49":{"body":19,"breadcrumbs":3,"title":1},"5":{"body":9,"breadcrumbs":8,"title":4},"50":{"body":26,"breadcrumbs":3,"title":1},"51":{"body":26,"breadcrumbs":4,"title":2},"52":{"body":73,"breadcrumbs":5,"title":2},"53":{"body":69,"breadcrumbs":6,"title":3},"54":{"body":19,"breadcrumbs":7,"title":2},"55":{"body":66,"breadcrumbs":9,"title":4},"56":{"body":153,"breadcrumbs":8,"title":3},"57":{"body":18,"breadcrumbs":7,"title":2},"58":{"body":21,"breadcrumbs":7,"title":2},"59":{"body":22,"breadcrumbs":6,"title":1},"6":{"body":18,"breadcrumbs":9,"title":5},"60":{"body":18,"breadcrumbs":6,"title":1},"61":{"body":47,"breadcrumbs":7,"title":2},"62":{"body":80,"breadcrumbs":7,"title":2},"63":{"body":52,"breadcrumbs":7,"title":2},"64":{"body":28,"breadcrumbs":7,"title":2},"65":{"body":34,"breadcrumbs":7,"title":2},"66":{"body":20,"breadcrumbs":7,"title":2},"67":{"body":24,"breadcrumbs":4,"title":2},"68":{"body":24,"breadcrumbs":4,"title":1},"69":{"body":73,"breadcrumbs":5,"title":2},"7":{"body":8,"breadcrumbs":5,"title":1},"70":{"body":35,"breadcrumbs":6,"title":3},"71":{"body":45,"breadcrumbs":5,"title":2},"72":{"body":54,"breadcrumbs":5,"title":2},"73":{"body":36,"breadcrumbs":4,"title":1},"74":{"body":41,"breadcrumbs":5,"title":2},"75":{"body":61,"breadcrumbs":5,"title":2},"76":{"body":44,"breadcrumbs":5,"title":2},"77":{"body":30,"breadcrumbs":6,"title":2},"78":{"body":56,"breadcrumbs":6,"title":2},"79":{"body":42,"breadcrumbs":5,"title":1},"8":{"body":41,"breadcrumbs":8,"title":3},"80":{"body":75,"breadcrumbs":6,"title":2},"81":{"body":59,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":27,"breadcrumbs":5,"title":1},"84":{"body":68,"breadcrumbs":6,"title":2},"85":{"body":59,"breadcrumbs":5,"title":1},"86":{"body":31,"breadcrumbs":4,"title":1},"87":{"body":83,"breadcrumbs":4,"title":1},"88":{"body":37,"breadcrumbs":4,"title":1},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":23,"breadcrumbs":6,"title":1},"90":{"body":44,"breadcrumbs":5,"title":2},"91":{"body":43,"breadcrumbs":6,"title":3},"92":{"body":24,"breadcrumbs":6,"title":3},"93":{"body":141,"breadcrumbs":4,"title":1},"94":{"body":94,"breadcrumbs":6,"title":3},"95":{"body":73,"breadcrumbs":5,"title":2},"96":{"body":31,"breadcrumbs":6,"title":2},"97":{"body":49,"breadcrumbs":6,"title":2},"98":{"body":38,"breadcrumbs":5,"title":1},"99":{"body":135,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is a book about the Move language and the Sui blockchain platform. It is a comprehensive guide to the language and the platform, and it is intended for developers who want to learn how to write application in Move and build on Sui.","breadcrumbs":"Introduction » The Move Book","id":"0","title":"The Move Book"},"1":{"body":"2019 - Libra is announced 2019 - Move a Language with Programmable Resources 2022 - The Diem Association is closed, Move is open sourced 2023 - ... 2024 - Move 2024 is released","breadcrumbs":"History » History","id":"1","title":"History"},"10":{"body":"IntelliJ IDEA is a commercial IDE from JetBrains. Move Language Plugin provides a Move language extension for IntelliJ IDEA by Pontem Network .","breadcrumbs":"Before we begin » Set up your IDE » IntelliJ IDEA","id":"10","title":"IntelliJ IDEA"},"100":{"body":"Move achieves high modularity and code reuse by allowing module imports. Modules within the same package can import each other, and a new package can depend on already existing packages and use their modules too. This section will cover the basics of importing modules and how to use them in your own code.","breadcrumbs":"Syntax Basics » Importing Modules » Importing Modules","id":"100","title":"Importing Modules"},"101":{"body":"Modules defined in the same package can import each other. The use keyword is followed by the module path, which consists of the package address (or alias) and the module name separated by ::. // File: sources/module_one.move\nmodule book::module_one { /// Struct defined in the same module. public struct Character has drop {} /// Simple function that creates a new `Character` instance. public fun new(): Character { Character {} }\n} File: sources/module_two.move // File: sources/module_two.move\nmodule book::module_two { use book::module_one; // importing module_one from the same package /// Calls the `new` function from the `module_one` module. public fun create_and_ignore() { let _ = module_one::new(); }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module","id":"101","title":"Importing a Module"},"102":{"body":"You can also import specific members from a module. This is useful when you only need a single function or a single type from a module. The syntax is the same as for importing a module, but you add the member name after the module path. module book::more_imports { use book::module_one::new; // imports the `new` function from the `module_one` module use book::module_one::Character; // importing the `Character` struct from the `module_one` module /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing Members","id":"102","title":"Importing Members"},"103":{"body":"Imports can be grouped into a single use statement using the curly braces {}. This is useful when you need to import multiple members from the same module. Move allows grouping imports from the same module and from the same package. module book::grouped_imports { // imports the `new` function and the `Character` struct from /// the `module_one` module use book::module_one::{new, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n} Single function imports are less common in Move, since the function names can overlap and cause confusion. A recommended practice is to import the entire module and use the module path to access the function. Types have unique names and should be imported individually. To import members and the module itself in the group import, you can use the Self keyword. The Self keyword refers to the module itself and can be used to import the module and its members. module book::self_imports { // imports the `Character` struct, and the `module_one` module use book::module_one::{Self, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { module_one::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Grouping Imports","id":"103","title":"Grouping Imports"},"104":{"body":"When importing multiple members from different modules, it is possible to have name conflicts. For example, if you import two modules that both have a function with the same name, you will need to use the module path to access the function. It is also possible to have modules with the same name in different packages. To resolve the conflict and avoid ambiguity, Move offers the as keyword to rename the imported member. module book::conflict_resolution { // `as` can be placed after any import, including group imports use book::module_one::{Self as mod, Character as Char}; /// Calls the `new` function from the `module_one` module. public fun create(): Char { mod::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Resolving Name Conflicts","id":"104","title":"Resolving Name Conflicts"},"105":{"body":"Every new package generated via the sui binary features a Move.toml file with a single dependency on the Sui Framework package. The Sui Framework depends on the Standard Library package. And both of these packages are available in default configuration. Package dependencies are defined in the Package Manifest as follows: [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nLocal = { local = \"../my_other_package\" } The dependencies section contains a list of package dependencies. The key is the name of the package, and the value is either a git import table or a local path. The git import contains the URL of the package, the subdirectory where the package is located, and the revision of the package. The local path is a relative path to the package directory. If a dependency is added to the Move.toml file, the compiler will automatically fetch (and later refetch) the dependencies when building the package.","breadcrumbs":"Syntax Basics » Importing Modules » Adding an External Dependency","id":"105","title":"Adding an External Dependency"},"106":{"body":"Normally, packages define their addresses in the [addresses] section, so you can use the alias instead of the address. For example, instead of 0x2::coin module, you would use sui::coin. The sui alias is defined in the Sui Framework package. Similarly, the std alias is defined in the Standard Library package and can be used to access the standard library modules. To import a module from another package, you use the use keyword followed by the module path. The module path consists of the package address (or alias) and the module name separated by ::. module book::imports { use std::string; // std = 0x1, string is a module in the standard library use sui::coin; // sui = 0x2, coin is a module in the Sui Framework\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module from Another Package","id":"106","title":"Importing a Module from Another Package"},"107":{"body":"The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which does utilize the storage model, and operates on native types. It is the only dependency of the Sui Framework , and is imported together with it.","breadcrumbs":"Syntax Basics » Standard Library » Standard Library","id":"107","title":"Standard Library"},"108":{"body":"In this book we go into detail about most of the modules in the standard library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements that. Module Description Chapter std::string Provides basic string operations String std::ascii Provides basic ASCII operations String std::option Implements an Option Option std::vector Native operations on the vector type Vector std::hash Hashing functions: sha2_256 and sha3_256 Cryptography and Hashing std::bcs Contains the bcs::to_bytes() function BCS std::address Contains a single address::length function Address std::type_name Allows runtime type reflection Type Reflection std::debug Contains debugging functions, which are available in only in test mode Debugging std::bit_vector Provides operations on bit vectors - std::fixed_point32 Provides the FixedPoint32 type -","breadcrumbs":"Syntax Basics » Standard Library » Most Common Modules","id":"108","title":"Most Common Modules"},"109":{"body":"Some of the modules are imported implicitly, and are available in the module without explicit use import. For Standard Library, these modules and types are: std::vector std::option std::option::Option","breadcrumbs":"Syntax Basics » Standard Library » Implicit Imports","id":"109","title":"Implicit Imports"},"11":{"body":"Emacs is a free and open source text editor. move-mode is a Move mode for Emacs by Ashok Menon .","breadcrumbs":"Before we begin » Set up your IDE » Emacs","id":"11","title":"Emacs"},"110":{"body":"The Move Standard Library can be imported to the package directly. However, std alone is not enough to build a meaningful application, as it does not provide any storage capabilities, and can't interact with the on-chain state. MoveStdlib = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/move-stdlib\", rev = \"framework/mainnet\" }","breadcrumbs":"Syntax Basics » Standard Library » Importing std without Sui Framework","id":"110","title":"Importing std without Sui Framework"},"111":{"body":"Vectors are a native way to store collections of elements in Move. They are similar to arrays in other programming languages, but with a few differences. In this section, we introduce the vector type and its operations.","breadcrumbs":"Syntax Basics » Vector » Vector","id":"111","title":"Vector"},"112":{"body":"The vector type is defined using the vector keyword followed by the type of the elements in angle brackets. The type of the elements can be any valid Move type, including other vectors. Move has a vector literal syntax that allows you to create vectors using the vector keyword followed by square brackets containing the elements (or no elements for an empty vector). // An empty vector of bool elements.\nlet empty: vector = vector[]; // A vector of u8 elements.\nlet v: vector = vector[10, 20, 30]; // A vector of vector elements.\nlet vv: vector> = vector[ vector[10, 20], vector[30, 40]\n]; The vector type is a built-in type in Move, and does not need to be imported from a module. However, vector operations are defined in the std::vector module, and you need to import the module to use them.","breadcrumbs":"Syntax Basics » Vector » Vector syntax","id":"112","title":"Vector syntax"},"113":{"body":"The standard library provides methods to manipulate vectors. The following are some of the most commonly used operations: push_back: Adds an element to the end of the vector. pop_back: Removes the last element from the vector. length: Returns the number of elements in the vector. is_empty: Returns true if the vector is empty. remove: Removes an element at a given index. let mut v = vector[10u8, 20, 30]; assert!(v.length() == 3, 0);\nassert!(!v.is_empty(), 1); v.push_back(40);\nlet last_value = v.pop_back(); assert!(last_value == 40, 2);","breadcrumbs":"Syntax Basics » Vector » Vector operations","id":"113","title":"Vector operations"},"114":{"body":"A vector of non-droppable types cannot be discarded. If you define a vector of types without drop ability, the vector value cannot be ignored. However, if the vector is empty, compiler requires an explicit call to destroy_empty function. /// A struct without `drop` ability. public struct NoDrop {} #[test] fun test_destroy_empty() { // Initialize a vector of `NoDrop` elements. let v = vector[]; // While we know that `v` is empty, we still need to call // the explicit `destroy_empty` function to discard the vector. v.destroy_empty(); }","breadcrumbs":"Syntax Basics » Vector » Destroying a Vector of non-droppable types","id":"114","title":"Destroying a Vector of non-droppable types"},"115":{"body":"Option is a type that represents an optional value which may or may not exist. The concept of Option in Move is borrowed from Rust, and it is a very useful primitive in Move. Option is defined in the Standard Library , and is defined as follows: File: move-stdlib/source/option.move /// Abstraction of a value that may or may not be present.\nstruct Option has copy, drop, store { vec: vector\n} The 'std::option' module is implicitly imported in every module, and you don't need to add an import. The Option is a generic type which takes a type parameter Element. It has a single field vec which is a vector of Element. Vector can have length 0 or 1, and this is used to represent the presence or absence of a value. Option type has two variants: Some and None. Some variant contains a value and None variant represents the absence of a value. The Option type is used to represent the absence of a value in a type-safe way, and it is used to avoid the need for empty or undefined values.","breadcrumbs":"Syntax Basics » Option » Option","id":"115","title":"Option"},"116":{"body":"To showcase why Option type is necessary, let's look at an example. Consider an application which takes a user input and stores it in a variable. Some fields are required, and some are optional. For example, a user's middle name is optional. While we could use an empty string to represent the absence of a middle name, it would require extra checks to differentiate between an empty string and a missing middle name. Instead, we can use the Option type to represent the middle name. module book::user_registry { use std::string::String; /// A struct representing a user record. public struct User has drop { first_name: String, middle_name: Option, last_name: String, } /// Create a new `User` struct with the given fields. public fun register( first_name: String, middle_name: Option, last_name: String, ): User { User { first_name, middle_name, last_name } }\n} In the example above, the middle_name field is of type Option. This means that the middle_name field can either contain a String value or be empty. This makes it clear that the middle name is optional, and it avoids the need for extra checks to differentiate between an empty string and a missing middle name.","breadcrumbs":"Syntax Basics » Option » In Practice","id":"116","title":"In Practice"},"117":{"body":"To use the Option type, you need to import the std::option module and use the Option type. You can then create an Option value using the some or none methods. // `option::some` creates an `Option` value with a value.\nlet mut opt = option::some(b\"Alice\"); // `option.is_some()` returns true if option contains a value.\nassert!(opt.is_some(), 1); // internal value can be `borrow`ed and `borrow_mut`ed.\nassert!(opt.borrow() == &b\"Alice\", 0); // `option.extract` takes the value out of the option, leaving the option empty.\nlet inner = opt.extract(); // `option.is_none()` returns true if option is None.\nassert!(opt.is_none(), 2);","breadcrumbs":"Syntax Basics » Option » Using Option","id":"117","title":"Using Option"},"118":{"body":"While Move does not have a built-in to represent strings, it does have a string module in the Standard Library that provides a String type. The string module represents UTF-8 encoded strings, and another module, ascii, provides an ASCII-only String type. Sui execution environment also allows Strings as transaction arguments, so in many cases, String does not to be constructed in the Transaction Block .","breadcrumbs":"Syntax Basics » String » String","id":"118","title":"String"},"119":{"body":"TODO: reference vector reference literals - Expression","breadcrumbs":"Syntax Basics » String » Bytestring Literal","id":"119","title":"Bytestring Literal"},"12":{"body":"Web based IDE from Github, can be run right in the browser and provides almost a full-featured VSCode experience. Github Codespaces Move Syntax is also available in the extensions marketplace.","breadcrumbs":"Before we begin » Set up your IDE » Github Codespaces","id":"12","title":"Github Codespaces"},"120":{"body":"No matter which type of string you use, it is important to know that strings are just bytes. The wrappers provided by the string and ascii modules are just that: wrappers. They do provide extra checks and functionality than a vector of bytes, but under the hood, they are just vectors of bytes. module book::custom_string { /// Anyone can implement a custom string-like type by wrapping a vector. public struct MyString { bytes: vector, } /// Implement a `from_bytes` function to convert a vector of bytes to a string. public fun from_bytes(bytes: vector): MyString { MyString { bytes } } /// Implement a `bytes` function to convert a string to a vector of bytes. public fun bytes(self: &MyString): &vector { &self.bytes }\n} Both standard types provide conversions from and to vectors of bytes.","breadcrumbs":"Syntax Basics » String » Strings are bytes","id":"120","title":"Strings are bytes"},"121":{"body":"While there are two types of strings in the standard library, the string module should be considered the default. It has native implementations of many common operations, and hence is more efficient than the ascii module. To create a string or perform operations on it, you must import the string module: module book::string_utf { use std::string; #[test] fun using_strings() { // strings are normally created using the `utf8` function let mut hello = string::utf8(b\"Hello\"); let world = string::utf8(b\", World!\"); // strings can be concatenated using the `append_utf8` function hello.append_utf8(*world.bytes()); // mutates the value // just like any other type, strings can be compared assert!(hello == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » Working with UTF-8 Strings","id":"121","title":"Working with UTF-8 Strings"},"122":{"body":"The default utf8 method is potentially unsafe, as it does not check that the bytes passed to it are valid UTF-8. If you are not sure that the bytes you are passing are valid UTF-8, you should use the try_utf8 method instead. It returns an Option, which is None if the bytes are not valid UTF-8: The try_* pattern is used throughout the standard library to indicate that a function may fail. For more information, see the Error Handling section. module book::string_safe_utf { use std::string; #[test] fun safe_strings() { // this is a valid UTF-8 string let hello = string::try_utf8(b\"Hello\"); assert!(hello.is_some(), 0); // abort if the value is not valid UTF-8 // this is not a valid UTF-8 string let invalid = string::try_utf8(b\"\\xFF\"); assert!(invalid.is_none(), 0); // abort if the value is valid UTF-8 }\n}","breadcrumbs":"Syntax Basics » String » Safe UTF-8 Operations","id":"122","title":"Safe UTF-8 Operations"},"123":{"body":"TODO: ASCII strings module book::string_ascii { // use std::ascii::String; #[test] fun using_strings() { // strings are normally created using the `utf8` function // let mut hello = string::utf8(b\"Hello\"); // let world = string::utf8(b\", World!\"); // // strings can be concatenated using the `append_utf8` function // let hello_world = hello.append_utf8(*world.bytes()); // // just like any other type, strings can be compared // assert!(hello_world == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » ASCII Strings","id":"123","title":"ASCII Strings"},"124":{"body":"TODO: summary","breadcrumbs":"Syntax Basics » String » Summary","id":"124","title":"Summary"},"125":{"body":"Control flow statements are used to control the flow of execution in a program. They are used to make decisions, to repeat a block of code, and to exit a block of code early. Move has the following control flow statements (explained in detail below): if and if-else - making decisions on whether to execute a block of code loop and while loops - repeating a block of code break and continue statements - exiting a loop early return statement - exiting a function early","breadcrumbs":"Syntax Basics » Control Flow » Control Flow","id":"125","title":"Control Flow"},"126":{"body":"The if expression is used to make decisions in a program. It evaluates a boolean expression and executes a block of code if the expression is true. Paired with else, it can execute a different block of code if the expression is false. The syntax for the if expression is: if () ;\nif () else ; Just like any other expression, if requires a semicolon, if there are other expressions following it. The else keyword is optional, except for the case when the resulting value is assigned to a variable. We will cover this below. #[test] fun test_if() { let x = 5; // `x > 0` is a boolean expression. if (x > 0) { std::debug::print(&b\"X is bigger than 0\".to_string()) }; } Let's see how we can use if and else to assign a value to a variable: #[test] fun test_if_else() { let x = 5; let y = if (x > 0) { 1 } else { 0 }; assert!(y == 1, 0); } Here we assign the value of the if expression to the variable y. If x is greater than 0, y will be assigned the value 1, otherwise 0. The else block is necessary, because both branches must return a value of the same type. If we omit the else block, the compiler will throw an error. Conditional expressions are one of the most important control flow statements in Move. They can use either user provided input or some already stored data to make decisions. In particular, they are used in the assert! macro to check if a condition is true, and if not, to abort execution. We will get to it very soon!","breadcrumbs":"Syntax Basics » Control Flow » Conditional Statements","id":"126","title":"Conditional Statements"},"127":{"body":"Loops are used to execute a block of code multiple times. Move has two built-in types of loops: loop and while. In many cases they can be used interchangeably, but usually while is used when the number of iterations is known in advance, and loop is used when the number of iterations is not known in advance or there are multiple exit points. Loops are helpful when dealing with collections, such as vectors, or when we want to repeat a block of code until a certain condition is met. However, it is important to be careful with loops, as they can lead to infinite loops, which can lead to gas exhaustion and the transaction being aborted.","breadcrumbs":"Syntax Basics » Control Flow » Repeating Statements with Loops","id":"127","title":"Repeating Statements with Loops"},"128":{"body":"The while statement is used to execute a block of code as long as a boolean expression is true. Just like we've seen with if, the boolean expression is evaluated before each iteration of the loop. Just like conditional statements, the while loop is an expression and requires a semicolon if there are other expressions following it. The syntax for the while loop is: while () { ; }; Here is an example of a while loop with a very simple condition: // This function iterates over the `x` variable until it reaches 10, the // return value is the number of iterations it took to reach 10. // // If `x` is 0, then the function will return 10. // If `x` is 5, then the function will return 5. fun while_loop(mut x: u8): u8 { let mut y = 0; // This will loop until `x` is 10. // And will never run if `x` is 10 or more. while (x < 10) { y = y + 1; x = x + 1; }; y } #[test] fun test_while() { assert!(while_loop(0) == 10, 0); // 10 times assert!(while_loop(5) == 5, 0); // 5 times assert!(while_loop(10) == 0, 0); // loop never executed }","breadcrumbs":"Syntax Basics » Control Flow » The while loop","id":"128","title":"The while loop"},"129":{"body":"Now let's imagine a scenario where the boolean expression is always true. For example, if we literally passed true to the while condition. As you might expect, this would create an infinite loop, and this is almost what the loop statement works like. #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_while() { let mut x = 0; // This will loop forever. while (true) { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } An infinite while, or while without a condition, is a loop. The syntax for it is simple: loop { ; }; Let's rewrite the previous example using loop instead of while: #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_loop() { let mut x = 0; // This will loop forever. loop { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } Infinite loops on their own are not very useful in Move, since every operation in Move costs gas, and an infinite loop will lead to gas exhaustion. However, they can be used in combination with break and continue statements to create more complex loops.","breadcrumbs":"Syntax Basics » Control Flow » Infinite loop","id":"129","title":"Infinite loop"},"13":{"body":"Move 2024 is the new version of the Move language that is maintained by Mysten Labs. All of the examples in this book are written in Move 2024. If you're used to the pre-2024 version of Move, please, refer to the Move 2024 Migration Guide to learn about the differences between the two versions.","breadcrumbs":"Before we begin » Move 2024 » Move 2024","id":"13","title":"Move 2024"},"130":{"body":"As we already mentioned, infinite loops are rather useless on their own. And that's where we introduce the break and continue statements. They are used to exit a loop early, and to skip the rest of the current iteration, respectively. Syntax for the break statement is (without a semicolon): break The break statement is used to stop the execution of a loop and exit it early. It is often used in combination with a conditional statement to exit the loop when a certain condition is met. To illustrate this point, let's turn the infinite loop from the previous example into something that looks and behaves more like a while loop: #[test] fun test_break_loop() { let mut x = 0; // This will loop until `x` is 5. loop { x = x + 1; // If `x` is 5, then exit the loop. if (x == 5) { break // Exit the loop. } }; assert!(x == 5, 0); } Almost identical to the while loop, right? The break statement is used to exit the loop when x is 5. If we remove the break statement, the loop will run forever, just like the previous example.","breadcrumbs":"Syntax Basics » Control Flow » Exiting a Loop Early","id":"130","title":"Exiting a Loop Early"},"131":{"body":"The continue statement is used to skip the rest of the current iteration and start the next one. Similarly to break, it is used in combination with a conditional statement to skip the rest of the iteration when a certain condition is met. Syntax for the continue statement is (without a semicolon): continue The example below skips odd numbers and prints only even numbers from 0 to 10: #[test] fun test_continue_loop() { let mut x = 0; // This will loop until `x` is 10. loop { x = x + 1; // If `x` is odd, then skip the rest of the iteration. if (x % 2 == 1) { continue // Skip the rest of the iteration. }; std::debug::print(&x); // If `x` is 10, then exit the loop. if (x == 10) { break // Exit the loop. } }; assert!(x == 10, 0); // 10 } break and continue statements can be used in both while and loop loops.","breadcrumbs":"Syntax Basics » Control Flow » Skipping an Iteration","id":"131","title":"Skipping an Iteration"},"132":{"body":"The return statement is used to exit a function early and return a value. It is often used in combination with a conditional statement to exit the function when a certain condition is met. The syntax for the return statement is: return Here is an example of a function that returns a value when a certain condition is met: /// This function returns `true` if `x` is greater than 0 and not 5, /// otherwise it returns `false`. fun is_positive(x: u8): bool { if (x == 5) { return false }; if (x > 0) { return true }; false } #[test] fun test_return() { assert!(is_positive(5) == false, 0); assert!(is_positive(0) == false, 0); assert!(is_positive(1) == true, 0); } Unlike in other languages, the return statement is not required for the last expression in a function. The last expression in a function block is automatically returned. However, the return statement is useful when we want to exit a function early if a certain condition is met.","breadcrumbs":"Syntax Basics » Control Flow » Early Return","id":"132","title":"Early Return"},"133":{"body":"Constants are immutable values that are defined at the module level. They often serve as a way to give names to values that are used throughout a module. For example, if there's a default price for a product, you might define a constant for it. Constants are internal to the module and can not be accessed from other modules. module book::shop_price { use sui::coin::Coin; use sui::sui::SUI; /// The price of an item in the shop. const ITEM_PRICE: u64 = 100; /// The owner of the shop, an address. const SHOP_OWNER: address = @0xa11ce; /// An item sold in the shop. public struct Item { /* ... */ } /// Purchase an item from the shop. public fun purchase(coin: Coin): Item { assert!(coin.value() == ITEM_PRICE, 0); transfer::public_transfer(coin, SHOP_OWNER); Item { /* ... */ } }\n}","breadcrumbs":"Syntax Basics » Constants » Constants","id":"133","title":"Constants"},"134":{"body":"Constants are named using UPPER_SNAKE_CASE. This is a convention that is used throughout the Move codebase. It's a way to make constants stand out from other identifiers in the code. Move compiler will error if the first letter of a constant is not an uppercase letter.","breadcrumbs":"Syntax Basics » Constants » Naming Convention","id":"134","title":"Naming Convention"},"135":{"body":"Constants can't be changed and assigned new values. They are part of the package bytecode, and inherently immutable. module book::immutable_constants { const ITEM_PRICE: u64 = 100; // emits an error fun change_price() { ITEM_PRICE = 200; }\n}","breadcrumbs":"Syntax Basics » Constants » Constants are Immutable","id":"135","title":"Constants are Immutable"},"136":{"body":"","breadcrumbs":"Syntax Basics » Assert and Abort » Assert and Abort","id":"136","title":"Assert and Abort"},"137":{"body":"The abort keyword is used to abort the execution of a transaction. It is used in combination with an abort code, which will be returned to the caller of the transaction. The abort code is an integer of type u64 and can be any value. let user_has_access = true; // abort with a predefined constant if `user_has_access` is false\nif (!user_has_access) { abort 0\n}; // there's an alternative syntax using parenthesis`\nif (user_has_access) { abort(1)\n}; The code above will, of course, abort with abort code 1.","breadcrumbs":"Syntax Basics » Assert and Abort » Abort","id":"137","title":"Abort"},"138":{"body":"The assert! macro is a built-in macro that can be used to assert a condition. If the condition is false, the transaction will abort with the given abort code. The assert! macro is a convenient way to abort a transaction if a condition is not met. The macro shortens the code otherwise written with an if expression + abort. // aborts if `user_has_access` is `false` with abort code 0\nassert!(user_has_access, 0); // expands into:\nif (!user_has_access) { abort 0\n};","breadcrumbs":"Syntax Basics » Assert and Abort » assert!","id":"138","title":"assert!"},"139":{"body":"To make error codes more descriptive, it is a good practice to define error constants. Error constants are defined as const declarations and are usually prefixed with E followed by a camel case name. Error constatns are no different from other constants and don't have special handling. So their addition is purely a practice for better code readability. /// Error code for when the user has no access.\nconst ENoAccess: u64 = 0;\n/// Trying to access a field that does not exist.\nconst ENoField: u64 = 1; /// Updates a record.\npublic fun update_record(/* ... , */ user_has_access: bool, field_exists: bool) { // asserts are way more readable now assert!(user_has_access, ENoAccess); assert!(field_exists, ENoField); /* ... */\n}","breadcrumbs":"Syntax Basics » Assert and Abort » Error constants","id":"139","title":"Error constants"},"14":{"body":"In this section you'll get to experience the Move language and the Move compiler first-hand. You'll learn how to create a package, write a simple module, test it and generate documentation. You can also use this section as a quick CLI reference for your own projects. This guide mentions topics which you will learn later in this book. If you are not familiar with some of the concepts, don't worry, you'll learn them later. Try to focus on the task at hand and don't get distracted by the details. It is important that you have a working Move environment. If you haven't set it up yet, please refer to the Install Sui section. This section is divided into the following parts (in order): Hello World Adding Tests Debugging Generating Docs","breadcrumbs":"Your First Move » Your first Move","id":"14","title":"Your first Move"},"140":{"body":"We suggest reading the Better Error Handling guide to learn about best practices for error handling in Move.","breadcrumbs":"Syntax Basics » Assert and Abort » Further reading","id":"140","title":"Further reading"},"141":{"body":"Functions are the building blocks of Move programs. They are called from user transactions and from other functions and group executable code into reusable units. Functions can take arguments and return a value. They are declared with the fun keyword at the module level. Just like any other module member, by default they're private and can only be accessed from within the module. module book::math { /// Function takes two arguments of type `u64` and returns their sum. /// The `public` visibility modifier makes the function accessible from /// outside the module. public fun add(a: u64, b: u64): u64 { a + b } #[test] fun test_add() { let sum = add(1, 2); assert!(sum == 3, 0); }\n} In this example, we define a function add that takes two arguments of type u64 and returns their sum. The function is called from the test_add function, which is a test function located in the same module. In the test we compare the result of the add function with the expected value and abort the execution if the result is different.","breadcrumbs":"Syntax Basics » Function » Function","id":"141","title":"Function"},"142":{"body":"There's a convention to call functions in Move with the snake_case naming convention. This means that the function name should be all lowercase with words separated by underscores. For example, do_something, add, get_balance, is_authorized, and so on. A function is declared with the fun keyword followed by the function name (a valid Move identifier), a list of arguments in parentheses, and a return type. The function body is a block of code that contains a sequence of statements and expressions. The last expression in the function body is the return value of the function. fun return_nothing() { // empty expression, function returns `()`\n}","breadcrumbs":"Syntax Basics » Function » Function declaration","id":"142","title":"Function declaration"},"143":{"body":"Just like any other module member, functions can be imported and accessed via a path. The path consists of the module path and the function name separated by ::. For example, if you have a function called add in the math module in the book package, the path to it will be book::math::add, or, if the module is imported, math::add. module book::use_math { use book::math; fun call_add() { // function is called via the path let sum = math::add(1, 2); }\n}","breadcrumbs":"Syntax Basics » Function » Accessing functions","id":"143","title":"Accessing functions"},"144":{"body":"Move functions can return multiple values, which is useful when you need to return more than one value from a function. The return type of the function is a tuple of types. The return value is a tuple of expressions. fun get_name_and_age(): (vector, u8) { (b\"John\", 25)\n} Result of a function call with tuple return has to be unpacked into variables via let (tuple) syntax: // Tuple must be destructured to access its elements.\n// Name and age are declared as immutable variables.\nlet (name, age) = get_name_and_age();\nassert!(name == b\"John\", 0);\nassert!(age == 25, 0); If any of the declared values need to be declared as mutable, the mut keyword is placed before the variable name: // declare name as mutable, age as immutable\nlet (mut name, age) = get_name_and_age(); If some of the arguments are not used, they can be ignored with the _ symbol: // ignore the name, only use the age\nlet (_, age) = get_name_and_age();","breadcrumbs":"Syntax Basics » Function » Multiple return values","id":"144","title":"Multiple return values"},"145":{"body":"Move Compiler supports receiver syntax , which allows defining methods which can be called on instances of a struct. This is similar to the method syntax in other programming languages. It is a convenient way to define functions which operate on the fields of a struct.","breadcrumbs":"Syntax Basics » Struct Methods » Struct Methods","id":"145","title":"Struct Methods"},"146":{"body":"If the first argument of a function is a struct internal to the module, then the function can be called using the . operator. If the function uses a struct from another module, then method won't be associated with the struct by default. In this case, the function can be called using the standard function call syntax. When a module is imported, the methods are automatically associated with the struct. module book::hero { /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } /// A method which casts a spell, consuming mana. public fun heal_spell(hero: &mut Hero) { hero.health = hero.health + 10; hero.mana = hero.mana - 10; } /// A method which returns the health of the hero. public fun health(hero: &Hero): u8 { hero.health } /// A method which returns the mana of the hero. public fun mana(hero: &Hero): u8 { hero.mana } #[test] // Test the methods of the `Hero` struct. fun test_methods() { let mut hero = new(); hero.heal_spell(); assert!(hero.health() == 110, 1); assert!(hero.mana() == 90, 2); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Method syntax","id":"146","title":"Method syntax"},"147":{"body":"For modules that define multiple structs and their methods, it is possible to define method aliases to avoid name conflicts, or to provide a better-named method for a struct. The syntax for aliases is: // for local method association\nuse fun as .; // exported alias\npublic use fun as .; Public aliases are only allowed for structs defined in the same module. If a struct is defined in another module, an alias can still be created but cannot be made public. In the example below, we changed the hero module and added another type - Villain. Both Hero and Villain have similar field names and methods. And to avoid name conflicts, we prefixed methods with hero_ and villain_ respectively. However, we can create aliases for these methods so that they can be called on the instances of the structs without the prefix. module book::hero_and_villain { /// A struct representing a hero. public struct Hero has drop { health: u8, } /// A struct representing a villain. public struct Villain has drop { health: u8, } /// Create a new Hero. public fun new_hero(): Hero { Hero { health: 100 } } /// Create a new Villain. public fun new_villain(): Villain { Villain { health: 100 } } // Alias for the `hero_health` method. Will be imported automatically when // the module is imported. public use fun hero_health as Hero.health; public fun hero_health(hero: &Hero): u8 { hero.health } // Alias for the `villain_health` method. Will be imported automatically // when the module is imported. public use fun villain_health as Villain.health; public fun villain_health(villain: &Villain): u8 { villain.health } #[test] // Test the methods of the `Hero` and `Villain` structs. fun test_associated_methods() { let hero = new_hero(); assert!(hero.health() == 100, 1); let villain = new_villain(); assert!(villain.health() == 100, 3); }\n} As you can see, in the test function, we called the health method on the instances of Hero and Villain without the prefix. The compiler will automatically associate the methods with the structs.","breadcrumbs":"Syntax Basics » Struct Methods » Method Aliases","id":"147","title":"Method Aliases"},"148":{"body":"It is also possible to associate a function defined in another module with a struct from the current module. Following the same approach, we can create an alias for the method defined in another module. Let's use the bcs::to_bytes method from the Standard Library and associate it with the Hero struct. It will allow serializing the Hero struct to a vector of bytes. // TODO: better example (external module...)\nmodule book::hero_to_bytes { // Alias for the `bcs::to_bytes` method. Imported aliases should be defined // in the top of the module. // public use fun bcs::to_bytes as Hero.to_bytes; /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } #[test] // Test the methods of the `Hero` struct. fun test_hero_serialize() { // let mut hero = new(); // let serialized = hero.to_bytes(); // assert!(serialized.length() == 3, 1); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Aliasing an external module's method","id":"148","title":"Aliasing an external module's method"},"149":{"body":"Every module member has a visibility. By default, all module members are private - meaning they are only accessible within the module they are defined in. However, you can add a visibility modifier to make a module member public - visible outside the module, or friend - visible in \"friend\" modules within the same package, or entry - can be called from a transaction but can't be called from other modules.","breadcrumbs":"Syntax Basics » Visibility Modifiers » Visibility Modifiers","id":"149","title":"Visibility Modifiers"},"15":{"body":"It's time to write your first Move program. We'll start with the classic \"Hello World\" program which returns a String.","breadcrumbs":"Your First Move » Hello World! » Hello World","id":"15","title":"Hello World"},"150":{"body":"A function or a struct defined in a module which has no visibility modifier is private . module book::internal_visbility { // This function can be called from other functions in the same module fun internal() { /* ... */ } // Same module -> can call internal() fun call_internal() { internal(); }\n} Move compiler won't allow this code to compile: module book::try_calling_internal { use book::internal_visbility; // Different module -> can't call internal() fun try_calling_internal() { internal_visbility::internal(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Internal Visibility","id":"150","title":"Internal Visibility"},"151":{"body":"A struct or a function can be made public by adding the public keyword before the fun or struct keyword. module book::public_visibility { // This function can be called from other modules public fun public() { /* ... */ }\n} A public function can be imported and called from other modules. The following code will compile: module book::try_calling_public { use book::public_visibility; // Different module -> can call public() fun try_calling_public() { public_visibility::public(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Public Visibility","id":"151","title":"Public Visibility"},"152":{"body":"Modules within the same package can be declared as friends to each other, and that enables the friend visibility modifier. A function with friend visibility can be called by friend modules. However, to the rest of the packages and non-friend modules, it is private . module book::friend_visibility { friend book::try_calling_friend; // This function can be called from friend modules public(friend) fun friend_only() { /* ... */ }\n} A friend function can be called from a friend module, but not from a non-friend module: module book::try_calling_friend { use book::friend_visibility; // Same package, friend module -> can call friend() fun try_calling_friend() { friend_visibility::friend_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Friend Visibility","id":"152","title":"Friend Visibility"},"153":{"body":"This feature of Move 2024 is not yet implemented. Move 2024 introduces the package visibility modifier. A function with package visibility can be called from any module within the same package. It can't be called from other packages. module book::package_visibility { public(package) fun package_only() { /* ... */ }\n} A package function can be called from any module within the same package: module book::try_calling_package { use book::package_visibility; // Same package `book` -> can call package_only() fun try_calling_package() { package_visibility::package_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Package Visibility","id":"153","title":"Package Visibility"},"154":{"body":"Every variable in Move has a scope and an owner. The scope is the range of code where the variable is valid, and the owner is the scope that this variable belongs to. Once the owner scope ends, the variable is dropped. This is a fundamental concept in Move, and it is important to understand how it works.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership and Scope","id":"154","title":"Ownership and Scope"},"155":{"body":"A variable defined in a function scope is owned by this scope. The runtime goes through the function scope and executes every expression and statement. Once the function scope end, the variables defined in it are dropped or deallocated. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function } // a is dropped here #[test] fun test_owner() { owner(); // a is not valid here }\n} In the example above, the variable a is owned by the owner function, and the variable b is owned by the other function. When each of these functions are called, the variables are defined, and when the function ends, the variables are discarded.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership","id":"155","title":"Ownership"},"156":{"body":"If we changed the owner function to return the variable a, then the ownership of a would be transferred to the caller of the function. module book::ownership { public fun owner(): u8 { let a = 1; // a defined here a // scope ends, a is returned } #[test] fun test_owner() { let a = owner(); // a is valid here } // a is dropped here\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Returning a Value","id":"156","title":"Returning a Value"},"157":{"body":"Additionally, if we passed the variable a to another function, the ownership of a would be transferred to this function. When performing this operation, we move the value from one scope to another. This is also called move semantics . module book::ownership { public fun owner(): u8 { let a = 10; a } // a is returned public fun take_ownership(v: u8) { // v is owned by `take_ownership` } // v is dropped here #[test] fun test_owner() { let a = owner(); take_ownership(a); // a is not valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Passing by Value","id":"157","title":"Passing by Value"},"158":{"body":"Function has a main scope, and it can also have sub-scopes via the use of blocks. A block is a sequence of statements and expressions, and it has its own scope. Variables defined in a block are owned by this block, and when the block ends, the variables are dropped. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function's scope { let b = 2; // b is owned by the block { let c = 3; // c is owned by the block }; // c is dropped here }; // b is dropped here // a = b; // error: b is not valid here // a = c; // error: c is not valid here } // a is dropped here\n} However, shall we use the return value of a block, the ownership of the variable is transferred to the caller of the block. module book::ownership { public fun owner(): u8 { let a = 1; // a is owned by the `owner` function's scope let b = { let c = 2; // c is owned by the block c // c is returned }; // c is dropped here a + b // both a and b are valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Scopes with Blocks","id":"158","title":"Scopes with Blocks"},"159":{"body":"Some types in Move are copyable , which means that they can be copied without transferring the ownership. This is useful for types that are small and cheap to copy, such as integers and booleans. Move compiler will automatically copy these types when they are passed to a function or returned from a function, or when they're moved to a scope and then accessed in their original scope.","breadcrumbs":"Syntax Basics » Ownership and Scope » Copyable Types","id":"159","title":"Copyable Types"},"16":{"body":"First, you need to initialize a new project. Assuming you have Sui installed , run the following command: $ sui move new hello_world Sui CLI has a move subcommand which is used to work with Move packages. The new subcommand creates a new package with the given name in a new directory. In our case, the package name is hello_world, and it is located in the hello_world directory. To make sure that the package was created successfully, we can check the contents of the current directory, and see that there is a new hello_world path. $ ls | grep hello_world\nhello_world If the output looks like this, then everything is fine, and we can proceed. The folder structure of the package is the folowing: hello_world\n├── Move.toml\n├── src/\n│ └── hello_world.move\n└── tests/ └── hello_world_tests.move The address I'm using in this book is always 0x0 and the name for it is \"book\". You can use any address you want, but make sure to change it in the examples. To make the examples work as is, please, add the following address to the [addresses] section in the Move.toml: # Move.toml\n[addresses]\nstd = \"0x1\"\nbook = \"0x0\"","breadcrumbs":"Your First Move » Hello World! » Initialize a project","id":"16","title":"Initialize a project"},"160":{"body":"In Move, the copy ability on a type indicates that the instance or the value of the type can be copied. While this behavior may feel very natural when working with numbers or other simple types, it is not the default for custom types in Move. This is because Move is designed to express digital assets and resources, and inability to copy is a key element of the resource model. However, Move type system allows you to define custom types with the copy ability. public struct Copyable has copy {} In the example above, we define a custom type Copyable with the copy ability. This means that instances of Copyable can be copied, both implicitly and explicitly. let a = Copyable {};\nlet b = a; // `a` is copied to `b`\nlet c = *&b; // explicit copy via dereference operator In the example above, a is copied to b implicitly, and then explicitly copied to c using the dereference operator. If Copyable did not have the copy ability, the code would not compile, and the Move compiler would raise an error.","breadcrumbs":"Syntax Basics » Abilities: Copy » Abilities: Copy","id":"160","title":"Abilities: Copy"},"161":{"body":"The copy ability is closely related to drop ability . If a type has the copy ability, very likely that it should have drop too. This is because the drop ability is required to clean up the resources when the instance is no longer needed. If a type has only copy , then managing its instances gets more complicated, as the values cannot be ignored. public struct Value has copy, drop {} All of the primitive types in Move behave as if they have the copy and drop abilities. This means that they can be copied and dropped, and the Move compiler will handle the memory management for them.","breadcrumbs":"Syntax Basics » Abilities: Copy » Copying and Drop","id":"161","title":"Copying and Drop"},"162":{"body":"In the Ownership and Scope section, we explained that when a value is passed to a function, it is moved to the function's scope. This means that the function becomes the owner of the value, and the original scope (owner) can no longer use it. This is an important concept in Move, as it ensures that the value is not used in multiple places at the same time. However, there are use cases when we want to pass a value to a function but retain the ownership. This is where references come into play. To illustrate this, let's consider a simple example - an application for a metro (subway) pass. We will look at 4 different scenarios: Card can be purchased at the kiosk for a fixed price Card can be shown to inspectors to prove that the passenger has a valid pass Card can be used at the turnstile to enter the metro, and spend a ride Card can be recycled once it's empty On this page we use pre-2024 syntax for better visibility. The result utilizing the 2024 syntax is shown in the end of the page .","breadcrumbs":"Syntax Basics » References » References","id":"162","title":"References"},"163":{"body":"The initial layout of the metro pass application is simple. We define the Card type and the USES constant that represents the number of rides for a single card. We also add an error constant for the case when the card is empty. module book::metro_pass { /// Error code for when the card is empty. const ENoUses: u64 = 0; /// Number of uses for a metro pass card. const USES: u8 = 3; /// A metro pass card public struct Card { uses: u8 } /// Purchase a metro pass card. public fun purchase(/* pass a Coin */): Card { Card { uses: USES } }\n}","breadcrumbs":"Syntax Basics » References » Layout","id":"163","title":"Layout"},"164":{"body":"References are a way to show a value to a function without giving up the ownership. In our case, when we show the Card to the inspector, we don't want to give up the ownership of it, and we don't allow them to spend the rides. We just want to allow reading the value of the Card and prove its ownership. To do so, in the function signature, we use the & symbol to indicate that we are passing a reference to the value, not the value itself. /// Show the metro pass card to the inspector. public fun is_valid(card: &Card): bool { card.uses > 0 } Now the function can't take the ownership of the card, and it can't spend the rides. But it can read its value. Worth noting, that a signature like this makes it impossible to call the function without a Card at all. This is an important property which allows the Capability Pattern which we will cover in the next chapters.","breadcrumbs":"Syntax Basics » References » Reference","id":"164","title":"Reference"},"165":{"body":"In some cases, we want to allow the function to change the value of the Card. For example, when we use the Card at the turnstile, we want to spend a ride. To implement it, we use the &mut keyword in the function signature. /// Use the metro pass card at the turnstile to enter the metro. public fun enter_metro(card: &mut Card) { assert!(card.uses > 0, ENoUses); card.uses = card.uses - 1; } As you can see in the function body, the &mut reference allows mutating the value, and the function can spend the rides.","breadcrumbs":"Syntax Basics » References » Mutable Reference","id":"165","title":"Mutable Reference"},"166":{"body":"Lastly, let's give an illustration of what happens when we pass the value itself to the function. In this case, the function takes the ownership of the value, and the original scope can no longer use it. The owner of the Card can recycle it, and, hence, lose the ownership. /// Recycle the metro pass card. public fun recycle(card: Card) { assert!(card.uses == 0, ENoUses); let Card { uses: _ } = card; } In the recycle function, the Card is taken by value and can be unpacked and destroyed. The original scope can't use it anymore.","breadcrumbs":"Syntax Basics » References » Passing by Value","id":"166","title":"Passing by Value"},"167":{"body":"To illustrate the full flow of the application, let's put all the pieces together in a test. #[test] fun test_card_2024() { // declaring variable as mutable because we modify it let mut card = purchase(); card.enter_metro(); // modify the card but don't move it assert!(card.is_valid(), 0); // read the card! card.enter_metro(); // modify the card but don't move it card.enter_metro(); // modify the card but don't move it card.recycle(); // move the card out of the scope }","breadcrumbs":"Syntax Basics » References » Full Example","id":"167","title":"Full Example"},"168":{"body":"Generics are a way to define a type or function that can work with any type. This is useful when you want to write a function which can be used with different types, or when you want to define a type that can hold any other type. Generics are the foundation of many advanced features in Move, such as collections, abstract implementations, and more.","breadcrumbs":"Syntax Basics » Generics » Generics","id":"168","title":"Generics"},"169":{"body":"In this chapter we already mentioned the vector type, which is a generic type that can hold any other type. Another example of a generic type in the standard library is the Option type, which is used to represent a value that may or may not be present.","breadcrumbs":"Syntax Basics » Generics » In the Standard Library","id":"169","title":"In the Standard Library"},"17":{"body":"Let's create a new module called hello_world. To do so, create a new file in the sources folder called hello_world.move. So that the structure looks like this: sources/ hello_world.move\nMove.toml And then add the following code to the hello_world.move file: // sources/hello_world.move\nmodule book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") }\n} While it's not a hard restriction, it's is considered a good practice to name the module the same as the file. So, in our case, the module name is hello_world and the file name is hello_world.move. The module name and function names should be in snake_case - all lowercase letters with underscores between words. You can read more about coding conventions in the Coding Conventions section.","breadcrumbs":"Your First Move » Hello World! » Create a module","id":"17","title":"Create a module"},"170":{"body":"To define a generic type or function, a type signature needs to have a list of generic parameters enclosed in angle brackets (< and >). The generic parameters are separated by commas. /// Container for any type `T`.\npublic struct Container has drop { value: T,\n} /// Function that creates a new `Container` with a generic value `T`.\npublic fun new(value: T): Container { Container { value }\n} In the example above, Container is a generic type with a single type parameter T, the value field of the container stores the T. The new function is a generic function with a single type parameter T, and it returns a Container with the given value. Generic types must be initialed with a concrete type, and generic functions must be called with a concrete type. #[test]\nfun test_container() { // these three lines are equivalent let container: Container = new(10); // type inference let container = new(10); // create a new `Container` with a `u8` value let container = new(10u8); assert!(container.value == 10, 0x0); // Value can be ignored only if it has the `drop` ability. let Container { value: _ } = container;\n} In the test function test_generic we demonstrate three equivalent ways to create a new Container with a u8 value. Because numeric types need to be inferred, we specify the type of the number literal.","breadcrumbs":"Syntax Basics » Generics » Generic Syntax","id":"170","title":"Generic Syntax"},"171":{"body":"You can define a type or function with multiple type parameters. The type parameters are then separated by commas. /// A pair of values of any type `T` and `U`.\npublic struct Pair { first: T, second: U,\n} /// Function that creates a new `Pair` with two generic values `T` and `U`.\npublic fun new_pair(first: T, second: U): Pair { Pair { first, second }\n} In the example above, Pair is a generic type with two type parameters T and U, and the new_pair function is a generic function with two type parameters T and U. The function returns a Pair with the given values. The order of the type parameters is important, and it should match the order of the type parameters in the type signature. #[test]\nfun test_generic() { // these three lines are equivalent let pair_1: Pair = new_pair(10, true); // type inference let pair_2 = new_pair(10, true); // create a new `Pair` with a `u8` and `bool` values let pair_3 = new_pair(10u8, true); assert!(pair_1.first == 10, 0x0); assert!(pair_1.second, 0x0); // Unpacking is identical. let Pair { first: _, second: _ } = pair_1; let Pair { first: _, second: _ } = pair_2; let Pair { first: _, second: _ } = pair_3; } If we added another instance where we swapped type parameters in the new_pair function, and tried to compare two types, we'd see that the type signatures are different, and cannot be compared. #[test]\nfun test_swap_type_params() { let pair1: Pair = new_pair(10u8, true); let pair2: Pair = new_pair(true, 10u8); // this line will not compile // assert!(pair1 == pair2, 0x0); let Pair { first: pf1, second: ps1 } = pair1; // first1: u8, second1: bool let Pair { first: pf2, second: ps2 } = pair2; // first2: bool, second2: u8 assert!(pf1 == ps2, 0x0); // 10 == 10 assert!(ps1 == pf2, 0x0); // true == true\n} Types for variables pair1 and pair2 are different, and the comparison will not compile.","breadcrumbs":"Syntax Basics » Generics » Multiple Type Parameters","id":"171","title":"Multiple Type Parameters"},"172":{"body":"In the examples above we focused on instantiating generic types and calling generic functions to create instances of these types. However, the real power of generics is the ability to define shared behavior for the base, generic type, and then use it independently of the concrete types. This is especially useful when working with collections, abstract implementations, and other advanced features in Move. /// A user record with name, age, and some generic metadata\npublic struct User { name: String, age: u8, /// Varies depending on application. metadata: T,\n} In the example above, User is a generic type with a single type parameter T, with shared fields name and age, and the generic metadata field which can store any type. No matter what the metadata is, all of the instances of User will have the same fields and methods. /// Updates the name of the user.\npublic fun update_name(user: &mut User, name: String) { user.name = name;\n} /// Updates the age of the user.\npublic fun update_age(user: &mut User, age: u8) { user.age = age;\n}","breadcrumbs":"Syntax Basics » Generics » Why Generics?","id":"172","title":"Why Generics?"},"173":{"body":"In some cases, you may want to define a generic type with a type parameter that is not used in the fields or methods of the type. This is called a phantom type parameter . Phantom type parameters are useful when you want to define a type that can hold any other type, but you want to enforce some constraints on the type parameter. /// A generic type with a phantom type parameter.\npublic struct Coin { value: u64\n} The Coin type here does not contain any fields or methods that use the type parameter T. It is used to differentiate between different types of coins, and to enforce some constraints on the type parameter T. public struct USD {}\npublic struct EUR {} #[test]\nfun test_phantom_type() { let coin1: Coin = Coin { value: 10 }; let coin2: Coin = Coin { value: 20 }; // Unpacking is identical because the phantom type parameter is not used. let Coin { value: _ } = coin1; let Coin { value: _ } = coin2;\n} In the example above, we demonstrate how to create two different instances of Coin with different phantom type parameters USD and EUR. The type parameter T is not used in the fields or methods of the Coin type, but it is used to differentiate between different types of coins. It will make sure that the USD and EUR coins are not mixed up.","breadcrumbs":"Syntax Basics » Generics » Phantom Type Parameters","id":"173","title":"Phantom Type Parameters"},"174":{"body":"Type parameters can be constrained to have certain abilities. This is useful when you need the inner type to allow certain behavior, such as copy or drop . The syntax for constraining a type parameter is T: + . /// A generic type with a type parameter that has the `drop` ability.\npublic struct Droppable { value: T,\n} /// A generic struct with a type parameter that has the `copy` and `drop` abilities.\npublic struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities\n} Move Compiler will enforce that the type parameter T has the specified abilities. If the type parameter does not have the specified abilities, the code will not compile. /// Type without any abilities.\npublic struct NoAbilities {} #[test]\nfun test_constraints() { // Fails - `NoAbilities` does not have the `drop` ability // let droppable = Droppable { value: 10 }; // Fails - `NoAbilities` does not have the `copy` and `drop` abilities // let copyable_droppable = CopyableDroppable { value: 10 };\n}","breadcrumbs":"Syntax Basics » Generics » Constraints on Type Parameters","id":"174","title":"Constraints on Type Parameters"},"175":{"body":"","breadcrumbs":"Syntax Basics » Generics » Further Reading","id":"175","title":"Further Reading"},"176":{"body":"In programming languages reflection is the ability of a program to examine and modify its own structure and behavior. In Move, there's a limited form of reflection that allows you to inspect the type of a value at runtime. This is useful when you need to store type information in a homogeneous collection, or when you need to check if a type belongs to a package. Type reflection is implemented in the Standard Library module std::type_name. Expressed very roughly, it gives a single function get() which returns the name of the type T.","breadcrumbs":"Syntax Basics » Type Reflection » Type Reflection","id":"176","title":"Type Reflection"},"177":{"body":"The module is pretty straightforward, and operations allowed on the result are limited to getting a string representation and extracting the module and address of the type. module book::type_reflection { use std::ascii::String; use std::type_name::{Self, TypeName}; use fun std::ascii::string as vector.to_ascii_string; /// A function that returns the name of the type `T` and its module and address. public fun i_dont_know_you(): (String, String, String) { let type_name: TypeName = type_name::get(); // there's a way to borrow let str: &String = type_name.borrow_string(); let module_name: String = type_name.get_module(); let address_str: String = type_name.get_address(); // and a way to consume the value let str = type_name.into_string(); (str, module_name, address_str) } #[test_only] public struct MyType {} #[test] fun test_type_reflection() { let (type_name, module_name, _address_str) = i_dont_know_you(); // assert!(module_name == b\"type_reflection\".to_ascii_string(), 1); }\n}","breadcrumbs":"Syntax Basics » Type Reflection » In practice","id":"177","title":"In practice"},"178":{"body":"Type reflection is an important part of the language, and it is a crucial part of some of the more advanced patterns.","breadcrumbs":"Syntax Basics » Type Reflection » Further reading","id":"178","title":"Further reading"},"179":{"body":"A crucial part of any software development, and even more - blockchain development, is testing. Here, we will cover the basics of testing in Move and how to write and organize tests for your Move code.","breadcrumbs":"Syntax Basics » Testing » Testing","id":"179","title":"Testing"},"18":{"body":"Let's take a closer look at the code we just wrote: module book::hello_world {\n} The first line of code declares a module called hello_world stored at the address book. The contents of the module go inside the curly braces {}. The last line closes the module declaration with a closing curly brace }. We will go through the module declaration in more detail in the Modules section. Then we import two members of the std::string module (which is part of the std package). The string module contains the String type, and the Self keyword imports the module itself, so we can use its functions. use std::string::{Self, String}; Then we define a hello_world function using the keyword fun which takes no arguments and returns a String type. The public keyword marks the visibility of the function - \"public\" functions can be accessed by other modules. The function body is inside the curly braces {}. In the Function section we will learn more about functions. public fun hello_world(): String { string::utf8(b\"Hello, World!\") } The function body consists of a single function call to the string::utf8 function and returns a String type. The expression is a bytestring literal b\"Hello World!\".","breadcrumbs":"Your First Move » Hello World! » Dive into the code","id":"18","title":"Dive into the code"},"180":{"body":"Tests in Move are functions marked with the #[test] attribute. This attribute tells the compiler that the function is a test function, and it should be run when the tests are executed. Test functions are regular functions, but they must return () and take no arguments. They are excluded from the bytecode, and are not included in the final package. module book::testing { // Test attribute is placed before the `fun` keyword. Can be both above or // right before the `fun` keyword: `#[test] fun my_test() { ... }` // The name of the test would be `book::testing::simple_test`. #[test] fun simple_test() { let sum = 2 + 2; assert!(sum == 4, 1); } // The name of the test would be `book::testing::more_advanced_test`. #[test] fun more_advanced_test() { let sum = 2 + 2 + 2; assert!(sum == 4, 1); }\n}","breadcrumbs":"Syntax Basics » Testing » The #[test] attribute","id":"180","title":"The #[test] attribute"},"181":{"body":"To run tests, you can use the sui move test command. This command will first build the package in the test mode and then run all the tests found in the package. During test mode, modules from both sources/ and tests/ directories are processed, and the tests are executed. $ sui move test\n> INCLUDING DEPENDENCY Sui\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING book\n> Running Move unit tests\n> ...","breadcrumbs":"Syntax Basics » Testing » Running Tests","id":"181","title":"Running Tests"},"182":{"body":"In some cases, it is helpful to give the test environment access to some of the internal functions or features. It simplifies the testing process and allows for more thorough testing. However, it is important to remember that these functions should not be included in the final package. This is where the #[test_only] attribute comes in handy. module book::testing { // Public function which uses the `secret` function. public fun multiply_by_secret(x: u64): u64 { x * secret() } /// Private function which is not available to the public. fun secret(): u64 { 100 } #[test_only] /// This function is only available for testing purposes in tests and other /// test-only functions. Mind the visibility - for `#[test_only]` it is /// common to use `public` visibility. public fun secret_for_testing(): u64 { secret() } #[test] // In the test environment we have access to the `secret_for_testing` function. fun test_multiply_by_secret() { let expected = secret_for_testing() * 2; assert!(multiply_by_secret(2) == expected, 1); }\n} Functions marked with the #[test_only] will be available to the test environment, and to the other modules if their visibility is set so.","breadcrumbs":"Syntax Basics » Testing » Utilities with #[test_only]","id":"182","title":"Utilities with #[test_only]"},"183":{"body":"In the Basic Syntax section, we learned about the basics of Move. And there was one topic that we never touched upon - storage. As a language, Move does not have a built-in storage model, and it is up to the platform developers to implement the storage model. This is an important aspect of Move, as it allows the platform to be flexible and adapt to different use cases. In this section, we will focus on the Sui storage model, which is the Object Model . We will dive into the details of parallel execution, and how the Object Model helps solve the scalability and concurrent data access challenges of blockchain platforms. This chapter is split into the following sections: The Key Ability - there we introduce the key ability and explain how it is used in Sui to define Objects. What is an Object - we expand on the concept of an Object and provide a more in-depth explanation of its use in practice. True Ownership - we explain the concept of true ownership and how it is addressed and implemented in the Sui Object Model. It has its befenits and drawbacks, and we will illustrate and explain them. Transfer Restrictions - a fundamental concept in Sui - the ability to restrict or relax the transfer ability of an Object using the store ability. Immutable Data - fundamental principles of shared state in Sui, and how shared immutable data is used in concurrent execution. Shared State - we explain how shared state works in Sui, and how it is used to implement concurrent execution. Transfer to Object - rather special scenario in the Object model which allows transferring an Object to another Object. The goal of this chapter is to provide a comprehensive understanding of the Object Model and its use on Sui. And in the next chapter , we will dive deepere into special features of Sui which make it unique and powerful.","breadcrumbs":"It starts with an Object » It starts with an Object","id":"183","title":"It starts with an Object"},"184":{"body":"In previous chapters we've covered the basics of Move and Sui Storage Model . Now it's time to dive deeper into the advanced topics of Sui programmability. This chapter introduces more complex concepts, practices and features of Move and Sui that are essential for building more sophisticated applications. It is intended for developers who are already familiar with the basics of Move and Sui, and are looking to expand their knowledge and skills.","breadcrumbs":"Advanced Programmability » Advanced Programmability","id":"184","title":"Advanced Programmability"},"185":{"body":"Every transaction has the execution context. The context is a set of pre-defined variables that are available to the program during execution. For example, every transaction has a sender address, and the transaction context contains a variable that holds the sender address. The transaction context is available to the program through the TxContext struct. The struct is defined in the sui::tx_context module and contains the following fields: File: sui-framework/tx_context.move /// Information about the transaction currently being executed.\n/// This cannot be constructed by a transaction--it is a privileged object created by\n/// the VM and passed in to the entrypoint of the transaction as `&mut TxContext`.\nstruct TxContext has drop { /// The address of the user that signed the current transaction sender: address, /// Hash of the current transaction tx_hash: vector, /// The current epoch number epoch: u64, /// Timestamp that the epoch started at epoch_timestamp_ms: u64, /// Counter recording the number of fresh id's created while executing /// this transaction. Always 0 at the start of a transaction ids_created: u64\n} Transaction context cannot be constructed manually or directly modified. It is created by the system and passed to the function as a reference in a transaction. Any function called in a Transaction Block has access to the context and can pass it into the nested calls. TxContext has to be the last argument in the function signature.","breadcrumbs":"Advanced Programmability » Transaction Context » Transaction Context","id":"185","title":"Transaction Context"},"186":{"body":"With only exception of the ids_created, all of the fields in the TxContext have getters. The getters are defined in the sui::tx_context module and are available to the program. The getters don't require &mut because they don't modify the context. public fun some_action(ctx: &TxContext) { let _me = ctx.sender() let _epoch = ctx.epoch(); let _digest = ctx.digest(); // ...\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Reading the Transaction Context","id":"186","title":"Reading the Transaction Context"},"187":{"body":"The TxContext is required to create new objects (or just UIDs) in the system. New UIDs are derived from the transaction digest, and for the digest to be unique, there needs to be a changing parameter. Sui uses the ids_created field for that. Every time a new UID is created, the ids_created field is incremented by one. This way, the digest is always unique. Internally, it is represented as the derive_id function: File: sui-framework/tx_context.move native fun derive_id(tx_hash: vector, ids_created: u64): address;","breadcrumbs":"Advanced Programmability » Transaction Context » Mutability","id":"187","title":"Mutability"},"188":{"body":"The underlying derive_id function can also be utilized in your program to generate unique addresses. The function itself is not exposed, but a wrapper function fresh_object_address is available in the sui::tx_context module. It may be useful if you need to generate a unique identifier in your program. File: sui-framework/tx_context.move /// Create an `address` that has not been used. As it is an object address, it will never\n/// occur as the address for a user.\n/// In other words, the generated address is a globally unique object ID.\npublic fun fresh_object_address(ctx: &mut TxContext): address { let ids_created = ctx.ids_created; let id = derive_id(*&ctx.tx_hash, ids_created); ctx.ids_created = ids_created + 1; id\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Generating unique addresses","id":"188","title":"Generating unique addresses"},"189":{"body":"In programming, a capability is a token that gives the owner the right to perform a specific action. It is a pattern that is used to control access to resources and operations. A simple example of a capability is a key to a door. If you have the key, you can open the door. If you don't have the key, you can't open the door. A more practical example is an Admin Capability which allows the owner to perform administrative operations, which regular users cannot.","breadcrumbs":"Advanced Programmability » Pattern: Capability » Pattern: Capability","id":"189","title":"Pattern: Capability"},"19":{"body":"To compile the package, run the following command: $ sui move build If you see this (or - for other binaries - similar) output, then everything is fine, and the code compiled successfully: > UPDATING GIT DEPENDENCY https://github.com/move-language/move.git\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING Book Congratulations! You've just compiled your first Move program. Now, let's add a test and some logging so we see that it works.","breadcrumbs":"Your First Move » Hello World! » Compile the package","id":"19","title":"Compile the package"},"190":{"body":"In the Sui Object Model , capabilities are represented as objects. An owner of an object can pass this object to a function to prove that they have the right to perform a specific action. Due to strict typing, the function taking a capability as an argument can only be called with the correct capability. module book::capability { use std::string::String; use sui::object::new as TxContext.fresh_uid; /// The capability granting the application admin the right to create new /// accounts in the system. struct AdminCap has key, store { id: UID } /// The user account in the system. struct Account has key, store { id: UID, name: String } /// Creates a new account in the system. Requires the `AdminCap` capability /// to be passed as the first argument. public fun new(_: &AdminCap, name: String, ctx: &mut TxContext): Account { Account { id: ctx.fresh_uid(), name, } }\n}","breadcrumbs":"Advanced Programmability » Pattern: Capability » Capability is an Object","id":"190","title":"Capability is an Object"},"191":{"body":"Due to the object model and the data organization model of Sui, some operations can be performed in a more efficient and parallelized way. This is called the fast path . Transaction that touches shared state requires consensus because it can be accessed by multiple parties at the same time. However, if the transaction only touches the private state (owned objects), there is no need for consensus. This is the fast path. We have a favorite example for this: a coffee machine and a coffee cup. The coffee machine placed in the office is a shared resource - everyone can use it, but there can be only one user at a time. The coffee cup, on the other hand, is a private resource - it belongs to a specific person, and only that person can use it. To make coffee, one needs to use the coffee machine and wait if there's someone else using it. However, once the coffee is made and poured into the cup, the person can take the cup and drink the coffee without waiting for anyone else. The same principle applies to Sui. If a transaction only touches the private state (the cup with coffee), it can be executed without consensus. If it touches the shared state (the coffee machine), it requires consensus. This is the fast path.","breadcrumbs":"Advanced Programmability » Fast Path » Fast Path","id":"191","title":"Fast Path"},"192":{"body":"Consensus is only required for mutating the shared state. If the object is immutable, it is treated as a \"constant\" and can be accessed in parallel. Frozen objects can be used to share unchangable data between multiple parties without requiring consensus.","breadcrumbs":"Advanced Programmability » Fast Path » Frozen objects","id":"192","title":"Frozen objects"},"193":{"body":"module book::coffee_machine { use sui::object::{Self, UID}; use sui::tx_context::TxContext; /// Coffee machine is a shared object, hence requires `key` ability. struct CoffeeMachine has key { id: UID, counter: u16 } /// Cup is an owned object. struct Cup has key, store { id: UID, has_coffee: bool } /// Initialize the module and share the `CoffeeMachine` object. fun init(ctx: &mut TxContext) { transfer::share_object(CoffeeMachine { id: object::new(ctx), counter: 0 }); } /// Take a cup out of thin air. This is a fast path operation. public fun take_cup(ctx: &mut TxContext): Cup { Cup { id: object::new(ctx), has_coffee: false } } /// Make coffee and pour it into the cup. Requires consensus. public fun make_coffee(mut machine: &mut CoffeeMachine, mut cup: &mut Cup) { machine.counter = machine.counter + 1; cup.has_coffee = true; } /// Drink coffee from the cup. This is a fast path operation. public fun drink_coffee(mut cup: &mut Cup) { cup.has_coffee = false; } /// Put the cup back. This is a fast path operation. public fun put_back(cup: Cup) { let Cup { id, has_coffee: _ } = cup; object::delete(id); }\n}","breadcrumbs":"Advanced Programmability » Fast Path » In practice","id":"193","title":"In practice"},"194":{"body":"The Clock object with the reserved address 0x6 is a special case of a shared object which maintains the fast path. While being a shared object, it cannot be passed by a mutable reference in a regular transaction. An attempt to do so will not succeed, and the transaction will be rejected.","breadcrumbs":"Advanced Programmability » Fast Path » Special case: Clock","id":"194","title":"Special case: Clock"},"195":{"body":"Collection types are a fundamental part of any programming language. They are used to store a collection of data, such as a list of items. The vector type has already been covered in the vector section , and in this chapter we will cover the collection types offered by the Sui Framework. VecSet VecMap","breadcrumbs":"Advanced Programmability » Collections » Collections","id":"195","title":"Collections"},"196":{"body":"VecSet is a collection type that stores a set of unique items. It is similar to a vector, but it does not allow duplicate items. This makes it useful for storing a collection of unique items, such as a list of unique IDs or addresses. module book::collections { use sui::vec_set::{Self, VecSet}; struct App has drop { /// `VecSet` used in the struct definition subscribers: VecSet
} #[test] fun vec_set_playground() { let set = vec_set::empty(); // create an empty set let set = vec_set::sigleton(1); // create a set with a single item set.insert(2); // add an item to the set set.insert(3); assert!(set.contains(1), 0); // check if an item is in the set assert!(set.size() == 3, 1); // get the number of items in the set assert!(!set.is_empty(), 2); // check if the set is empty set.remove(2); // remove an item from the set }\n}","breadcrumbs":"Advanced Programmability » Collections » VecSet","id":"196","title":"VecSet"},"197":{"body":"VecMap is a collection type that stores a map of key-value pairs. It is similar to a VecSet, but it allows you to associate a value with each item in the set. This makes it useful for storing a collection of key-value pairs, such as a list of addresses and their balances, or a list of user IDs and their associated data. Keys in a VecMap are unique, and each key can only be associated with a single value. If you try to insert a key-value pair with a key that already exists in the map, the old value will be replaced with the new value. module book::collections { use std::string::String; use sui::vec_map::{Self, VecMap}; struct Metadata has drop { name: String /// `VecMap` used in the struct definition attributes: VecMap } #[test] fun vec_map_playground() { let mut map = vec_map::empty(); // create an empty map map.insert(2, b\"two\".to_string()); // add a key-value pair to the map map.insert(3, b\"three\".to_string()); assert!(map.contains(1), 0); // check if a key is in the map map.remove(&2); // remove a key-value pair from the map }\n}","breadcrumbs":"Advanced Programmability » Collections » VecMap","id":"197","title":"VecMap"},"198":{"body":"Sui Object model allows objects to be attached to other objects as dynamic fields . The behavior is similar to how a Map works in other programming languages, however, the types of attached objects can be any. This allows for a wide range of use cases, such as attaching an accessory to a character, or storing large, non-heterogeneous collections in a single object.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Fields","id":"198","title":"Dynamic Fields"},"199":{"body":"Dynamic fields are attached to an object via a key , which can be any type with the store , copy and drop abilities. The key is used to access the attached object, and can be used to update or remove it. The attached object can be any type, if it has the store ability.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Structure","id":"199","title":"Structure"},"2":{"body":"This chapter covers the prerequisites for the Move language: how to set up your IDE, how to install the compiler and what is Move 2024. If you are already familiar with these topics or have a CLI installed, you can skip this chapter and proceed to the next one .","breadcrumbs":"Before we begin » Before we begin","id":"2","title":"Before we begin"},"20":{"body":"To run a Move program there needs to be an environment which stores packages and executes transactions. The best way to test a Move program is to write some tests and run them locally. Move has built-in testing functionality, and the tests are written in Move as well. In this section, we will learn how to write tests for our hello_world module. First, let's try to run tests. All of the Move binaries support the test command, and this is the command we will use to run tests: $ sui move test If you see similar output, then everything is fine, and the test command has run successfully: INCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\nTest result: OK. Total tests: 0; passed: 0; failed: 0 As you can see, the test command has run successfully, but it didn't find any tests. Let's add some tests to our module.","breadcrumbs":"Your First Move » Adding Tests » Adding Tests","id":"20","title":"Adding Tests"},"200":{"body":"Dynamic fields are defined in the sui::dynamic_field module. module book::accessories { struct Character has key { id: UID, name: String } /// An accessory that can be attached to a character. struct Accessory has store { type: String, name: String, }\n}","breadcrumbs":"Advanced Programmability » Dynamic Fields » Usage","id":"200","title":"Usage"},"201":{"body":"TODO: dynamic object fields discoverability benefits of DOFs","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Object Fields","id":"201","title":"Dynamic Object Fields"},"202":{"body":"TODO: explain how custom fields ca","breadcrumbs":"Advanced Programmability » Dynamic Fields » Custom Fields for Keys","id":"202","title":"Custom Fields for Keys"},"203":{"body":"Dynamic fields are used for: Heterogeneous collections Storing large data that does not fit into the object limit size Attaching objects to other objects as a part of application logic Extending existing types with additional data Storing data that is not always present","breadcrumbs":"Advanced Programmability » Dynamic Fields » Applications","id":"203","title":"Applications"},"204":{"body":"Sui has two ways of accessing the current time: Epoch and Time. The former represents operational periods in the system and changed roughly every 24 hours. The latter represents the current time in milliseconds since the Unix Epoch. Both can be accessed freely in the program.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch and Time","id":"204","title":"Epoch and Time"},"205":{"body":"Epochs are used to separate the system into operational periods. During an epoch the validator set is fixed, however, at the epoch boundary, the validator set can be changed. Epochs play a crucial role in the consensus algorithm and are used to determine the current validator set. They are also used as measurement in the staking mechanism. Epoch can be read from the transaction context : public fun current_epoch(ctx: &TxContext) { let epoch = ctx.epoch(); // ...\n} It is also possible to get the unix timestamp of the epoch start: public fun current_epoch_start(ctx: &TxContext) { let epoch_start = ctx.epoch_timestamp_ms(); // ...\n} Normally, epochs are used in staking and system operations, however, in custom scenarios they can be used to emulate 24h periods. They are cricital if an application relies on the staking logic or needs to know the current validator set.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch","id":"205","title":"Epoch"},"206":{"body":"For a more precise time measurement, Sui provides the Clock object. It is a system object that is updated during checkpoints by the system, which stores the current time in milliseconds since the Unix Epoch. The Clock object is defined in the sui::clock module and has a reserved address 0x6. Clock is a shared object and normally would require consensus to access. However, Clock is special, and the system won't allow accessing it mutably, so that the only way to access it is immutably. This limitation allows parallel access to the Clock object and makes it a fast path operation . File: sui-framework/clock.move /// Singleton shared object that exposes time to Move calls. This\n/// object is found at address 0x6, and can only be read (accessed\n/// via an immutable reference) by entry functions.\n///\n/// Entry Functions that attempt to accept `Clock` by mutable\n/// reference or value will fail to verify, and honest validators\n/// will not sign or execute transactions that use `Clock` as an\n/// input parameter, unless it is passed by immutable reference.\nstruct Clock has key { id: UID, /// The clock's timestamp, which is set automatically by a /// system transaction every time consensus commits a /// schedule, or by `sui::clock::increment_for_testing` during /// testing. timestamp_ms: u64,\n} There is only one public function available in the Clock module - timestamp_ms. It returns the current time in milliseconds since the Unix Epoch. /// Clock needs to be passed as an immutable reference.\npublic fun current_time(clock: &Clock) { let _time = clock.timestamp_ms(); // ...\n}","breadcrumbs":"Advanced Programmability » Epoch and Time » Time","id":"206","title":"Time"},"207":{"body":"TODO: how to use Clock in tests.","breadcrumbs":"Advanced Programmability » Epoch and Time » Testing","id":"207","title":"Testing"},"208":{"body":"Some of the language features combined together can create patterns that are similar to other programming languages. The simplest example would be \"getters and setters\" - functions that get and set the value of a field. This pattern is possible, because struct fields are private by default, and can only be accessed through functions. However, there are more advanced patterns, such as the abstract class. An abstract class is a class that cannot be instantiated, but can be inherited from. While Move does not have inheritance, it has generic structs, which can be instantiated with different types. This allows us to create a generic struct that can be used as an abstract class. Combined with a set of Witness-gated functions, this allows us to create a generic struct with a generic implementation. Some of the methods in this approach will be shared and available to all implementations, while others will be abstract and will need to be implemented by the concrete implementations.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Abstract Class","id":"208","title":"Abstract Class"},"209":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Generic Struct","id":"209","title":"Generic Struct"},"21":{"body":"When the test command runs, it looks for all tests in all files in the directory. Tests can be either placed separate modules or in the same module as the code they test. First, let's add a test function to the hello_world module: module book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") } #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) }\n} The test function is a function with a #[test] attribute. Normally it takes no arguments (but it can take arguments in some cases - you'll learn more about it closer to the end of this book) and returns nothing. Tests placed in the same module as the code they test are called \"unit tests\". They can access all functions and types in the module. We'll go through them in more detail in the Test section. #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) } Inside the test function, we define the expected outcome by creating a String with the expected value and assign it to the expected variable. Then we use the special built-in assert!() which takes two arguments: a conditional expression and an error code. If the expression evaluates to false, then the test fails with the given error code. The equality operator == compares the actual and expected values and returns true if they are equal. We'll learn more about expressions in the Expression and Scope section. Now let's run the test command again: $ sui move test You should see this output, which means that the test has run successfully: ...\nTest result: OK. Total tests: 1; passed: 1; failed: 0","breadcrumbs":"Your First Move » Adding Tests » Your first test","id":"21","title":"Your first test"},"210":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Common methods","id":"210","title":"Common methods"},"211":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Witness-gated Functions","id":"211","title":"Witness-gated Functions"},"212":{"body":"While this approach imitates the abstract class pattern well, it is not the same as the abstract class in OOP. The main difference is that the abstract class in OOP and its implementors have different type. In Move, the base type stays the same, and the implementors set a generic type parameter. Another notable difference is that due to lack of dynamic dispatch and interfaces, the implemented methods are not available through the base type and can even be missing.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Differences from OOP","id":"212","title":"Differences from OOP"},"213":{"body":"The Sui Framework uses this pattern to implement the Coin type and the underlying Balance. Its variation is also used in the Closed Loop Token implementation, however, the latter is a bit more complex, because it uses the Request pattern to dynamically implement the interface.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Usage in Sui Framework","id":"213","title":"Usage in Sui Framework"},"214":{"body":"This section contains a collection of guides that cover various aspects of programming on Sui. They are intended to provide a deeper understanding of Sui blockchain and Move language, while also aiming at practical challenges and solutions.","breadcrumbs":"Guides » Guides","id":"214","title":"Guides"},"215":{"body":"Move 2024 is the new edition of the Move language that is maintained by Mysten Labs. This guide is intended to help you understand the differences between the 2024 edition and the previous version of the Move language.","breadcrumbs":"Guides » 2024 Migration Guide » Move 2024 Migration Guide","id":"215","title":"Move 2024 Migration Guide"},"216":{"body":"To use the new edition, you need to specify the edition in the move file. The edition is specified in the move file using the edition keyword. Currently, the only available edition is 2024.alpha. edition = \"2024.beta\";","breadcrumbs":"Guides » 2024 Migration Guide » Using the New Edition","id":"216","title":"Using the New Edition"},"217":{"body":"In Move 2024, structs get a visibility modifier. Just like functions, structs can be public, friend, or private. // Move 2020\nstruct Book {} // Move 2024\npublic struct Book {}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Visibility","id":"217","title":"Struct Visibility"},"218":{"body":"In the new edition, functions which have a struct as the first argument are associated with the struct. This means that the function can be called using the dot notation. Methods defined in the same module with the type are automatically exported. public fun count(c: &Counter): u64 { /* ... */ } fun use_counter() { // move 2020 let count = counter::count(&c); // move 2024 let count = c.count();\n}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Methods","id":"218","title":"Struct Methods"},"219":{"body":"The borrow and borrow_mut functions (when defined) can be accessed using the square brackets. Just like the method syntax, the borrowing functions are associated with the type. fun play_vec() { let v = vector[1,2,3,4]; let first = v[0]; // calls vector::borrow(v, 0) v[0] = 5; // calls vector::borrow_mut(v, 0)\n}","breadcrumbs":"Guides » 2024 Migration Guide » Borrowing Operator","id":"219","title":"Borrowing Operator"},"22":{"body":"Try replacing the equality operator == inside the assert! with the inequality operator != and run the test command again. assert!(hello_world() != expected, 0) You should see this output, which means that the test has failed: Running Move unit tests\n[ FAIL ] 0x0::hello_world::test_is_hello_world Test failures: Failures in 0x0::hello_world: ┌── test_is_hello_world ──────\n│ error[E11001]: test failure\n│ ┌─ ./sources/your-first-move/hello_world.move:14:9\n│ │\n│ 12 │ fun test_is_hello_world() {\n│ │ ------------------- In this function in 0x0::hello_world\n│ 13 │ let expected = string::utf8(b\"Hello, World!\");\n│ 14 │ assert!(hello_world() != expected, 0)\n│ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test was not expected to error, but it aborted with code 0 originating in the module 00000000000000000000000000000000::hello_world rooted here\n│\n│\n└────────────────── Test result: FAILED. Total tests: 1; passed: 0; failed: 1 Tests are used to verify the execution of the code. If the code is correct, the test should pass, otherwise it should fail. In this case, the test failed because we intentionally made a mistake in the test code. However, normally you should write tests that check the correctness of the code, not the other way around! In the next section, we will learn how to debug Move programs and print intermediate values to the console.","breadcrumbs":"Your First Move » Adding Tests » Failed experiment","id":"22","title":"Failed experiment"},"220":{"body":"In Move 2024, generic methods can be associated with types. The alias can be defined for any type privately to the module, or publicly, if the type is defined in the same module. use fun my_custom_function as vector.do_magic;","breadcrumbs":"Guides » 2024 Migration Guide » Method Aliases","id":"220","title":"Method Aliases"},"221":{"body":"Macros are introduced in Move 2024. And assert! is no longer a built-in function - Instead, it's a macro. // can be called as for!(0, 10, |i| call(i));\nmacro fun for($start: u64, $stop: u64, $body: |u64|) { let mut i = $start; let stop = $stop; while (i < stop) { $body(i); i = i + 1 }\n}","breadcrumbs":"Guides » 2024 Migration Guide » Macros","id":"221","title":"Macros"},"222":{"body":"To talk about best practices for upgradability, we need to first understand what can be upgraded in a package. The base premise of upgradability is that an upgrade should not break public compatibility with the previous version. The parts of the module which can be used in dependent packages should not change their static signature. This applies to modules - a module can not be removed from a package, public structs - they can be used in function signatures and public functions - they can be called from other packages. // module can not be removed from the package\nmodule book::upgradable { // dependencies can be changed use sui::tx_context::TxContext; use sui::object::UID; // public structs can not be removed and can't be changed public struct Book has key { id: UID } // public functions can not be removed and their signature can never change public fun create_book(ctx: &mut TxContext): Book { create_book_internal(ctx) } // friend-only functions can be removed and changed public(friend) fun create_book_friend(ctx: &mut TxContext): Book { create_book_internal(ctx) } // entry functions can be removed and changed as long they're not public entry fun create_book_entry(ctx: &mut TxContext): Book { create_book_internal(ctx) } // private functions can be removed and changed fun create_book_internal(ctx: &mut TxContext): Book { abort 0 }\n}","breadcrumbs":"Guides » Upgradability Practices » Upgradability Practices","id":"222","title":"Upgradability Practices"},"223":{"body":"TODO: Add a section about entry and friend functions","breadcrumbs":"Guides » Upgradability Practices » Using entry and friend functions","id":"223","title":"Using entry and friend functions"},"224":{"body":"To discard previous versions of the package, the objects can be versioned. As long as the object contains a version field, and the code which uses the object expects and asserts a specific version, the code can be force-migrated to the new version. Normally, after an upgrade, admin functions can be used to update the version of the shared state, so that the new version of code can be used, and the old version aborts with a version mismatch. module book::versioned_state { const EVersionMismatch: u64 = 0; const VERSION: u8 = 1; /// The shared state (can be owned too) struct SharedState has key { id: UID, version: u8, /* ... */ } public fun mutate(state: &mut SharedState) { assert!(state.version == VERSION, EVersionMismatch); // ... }\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning objects","id":"224","title":"Versioning objects"},"225":{"body":"There's a common pattern in Sui which allows changing the stored configuration of an object while retaining the same object signature. This is done by keeping the base object simple and versioned and adding an actual configuration object as a dynamic field. Using this anchor pattern, the configuration can be changed with package upgrades while keeping the same base object signature. module book::versioned_config { use sui::vec_map::VecMap; use std::string::String; /// The base object struct Config has key { id: UID, version: u16 } /// The actual configuration struct ConfigV1 has store { data: Bag, metadata: VecMap } // ...\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning configuration with dynamic fields","id":"225","title":"Versioning configuration with dynamic fields"},"226":{"body":"TODO: add two patterns for modular architecture: object capability (SuiFrens) and witness registry (SuiNS)","breadcrumbs":"Guides » Upgradability Practices » Modular architecture","id":"226","title":"Modular architecture"},"227":{"body":"To guarantee the safety and security of the network, Sui has certain limits and restrictions. These limits are in place to prevent abuse and to ensure that the network remains stable and efficient. This guide provides an overview of these limits and restrictions, and how to build your application to work within them. The limits are defined in the protocol configuration and are enforced by the network. If any of the limits are exceeded, the transaction will either be rejected or aborted. The limits, being a part of the protocol, can only be changed through a network upgrade.","breadcrumbs":"Guides » Building against Limits » Building against Limits","id":"227","title":"Building against Limits"},"228":{"body":"The size of a transaction is limited to 128KB. This includes the size of the transaction payload, the size of the transaction signature, and the size of the transaction metadata. If a transaction exceeds this limit, it will be rejected by the network.","breadcrumbs":"Guides » Building against Limits » Transaction Size","id":"228","title":"Transaction Size"},"229":{"body":"The size of an object is limited to 256KB. This includes the size of the object data. If an object exceeds this limit, it will be rejected by the network. While a single object cannot bypass this limit, for more extensive storage options, one could use a combination of a base object with other attached to it using dynamic fields (eg Bag).","breadcrumbs":"Guides » Building against Limits » Object Size","id":"229","title":"Object Size"},"23":{"body":"Now that we have a package with a module and a test, let's take a slight detour and learn how to debug Move programs. Move Compiler has a built-in debugging tool that allows you to print intermediate values to the console. This is especially useful when you are writing tests and want to see what's going on inside the program.","breadcrumbs":"Your First Move » Debugging » Debugging","id":"23","title":"Debugging"},"230":{"body":"The size of a single pure argument is limited to 16KB. A transaction argument bigger than this limit will result in execution failure. So in order to create a vector of more than ~500 addresses (given that a single address is 32 bytes), it needs to be joined dynamically either in Transaction Block or in a Move function. Standard functions like vector::append() can join two vectors of ~16KB resulting in a ~32KB of data as a single value.","breadcrumbs":"Guides » Building against Limits » Single Pure Argument Size","id":"230","title":"Single Pure Argument Size"},"231":{"body":"The maximum number of objects that can be created in a single transaction is 2048. If a transaction attempts to create more than 2048 objects, it will be rejected by the network. This also affects dynamic fields , as both the key and the value are objects. So the maximum number of dynamic fields that can be created in a single transaction is 1024.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Objects created","id":"231","title":"Maximum Number of Objects created"},"232":{"body":"The maximum number of events that can be emitted in a single transaction is 1024. If a transaction attempts to emit more than 1024 events, it will be aborted.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Events","id":"232","title":"Maximum Number of Events"},"233":{"body":"Whenever execution encounters an abort, transaction fails and abort code is returned to the caller. Move VM returns the module name that aborted the transaction and the abort code. This behavior is not fully transparent to the caller of the transaction, especially when a single function contains multiple calls to the same function which may abort. In this case, the caller will not know which call aborted the transaction, and it will be hard to debug the issue or provide meaningful error message to the user. module book::module_a { use book::module_b; public fun do_something() { let field_1 = module_b::get_field(1); // may abort with 0 /* ... a lot of logic ... */ let field_2 = module_b::get_field(2); // may abort with 0 /* ... some more logic ... */ let field_3 = module_b::get_field(3); // may abort with 0 }\n} The example above illustrates the case when a single function contains multiple calls which may abort. If the caller of the do_something function receives an abort code 0, it will be hard to understand which call to module_b::get_field aborted the transaction. To address this problem, there are common patterns that can be used to improve error handling.","breadcrumbs":"Guides » Better error handling » Better error handling","id":"233","title":"Better error handling"},"234":{"body":"It is considered a good practice to provide a safe \"check\" function that returns a boolean value indicating whether an operation can be performed safely. If the module_b provides a function has_field that returns a boolean value indicating whether a field exists, the do_something function can be rewritten as follows: module book::module_a { use book::module_b; const ENoField: u64 = 0; public fun do_something() { assert!(module_b::has_field(1), ENoField); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoField); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoField); let field_3 = module_b::get_field(3); }\n} By adding custom checks before each call to module_b::get_field, the developer of the module_a takes control over the error handling. And it allows implementing the second rule.","breadcrumbs":"Guides » Better error handling » Rule 1: Handle all possible scenarios","id":"234","title":"Rule 1: Handle all possible scenarios"},"235":{"body":"The second trick, once the abort codes are handled by the caller module, is to use different abort codes for different scenarios. This way, the caller module can provide a meaningful error message to the user. The module_a can be rewritten as follows: module book::module_a { use book::module_b; const ENoFieldA: u64 = 0; const ENoFieldB: u64 = 1; const ENoFieldC: u64 = 2; public fun do_something() { assert!(module_b::has_field(1), ENoFieldA); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoFieldB); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoFieldC); let field_3 = module_b::get_field(3); }\n} Now, the caller module can provide a meaningful error message to the user. If the caller receives an abort code 0, it can be translated to \"Field 1 does not exist\". If the caller receives an abort code 1, it can be translated to \"Field 2 does not exist\". And so on.","breadcrumbs":"Guides » Better error handling » Rule 2: Abort with different codes","id":"235","title":"Rule 2: Abort with different codes"},"236":{"body":"A developer is often tempted to add a public function that would assert all the conditions and abort the execution. However, it is a better practice to create a function that returns a boolean value instead. This way, the caller module can handle the error and provide a meaningful error message to the user. module book::some_app_assert { const ENotAuthorized: u64 = 0; public fun do_a() { assert_is_authorized(); // ... } public fun do_b() { assert_is_authorized(); // ... } /// Don't do this public fun assert_is_authorized() { assert!(/* some condition */ true, ENotAuthorized); }\n} This module can be rewritten as follows: module book::some_app { const ENotAuthorized: u64 = 0; public fun do_a() { assert!(is_authorized(), ENotAuthorized); // ... } public fun do_b() { assert!(is_authorized(), ENotAuthorized); // ... } public fun is_authorized(): bool { /* some condition */ true } // a private function can still be used to avoid code duplication for a case // when the same condition with the same abort code is used in multiple places fun assert_is_authorized() { assert!(is_authorized(), ENotAuthorized); }\n} Utilizing these three rules will make the error handling more transparent to the caller of the transaction, and it will allow other developers to use custom abort codes in their modules.","breadcrumbs":"Guides » Better error handling » Rule 3: Return bool instead of assert","id":"236","title":"Rule 3: Return bool instead of assert"},"237":{"body":"Fast Path - term used to describe a transaction that does not involve shared objects, and can be executed without the need for consensus. Internal Type - type that is defined within the module. Fields of this type can not be accessed from outside the module, and, in case of \"key\"-only abilities, can not be used in public_* transfer functions.","breadcrumbs":"Appendix » Glossary » Glossary","id":"237","title":"Glossary"},"238":{"body":"key - ability that allows the struct to be used as a key in the storage. On Sui, the key ability marks an object and requires the first field to be a id: UID. store - ability that allows the struct to be stored inside other objects. This ability relaxes restrictions applied to internal structs, allowing public_* transfer functions to accept them as arguments. It also enables the object to be stored as a dynamic field. copy - ability that allows the struct to be copied. On Sui, the copy ability conflicts with the key ability, and can not be used together with it. drop - ability that allows the struct to be ignored or discarded. On Sui, the drop ability cannot be used together with the key ability, as objects are not allowed to be ignored.","breadcrumbs":"Appendix » Glossary » Abilities","id":"238","title":"Abilities"},"24":{"body":"To use the debug module, we need to import it in our module. Imports are usually grouped together for readability and they are placed at the top of the module. Let's add the import statement to the hello_world module: module book::hello_world { use std::string::{Self, String}; use std::debug; // the added import! Having imported the std::debug module, we can now use its functions. Let's add a debug::print function call to the hello_world function. To achieve that we need to change the function body. Instead of returning the value right away we will assign it to a variable, print it to the console and then return it: public fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result } First, run the build command: $ sui move build The output does not contain anything unusual, because our code was never executed. But running build is an important part of the routine - this way we make sure that the changes we added can compile. Let's run the test command now: $ sui move test The output of the test command now contains the \"Hello, World!\" string: INCLUDING DEPENDENCY MoveNursery\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\n[debug] \"Hello, World!\"\n[ PASS ] 0x0::hello_world::test_is_hello_world\nTest result: OK. Total tests: 1; passed: 1; failed: 0 Now every time the hello_world function is run in tests, you'll see the \"Hello, World!\" string in the output.","breadcrumbs":"Your First Move » Debugging » New import","id":"24","title":"New import"},"25":{"body":"Debug should only be used in local environment and never published on-chain. Usually, during the publish, the debug module is either removed from the package or the publishing fails with an error. There's no way to use this functionality on-chain.","breadcrumbs":"Your First Move » Debugging » Correct usage","id":"25","title":"Correct usage"},"26":{"body":"There's one trick that allows you to save some time while debugging. Instead of adding a module-level import, use a fully qualified function name. This way you don't need to add an import statement to the module, but you can still use the debug::print function: std::debug::print(&my_variable); Be mindful that the value passed into debug should be a reference (the & symbol in front of the variable name). If you pass a value, the compiler will emit an error.","breadcrumbs":"Your First Move » Debugging » Hint","id":"26","title":"Hint"},"27":{"body":"Move CLI has a built-in tool for generating documentation for Move modules. The tool is included into the binary and available out of the box. In this section we will learn how to generate documentation for our hello_world module.","breadcrumbs":"Your First Move » Generating Docs » Generating Documentation","id":"27","title":"Generating Documentation"},"28":{"body":"To generate documentation for a module, we need to add documentation comments to the module and its functions. Documentation comments are written in Markdown and start with /// (three slashes). For example, let's add a documentation comment to the hello_world module: /// This module contains a function that returns a string \"Hello, World!\".\nmodule book::hello_world { Doc comments placed above the module are linked to the module itself, while doc comments placed above the function are linked to the function. /// As the name says: returns a string \"Hello, World!\". public fun hello_world(): String { string::utf8(b\"Hello, World!\") } If a documented member has an attribute, such as #[test] in the example below, the doc comment must be placed after the attribute: While it is possible to document #[test] functions, doc comments for tests will not be included in the generated documentation. #[test] /// This is a test for the `hello_world` function. fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); let actual = hello_world(); assert!(actual == expected, 0) }","breadcrumbs":"Your First Move » Generating Docs » Adding documentation comments","id":"28","title":"Adding documentation comments"},"29":{"body":"To generate documentation for a module, we need to run the sui move build command with a --doc flag. Let's run the command: $ sui move build --doc\n...\n...\nBUILDING Book Samples Alternatively, you can use move test --doc - this can be useful if you want to test and generate documentation at the same time. For example, as a part of your CI/CD pipeline. Once the build is complete, the documentation will be available in the build/docs directory. Each modile will have its own .md file. The documentation for the hello_world module will be available in the build/docs/hello_world.md file. Click to see an example of the `hello_world.md` contents # Module `0x0::hello_world`\nThis module contains a function that returns a string \"Hello, World!\".\n- [Function `hello_world`](#0x0_hello_world_hello_world)\n
use 0x1::debug;\nuse 0x1::string;\n
\n ## Function `hello_world`\nAs the name says: returns a string \"Hello, World!\".\n
fun hello_world(): string::String\n
\n
\nImplementation\n
fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result\n}\n
\n
","breadcrumbs":"Your First Move » Generating Docs » Generating documentation","id":"29","title":"Generating documentation"},"3":{"body":"Move is a compiled language, so you need to install a compiler to be able to write and run Move programs. The compiler is included into the Sui binary, which can be installed or downloaded using one of the methods below.","breadcrumbs":"Before we begin » Install Sui » Install Sui","id":"3","title":"Install Sui"},"30":{"body":"In this chapter you will learn about the basic concepts of Sui and Move. You will learn what is a package, how to interact with it, what is an account and a transaction, and how data is stored on Sui. While this chapter is not a complete reference, and you should refer to the Sui Documentation for that, it will give you a good understanding of the basic concepts required to write Move programs on Sui.","breadcrumbs":"Concepts » Concepts","id":"30","title":"Concepts"},"31":{"body":"Move is a language for writing smart contracts - programs that stored and run on the blockchain. A single program is organized into a package. A package is published on the blockchain and is identified by an address . A published package can be interacted with by sending transactions calling its functions. It can also act as a dependency for other packages. To create a new package, use the sui move new command. To learn more about the command, run sui move new --help. Package consists of modules - separate scopes that contain functions, types, and other items. package 0x... module a struct A1 fun hello_world() module b struct B1 fun hello_package()","breadcrumbs":"Concepts » What is a Package » Packages","id":"31","title":"Packages"},"32":{"body":"Locally, a package is a directory with a Move.toml file and a sources directory. The Move.toml file - called the \"package manifest\" - contains metadata about the package, and the sources directory contains the source code for the modules. Packages usually looks like this: sources/ my_module.move another_module.move ...\ntests/ ...\nexamples/ using_my_module.move\nMove.toml The tests directory is optional and contains tests for the package. Code placed into the tests directory is not published on-chain and is only availably in tests. The examples directory can be used for code examples, and is also not published on-chain.","breadcrumbs":"Concepts » What is a Package » Package Structure","id":"32","title":"Package Structure"},"33":{"body":"During development, package doesn't have an address and it needs to be set to 0x0. Once a package is published, it gets a single unique address on the blockchain containing its modules' bytecode. A published package becomes immutable and can be interacted with by sending transactions. 0x... my_module: another_module: ","breadcrumbs":"Concepts » What is a Package » Published Package","id":"33","title":"Published Package"},"34":{"body":"Package Manifest Address Publishing a Package","breadcrumbs":"Concepts » What is a Package » Links","id":"34","title":"Links"},"35":{"body":"The Move.toml is a manifest file that describes the package and its dependencies. It is written in TOML format and contains multiple sections, the most important of which are [package], [dependencies] and [addresses]. [package]\nname = \"my_project\"\nversion = \"0.0.0\"\nedition = \"2024\" [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } [addresses]\nstd = \"0x1\"\nalice = \"0xA11CE\" [dev-addresses]\nalice = \"0xB0B\"","breadcrumbs":"Concepts » Manifest » Package Manifest","id":"35","title":"Package Manifest"},"36":{"body":"","breadcrumbs":"Concepts » Manifest » Sections","id":"36","title":"Sections"},"37":{"body":"The [package] section is used to describe the package. None of the fields in this section are published on chain, but they are used in tooling and release management; they also specify the Move edition for the compiler. name - the name of the package when it is imported; version - the version of the package, can be used in release management; edition - the edition of the Move language; currently, the only valid value is 2024.","breadcrumbs":"Concepts » Manifest » Package","id":"37","title":"Package"},"38":{"body":"The [dependencies] section is used to specify the dependencies of the project. Each dependency is specified as a key-value pair, where the key is the name of the dependency, and the value is the dependency specification. The dependency specification can be a git repository URL or a path to the local directory. # git repository\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } # local directory\nMyPackage = { local = \"../my-package\" } Packages also import addresses from other packages. For example, the Sui dependency adds the std and sui addresses to the project. These addresses can be used in the code as aliases for the addresses.","breadcrumbs":"Concepts » Manifest » Dependencies","id":"38","title":"Dependencies"},"39":{"body":"Sometimes dependencies have conflicting versions of the same package. For example, if you have two dependencies that use different versions of the Sui package, you can override the dependency in the [dependencies] section. To do so, add the override field to the dependency. The version of the dependency specified in the [dependencies] section will be used instead of the one specified in the dependency itself. [dependencies]\nSui = { override = true, git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }","breadcrumbs":"Concepts » Manifest » Resolving version conflicts with override","id":"39","title":"Resolving version conflicts with override"},"4":{"body":"You can download the latest Sui binary from the releases page . The binary is available for macOS, Linux and Windows. For education purposes and development, we recommend using the mainnet version.","breadcrumbs":"Before we begin » Install Sui » Download Binary","id":"4","title":"Download Binary"},"40":{"body":"It is possible to add [dev-dependencies] section to the manifest. It is used to override dependencies in the dev and test modes. For example, if you want to use a different version of the Sui package in the dev mode, you can add a custom dependency specification to the [dev-dependencies] section.","breadcrumbs":"Concepts » Manifest » Dev-dependencies","id":"40","title":"Dev-dependencies"},"41":{"body":"The [addresses] section is used to add aliases for the addresses. Any address can be specified in this section, and then used in the code as an alias. For example, if you add alice = \"0xA11CE\" to this section, you can use alice as 0xA11CE in the code.","breadcrumbs":"Concepts » Manifest » Addresses","id":"41","title":"Addresses"},"42":{"body":"The [dev-addresses] section is the same as [addresses], but only works for the test and dev modes. Important to note that it is impossible to introduce new aliases in this section, only override the existing ones. So in the example above, if you add alice = \"0xB0B\" to this section, the alice address will be 0xB0B in the test and dev modes, and 0xA11CE in the regular build.","breadcrumbs":"Concepts » Manifest » Dev-addresses","id":"42","title":"Dev-addresses"},"43":{"body":"The TOML format supports two styles for tables: inline and multiline. The examples above are using the inline style, but it is also possible to use the multiline style. You wouldn't want to use it for the [package] section, but it can be useful for the dependencies. # Inline style\n[dependencies]\nSui = { override = true, git = \"\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nMyPackage = { local = \"../my-package\" } # Multiline style\n[dependencies.Sui]\noverride = true\ngit = \"https://github.com/MystenLabs/sui.git\"\nsubdir = \"crates/sui-framework/packages/sui-framework\"\nrev = \"framework/testnet\" [dependencies.MyPackage]\nlocal = \"../my-package\"","breadcrumbs":"Concepts » Manifest » TOML styles","id":"43","title":"TOML styles"},"44":{"body":"Packages in the Move Documentation","breadcrumbs":"Concepts » Manifest » Links","id":"44","title":"Links"},"45":{"body":"Address is a unique identifier of a location on the blockchain. It is used to identify packages , accounts , and objects . Address has a fixed size of 32 bytes and is usually represented as a hexadecimal string prefixed with 0x. Addresses are case insensitive. 0xe51ff5cd221a81c3d6e22b9e670ddf99004d71de4f769b0312b68c7c4872e2f1 The address above is an example of a valid address. It is 64 characters long (32 bytes) and is prefixed with 0x. Sui also has reserved addresses that are used to identify standard packages and objects. Reserved addresses are typically simple values that are easy to remember and type. For example, the address of the Standard Library is 0x1. Addresses, shorter than 32 bytes, are padded with zeros to the left. 0x1 = 0x0000000000000000000000000000000000000000000000000000000000000001 Here are some examples of reserved addresses: 0x1 - address of the Sui Standard Library (alias std) 0x2 - address of the Sui Framework (alias sui) 0x5 - address of the Sui System object 0x6 - address of the system Clock object 0x403 - address of the DenyList system object","breadcrumbs":"Concepts » Addresses » Addresses","id":"45","title":"Addresses"},"46":{"body":"Address type in Move","breadcrumbs":"Concepts » Addresses » Further reading","id":"46","title":"Further reading"},"47":{"body":"Module is the basic unit of organization in a package. A module is a separate scope that contains functions, types, and other items. A package consists of one or more modules.","breadcrumbs":"Concepts » Module » Module","id":"47","title":"Module"},"48":{"body":"Accounts interact with the blockchain by sending transactions . Transactions can call functions in a package, and can also deploy new packages. On Sui, a single transaction can contain multiple operations, we call them \"commands\". A command can be a call to a function, a deployment of a new package, upgrade of an existing one, or a combination of these. Commands can return values, which can be used in subsequent commands.","breadcrumbs":"Concepts » Interacting with a Package » Interacting with a Package","id":"48","title":"Interacting with a Package"},"49":{"body":"An account is a way to identify a user. An account is generated from a private key, and is identified by an address. An account can own objects, and can send transactions. Every transaction has a sender, and the sender is identified by an address .","breadcrumbs":"Concepts » Account » Account","id":"49","title":"Account"},"5":{"body":"You can install Sui using the Homebrew package manager. brew install sui","breadcrumbs":"Before we begin » Install Sui » Install using Homebrew (MacOS)","id":"5","title":"Install using Homebrew (MacOS)"},"50":{"body":"Transaction is a fundamental concept in the blockchain world. It is a way to interact with a blockchain. Transactions are used to change the state of the blockchain, and they are the only way to do so. In Move, transactions are used to call functions in a package, deploy new packages, and upgrade existing ones.","breadcrumbs":"Concepts » Transaction » Transaction","id":"50","title":"Transaction"},"51":{"body":"Transactions consist of: a sender - the account that signs the transaction a list (or a chain) of commands - the operations to be executed command inputs - the arguments for the commands a gas object - the object used to pay for the transaction gas price and budget - the cost of the transaction","breadcrumbs":"Concepts » Transaction » Transaction Structure","id":"51","title":"Transaction Structure"},"52":{"body":"Sui does not have global storage. Instead, storage is split into a pool of objects. Some of the objects are owned by accounts and available only to them, and some are shared and can be accessed by anyone on the network. There's also a special kind of shared immutable objects, also called frozen , which can't be modified, and act as public chain-wide constants. Each object has a unique 32-byte identifier - UID, it is used to access and reference the object. Sui object consists of: UID - 32-byte unique identifier (address) Type - Move type with the key ability Owner - can be shared, account_address, object_owner or immutable Digest - hash of the object's content Version - acts as a nonce Content - the actual data represented as BCS","breadcrumbs":"Concepts » Object Model » Object Model","id":"52","title":"Object Model"},"53":{"body":"In this chapter we illustrate the concepts of Sui by building a simple application. Unlike the Hello World example which aims to illustrate Move Compiler, this application is focused on Sui specifics. It is also more complex - it uses objects , and we will publish and use it on Sui. The goal of this mini-project is to demonstrate the process of building, testing, and publishing a Sui application. The result is a simple but complete application that you can use as a starting point for your projects or as a playground to experiment with Sui as you learn. The chapter is split into the following parts (in order): Hello Sui! Build and Publish Testing Additionally, there's a section with ideas for further development of the application which you may get back to as you progress through the book.","breadcrumbs":"Your First Sui App » Your First Sui App","id":"53","title":"Your First Sui App"},"54":{"body":"Just like we did with the Hello World example, we will start by initializing a new package using the Sui CLI, then we will implement a simple application that creates a \"Postcard\" - a digital postcard that can be sent to a friend.","breadcrumbs":"Your First Sui App » Hello Sui! » Hello Sui!","id":"54","title":"Hello Sui!"},"55":{"body":"Sui packages are no different to regular Move packages, and can be initialized using the sui CLI. The following command will create a new package called postcard: $ sui new postcard This will create a new directory called postcard with the following structure: postcard\n├── Move.toml\n├── src/\n│ └── postcard.move\n└── tests/ └── postcard_tests.move The package manifest - Move.toml - already contains all required dependencies for Sui, and the src/postcard.move file is pre-created with a simple module layout. In case the Move.toml file does not feature the edition field, please, add it manually. The edition field under the [package] section should be set to 2024.beta. Like this: edition = \"2024.beta\"","breadcrumbs":"Your First Sui App » Hello Sui! » Create a new Sui package","id":"55","title":"Create a new Sui package"},"56":{"body":"The Postcard application will be a simple module that defines an object , and a set of functions to create, modify and send the postcard to any address . Let's start by inserting the code. Replace the contents of the src/postcard.move file with the following: module postcard::postcard { use std::string::String; use fun sui::object::new as TxContext.fresh_uid; /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, } /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) } /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }\n} To make sure that everything is working as expected, run this command: $ sui move build You should see this output, indicating that the package was built successfully. There shouldn't be any errors following the BUILDING postcard line: > $ sui move build\nUPDATING GIT DEPENDENCY https://github.com/MystenLabs/sui.git\nINCLUDING DEPENDENCY Sui\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING postcard If you do see errors, please, double check the code and the steps you've taken to create the package. It's very likely a typo in one of the commands.","breadcrumbs":"Your First Sui App » Hello Sui! » Implement the Postcard application","id":"56","title":"Implement the Postcard application"},"57":{"body":"In the next section we will take a closer look at the structure of the postcard.move file and explain the code we've just inserted. We will also discuss the imports and the object definition in more detail.","breadcrumbs":"Your First Sui App » Hello Sui! » Next steps","id":"57","title":"Next steps"},"58":{"body":"Let's take a look at the code we've inserted into the postcard.move file. We will discuss the structure of the module and the code in more detail, and explain the way the Postcard object is created, used and stored.","breadcrumbs":"Your First Sui App » Using Objects » Using Objects","id":"58","title":"Using Objects"},"59":{"body":"First line of the file is the module declaration. The address of the module is package - a name defined in the Move.toml file. The module name is also postcard. The module body is enclosed in curly braces {}. module postcard::postcard {","breadcrumbs":"Your First Sui App » Using Objects » Module","id":"59","title":"Module"},"6":{"body":"You can install and build Sui locally by using the Cargo package manager (requires Rust) cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch mainnet","breadcrumbs":"Before we begin » Install Sui » Build using Cargo (MacOS, Linux)","id":"6","title":"Build using Cargo (MacOS, Linux)"},"60":{"body":"In the top of the module we import String type from the Standard Library (std). The rest of the types used in this module are implicitly imported from the Sui Framework . use std::string::String;","breadcrumbs":"Your First Sui App » Using Objects » Imports","id":"60","title":"Imports"},"61":{"body":"A public struct Postcard, that goes after imports, is an object. A struct with the key ability is an object on Sui. As such, its first field must be id of type UID (that we imported from the Sui Framework). The id field is the unique identifier and an address of the object. /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, }","breadcrumbs":"Your First Sui App » Using Objects » Postcard is an Object","id":"61","title":"Postcard is an Object"},"62":{"body":"Sui has no global storage , and the objects are stored independently of their package. This is why we defined a single Postcard and not a collection \"Postcards\". Objects have to be created and stored in the storage before they can be used. The new function is a public function that creates a new instance of the Postcard object and returns it to the caller. It takes two arguments: the message of type String, which is the message on the postcard, and the ctx of type TxContext, a standard type that is automatically inserted by the Sui runtime. /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } When initializing an instance of Postcard we pass the fields of the struct as arguments, the id is generated from the TxContext argument via the ctx.fresh_uid() call. And the message is taken as-is from the message argument.","breadcrumbs":"Your First Sui App » Using Objects » Creating an Object","id":"62","title":"Creating an Object"},"63":{"body":"Objects can't be ignored, so when the function new is called, the returned Postcard needs to be stored. And here's when the sui::transfer module comes into play. The sui::transfer::transfer function is used to store the object at the specified address. /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } The function takes the Postcard as the first argument and a value of the address type as the second argument. Both are passed into the transfer function to send — and hence, store — the object to the specified address.","breadcrumbs":"Your First Sui App » Using Objects » Sending a Postcard","id":"63","title":"Sending a Postcard"},"64":{"body":"A very common scenario is transfering the object to the caller. This can be done by calling the send_to function with the sender address. It can be read from the ctx argument, which is a TxContext type. /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) }","breadcrumbs":"Your First Sui App » Using Objects » Keeping the Object","id":"64","title":"Keeping the Object"},"65":{"body":"The update function is another public function that takes a mutable reference to the Postcard and a String argument. It updates the message field of the Postcard. Because the Postcard is passed by a reference, the owner is not changed, and the object is not moved. /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }","breadcrumbs":"Your First Sui App » Using Objects » Updating the Object","id":"65","title":"Updating the Object"},"66":{"body":"In the next section we will write a simple test for the Postcard module to see how it works. Later we will publish the package on Sui DevNet and learn how to use the Sui CLI to interact with the package.","breadcrumbs":"Your First Sui App » Using Objects » Next steps","id":"66","title":"Next steps"},"67":{"body":"This chapter is all about the basic syntax of the Move language. It covers the basics of the language, such as types, modules, functions, and control flow. It focuses on the language without a storage model or a blockchain, and explains the essential concepts of the language.","breadcrumbs":"Syntax Basics » Basic Syntax","id":"67","title":"Basic Syntax"},"68":{"body":"Module is the base unit of code organization in Move. Modules are used to group and isolate code, and all of the members of the module are private to the module by default. In this section you will learn how to define a module, how to declare its members and how to access them from other modules.","breadcrumbs":"Syntax Basics » Module » Module","id":"68","title":"Module"},"69":{"body":"Modules are declared using the module keyword followed by the package address, module name and the module body inside the curly braces {}. The module name should be in snake_case - all lowercase letters with underscores between words. Modules names must be unique in the package. Usually, a single file in the sources/ folder contains a single module. The file name should match the module name - for example, a donut_shop module should be stored in the donut_shop.move file. You can read more about coding conventions in the Coding Conventions section. module book::my_module { // module body\n} Structs, functions and constants, imports and friend declarations are all part of the module: Structs Functions Constants Imports Friend declarations Method Aliases","breadcrumbs":"Syntax Basics » Module » Module declaration","id":"69","title":"Module declaration"},"7":{"body":"For troubleshooting the installation process, please refer to the Install Sui Guide.","breadcrumbs":"Before we begin » Install Sui » Troubleshooting","id":"7","title":"Troubleshooting"},"70":{"body":"Module address can be specified as both: an address literal (does not require the @ prefix) or a named address specified in the Package Manifest . In the example below, both are identical because there's a book = \"0x0\" record in the [addresses] section of the Move.toml. module 0x0::address_literal_example { // module body\n} Addresses section in the Move.toml: # Move.toml\n[addresses]\nbook = \"0x0\"","breadcrumbs":"Syntax Basics » Module » Address / Named address","id":"70","title":"Address / Named address"},"71":{"body":"Module members are declared inside the module body. To illustrate that, let's define a simple module with a struct, a function and a constant: module book::my_module_with_members { // import use book::my_module; // friend declaration friend book::constants; // a constant const CONST: u8 = 0; // a struct public struct Struct {} // method alias public use fun function as Struct.struct_fun; // function fun function(_: &Struct) { /* function body */ }\n}","breadcrumbs":"Syntax Basics » Module » Module members","id":"71","title":"Module members"},"72":{"body":"Before the introduction of the address::module_name syntax, modules were organized into address {} blocks. This way of code organization is still available today, but is not used widely. Modern practices imply having a single module per file, so the address {} block is rather a redundant construct. Module addresses can be omitted if modules are organized into address {} blocks. address book { // address block module another_module { // module body\n} module yet_another_module { // module body\n}\n} The modules defined in this code sample will be accessible as: book::another_module book::yet_another_module","breadcrumbs":"Syntax Basics » Module » Address block","id":"72","title":"Address block"},"73":{"body":"Comments are a way to add notes or document your code. They are ignored by the compiler and don't result in the Move bytecode. You can use comments to explain what your code does, to add notes to yourself or other developers, to temporarily remove a part of your code, or to generate documentation. There are three types of comments in Move: line comment, block comment, and doc comment.","breadcrumbs":"Syntax Basics » Comments » Comments","id":"73","title":"Comments"},"74":{"body":"module book::comments_line { fun some_function() { // this is a comment line }\n} You can use double slash // to comment out the rest of the line. Everything after // will be ignored by the compiler. module book::comments_line_2 { // let's add a note to everything! fun some_function_with_numbers() { let a = 10; // let b = 10 this line is commented and won't be executed let b = 5; // here comment is placed after code a + b; // result is 15, not 10! }\n}","breadcrumbs":"Syntax Basics » Comments » Line comment","id":"74","title":"Line comment"},"75":{"body":"Block comments are used to comment out a block of code. They start with /* and end with */. Everything between /* and */ will be ignored by the compiler. You can use block comments to comment out a single line or multiple lines. You can even use them to comment out a part of a line. module book::comments_block { fun /* you can comment everywhere */ go_wild() { /* here there everywhere */ let a = 10; let b = /* even here */ 10; /* and again */ a + b; } /* you can use it to remove certain expressions or definitions fun empty_commented_out() { } */\n} This example is a bit extreme, but it shows how you can use block comments to comment out a part of a line.","breadcrumbs":"Syntax Basics » Comments » Block comment","id":"75","title":"Block comment"},"76":{"body":"Documentation comments are special comments that are used to generate documentation for your code. They are similar to block comments, but they start with three slashes /// and are placed before the definition of the item they document. /// Module has documentation!\nmodule book::comments_doc { /// This is a 0x0 address constant! const AN_ADDRESS: address = @0x0; /// This is a struct! public struct AStruct { /// This is a field of a struct! a_field: u8, } /// This function does something! /// And it's documented! fun do_something() {}\n}","breadcrumbs":"Syntax Basics » Comments » Doc comment","id":"76","title":"Doc comment"},"77":{"body":"For simple values, Move has a number of built-in primitive types. They're the base that makes up all other types. The primitive types are: Booleans Unsigned Integers Address - covered in the next section However, before we get to the types, let's first look at how to declare and assign variables in Move.","breadcrumbs":"Syntax Basics » Primitive Types » Primitive Types","id":"77","title":"Primitive Types"},"78":{"body":"Variables are declared using the let keyword. They are immutable by default, but can be made mutable using the let mut keyword. The syntax for the let mut statement is: let [: ] = ;\nlet mut [: ] = ; Where: - the name of the variable - the type of the variable, optional - the value to be assigned to the variable let x: bool = true;\nlet mut y: u8 = 42; A mutable variable can be reassigned using the = operator. y = 43; Variables can also be shadowed by re-declaring. let x: u8 = 42;\nlet x: u8 = 43;","breadcrumbs":"Syntax Basics » Primitive Types » Variables and assignment","id":"78","title":"Variables and assignment"},"79":{"body":"The bool type represents a boolean value - yes or no, true or false. It has two possible values: true and false which are keywords in Move. For booleans, there's no need to explicitly specify the type - the compiler can infer it from the value. let x = true;\nlet y = false; Booleans are often used to store flags and to control the flow of the program. Please, refer to the Control Flow section for more information.","breadcrumbs":"Syntax Basics » Primitive Types » Booleans","id":"79","title":"Booleans"},"8":{"body":"There are two most popular IDEs for Move development: VSCode and IntelliJ IDEA. Both of them provide basic features like syntax highlighting and error messages, though they differ in their additional features. Whatever IDE you choose, you'll need to use the terminal to run the Move CLI . IntelliJ Plugin does not support Move 2024 edition fully, some syntax won't get highlighted and not supported.","breadcrumbs":"Before we begin » Set up your IDE » Set up your IDE","id":"8","title":"Set up your IDE"},"80":{"body":"Move supports unsigned integers of various sizes: from 8-bit to 256-bit. The integer types are: u8 - 8-bit u16 - 16-bit u32 - 32-bit u64 - 64-bit u128 - 128-bit u256 - 256-bit let x: u8 = 42;\nlet y: u16 = 42;\n// ...\nlet z: u256 = 42; Unlike booleans, integer types need to be inferred. In most of the cases, the compiler will infer the type from the value, usually defaulting to u64. However, sometimes the compiler is unable to infer the type and will require an explicit type annotation. It can either be provided during assignment or by using a type suffix. // Both are equivalent\nlet x: u8 = 42;\nlet x = 42u8;","breadcrumbs":"Syntax Basics » Primitive Types » Integer Types","id":"80","title":"Integer Types"},"81":{"body":"Move supports the standard arithmetic operations for integers: addition, subtraction, multiplication, division, and remainder. The syntax for these operations is: Syntax Operation Aborts If + addition Result is too large for the integer type - subtraction Result is less than zero * multiplication Result is too large for the integer type % modular division The divisor is 0 / truncating division The divisor is 0 The type of the operands must match , otherwise, the compiler will raise an error. The result of the operation will be of the same type as the operands. To perform operations on different types, the operands need to be cast to the same type.","breadcrumbs":"Syntax Basics » Primitive Types » Operations","id":"81","title":"Operations"},"82":{"body":"Move supports explicit casting between integer types. The syntax for it is: ( as ) Note, that it requires parentheses around the expression to prevent ambiguity. let x: u8 = 42;\nlet y: u16 = (x as u16); A more complex example, preventing overflow: let x: u8 = 255;\nlet y: u8 = 255;\nlet z: u16 = (x as u16) + ((y as u16) * 2);","breadcrumbs":"Syntax Basics » Primitive Types » Casting with as","id":"82","title":"Casting with as"},"83":{"body":"Move does not support overflow / underflow, an operation that results in a value outside the range of the type will raise a runtime error. This is a safety feature to prevent unexpected behavior. let x = 255u8;\nlet y = 1u8; // This will raise an error\nlet z = x + y;","breadcrumbs":"Syntax Basics » Primitive Types » Overflow","id":"83","title":"Overflow"},"84":{"body":"To represent addresses , Move uses a special type called address. It is a 32 byte value that can be used to represent any address on the blockchain. Addresses are used in two syntax forms: hexadecimal addresses prefixed with 0x and named addresses. // address literal\nlet value: address = @0x1; // named address registered in Move.toml\nlet value = @std;\nlet other = @sui; An address literal starts with the @ symbol followed by a hexadecimal number or an identifier. The hexadecimal number is interpreted as a 32 byte value. The identifier is looked up in the Move.toml file and replaced with the corresponding address by the compiler. If the identifier is not found in the Move.toml file, the compiler will throw an error.","breadcrumbs":"Syntax Basics » Address Type » Address Type","id":"84","title":"Address Type"},"85":{"body":"Sui Framework offers a set of helper functions to work with addresses. Given that the address type is a 32 byte value, it can be converted to a u256 type and vice versa. It can also be converted to and from a vector type. Example: Convert an address to a u256 type and back. use sui::address; let addr_as_u256: u256 = address::to_u256(@0x1);\nlet addr = address::from_u256(addr_as_u256); Example: Convert an address to a vector type and back. use sui::address; let addr_as_u8: vector = address::to_bytes(@0x1);\nlet addr = address::from_bytes(addr_as_u8); Example: Convert an address into a string. use sui::address;\nuse std::string::String; let addr_as_string: String = address::to_string(@0x1);","breadcrumbs":"Syntax Basics » Address Type » Conversion","id":"85","title":"Conversion"},"86":{"body":"In programming languages expression is a unit of code which returns a value, in Move, almost everything is an expression, - with the sole exception of let statement which is a declaration. In this section, we cover the types of expressions and introduce the concept of scope. Expressions are sequenced with semicolons ;. If there's \"no expression\" after the semicolon, the compiler will insert an empty expression ().","breadcrumbs":"Syntax Basics » Expression » Expression","id":"86","title":"Expression"},"87":{"body":"In the Primitive Types section, we introduced the basic types of Move. And to illustrate them, we used literals. A literal is a notation for representing a fixed value in the source code. Literals are used to initialize variables and to pass arguments to functions. Move has the following literals: true and false for boolean values 0, 1, 123123 or other numeric for integer values 0x0, 0x1, 0x123 or other hexadecimal for integer values b\"bytes_vector\" for byte vector values x\"0A\" HEX literal for byte values let b = true; // true is a literal\nlet n = 1000; // 1000 is a literal\nlet h = 0x0A; // 0x0A is a literal\nlet v = b\"hello\"; // b'hello' is a byte vector literal\nlet x = x\"0A\"; // x'0A' is a byte vector literal\nlet c = vector[1, 2, 3]; // vector[] is a vector literal","breadcrumbs":"Syntax Basics » Expression » Literals","id":"87","title":"Literals"},"88":{"body":"Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of an operation is a value, so operators are also expressions. let sum = 1 + 2; // 1 + 2 is an expression\nlet sum = (1 + 2); // the same expression with parentheses\nlet is_true = true && false; // true && false is an expression\nlet is_true = (true && false); // the same expression with parentheses","breadcrumbs":"Syntax Basics » Expression » Operators","id":"88","title":"Operators"},"89":{"body":"A block is a sequence of statements and expressions, and it returns the value of the last expression in the block. A block is written as a pair of curly braces {}. A block is an expression, so it can be used anywhere an expression is expected. // block with an empty expression, however, the compiler will\n// insert an empty expression automatically: `let none = { () }`\n// let none = {}; // block with let statements and an expression.\nlet sum = { let a = 1; let b = 2; a + b // last expression is the value of the block\n}; let none = { let a = 1; let b = 2; a + b // not returned - semicolon. // compiler automatically inserts an empty expression `()`\n};","breadcrumbs":"Syntax Basics » Expression » Blocks","id":"89","title":"Blocks"},"9":{"body":"VSCode is a free and open source IDE from Microsoft. Move Analyzer is a language server extension for Move maintained by MystenLabs . Move Syntax a simple syntax highlighting extension for Move by Damir Shamanaev .","breadcrumbs":"Before we begin » Set up your IDE » VSCode","id":"9","title":"VSCode"},"90":{"body":"We go into detail about functions in the Functions section. However, we already used function calls in the previous sections, so it's worth mentioning them here. A function call is an expression that calls a function and returns the value of the last expression in the function body. fun add(a: u8, b: u8): u8 { a + b\n} #[test]\nfun some_other() { let sum = add(1, 2); // add(1, 2) is an expression with type u8\n}","breadcrumbs":"Syntax Basics » Expression » Function Calls","id":"90","title":"Function Calls"},"91":{"body":"Control flow expressions are used to control the flow of the program. They are also expressions, so they return a value. We cover control flow expressions in the Control Flow section. Here's a very brief overview: // if is an expression, so it returns a value; if there are 2 branches,\n// the types of the branches must match.\nif (bool_expr) expr1 else expr2; // while is an expression, but it returns `()`.\nwhile (bool_expr) { expr; }; // loop is an expression, but returns `()` as well.\nloop { expr; break };","breadcrumbs":"Syntax Basics » Expression » Control Flow Expressions","id":"91","title":"Control Flow Expressions"},"92":{"body":"Move type system shines when it comes to defining custom types. User defined types can be custom tailored to the specific needs of the application. Not just on the data level, but also in its behavior. In this section we introduce the struct definition and how to use it.","breadcrumbs":"Syntax Basics » Struct » Custom Types with Struct","id":"92","title":"Custom Types with Struct"},"93":{"body":"To define a custom type, you can use the struct keyword followed by the name of the type. After the name, you can define the fields of the struct. Each field is defined with the field_name: field_type syntax. Field definitions must be separated by commas. The fields can be of any type, including other structs. Note: Move does not support recursive structs, meaning a struct cannot contain itself as a field. /// A struct representing an artist.\npublic struct Artist { /// The name of the artist. name: String,\n} /// A struct representing a music record.\npublic struct Record { /// The title of the record. title: String, /// The artist of the record. Uses the `Artist` type. artist: Artist, /// The year the record was released. year: u16, /// Whether the record is a debut album. is_debut: bool, /// The edition of the record. edition: Option,\n} In the example above, we define a Record struct with five fields. The title field is of type String, the artist field is of type Artist, the year field is of type u16, the is_debut field is of type bool, and the edition field is of type Option. The edition field is of type Option to represent that the edition is optional. Structs are private by default, meaning they cannot be imported and used outside of the module they are defined in. Their fields are also private and can't be accessed from outside the module. See visibility for more information on different visibility modifiers. A struct by default is internal to the module it is defined in.","breadcrumbs":"Syntax Basics » Struct » Struct","id":"93","title":"Struct"},"94":{"body":"We described how struct definition works. Now let's see how to initialize a struct and use it. A struct can be initialized using the struct_name { field1: value1, field2: value2, ... } syntax. The fields can be initialized in any order, and all of the fields must be set. let mut artist = Artist { name: b\"The Beatles\".to_string()\n}; In the example above, we create an instance of the Artist struct and set the name field to a string \"The Beatles\". To access the fields of a struct, you can use the . operator followed by the field name. // Access the `name` field of the `Artist` struct.\nlet artist_name = artist.name; // Access a field of the `Artist` struct.\nassert!(artist.name == string::utf8(b\"The Beatles\"), 0); // Mutate the `name` field of the `Artist` struct.\nartist.name = string::utf8(b\"Led Zeppelin\"); // Check that the `name` field has been mutated.\nassert!(artist.name == string::utf8(b\"Led Zeppelin\"), 1); Only module defining the struct can access its fields (both mutably and immutably). So the above code should be in the same module as the Artist struct.","breadcrumbs":"Syntax Basics » Struct » Create and use an instance","id":"94","title":"Create and use an instance"},"95":{"body":"Structs are non-discardable by default, meaning that the initiated struct value must be used: either stored or unpacked . Unpacking a struct means deconstructing it into its fields. This is done using the let keyword followed by the struct name and the field names. // Unpack the `Artist` struct and create a new variable `name`\n// with the value of the `name` field.\nlet Artist { name } = artist; In the example above we unpack the Artist struct and create a new variable name with the value of the name field. Because the variable is not used, the compiler will raise a warning. To suppress the warning, you can use the underscore _ to indicate that the variable is intentionally unused. // Unpack the `Artist` struct and ignore the `name` field.\nlet Artist { name: _ } = artist;","breadcrumbs":"Syntax Basics » Struct » Unpacking a struct","id":"95","title":"Unpacking a struct"},"96":{"body":"Move has a unique type system which allows defining type abilities . In the previous section , we introduced the struct definition and how to use it. However, the instances of the Artist and Record structs had to be unpacked for the code to compile. This is default behavior of a struct without abilities . In this section, we introduce the first ability - drop.","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities: Drop","id":"96","title":"Abilities: Drop"},"97":{"body":"Abilities are set in the struct definition using the has keyword followed by a list of abilities. The abilities are separated by commas. Move supports 4 abilities: copy, drop, key, and store. In this section, we cover the first two abilities: copy and drop. The last two abilities are covered in the programmability chapter , when we introduce Objects and storage operations. /// This struct has the `copy` and `drop` abilities.\nstruct VeryAble has copy, drop { // field: Type1, // field2: Type2, // ...\n}","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities syntax","id":"97","title":"Abilities syntax"},"98":{"body":"A struct without abilities cannot be discarded, or copied, or stored in the storage. We call such a struct a Hot Potato . It is a joke, but it is also a good way to remember that a struct without abilities is like a hot potato - it needs to be passed around and handled properly. Hot Potato is one of the most powerful patterns in Move, we go in detail about it in the TODO: authorization patterns chapter.","breadcrumbs":"Syntax Basics » Abilities: Drop » No abilities","id":"98","title":"No abilities"},"99":{"body":"The drop ability - the simplest of them - allows the instance of a struct to be ignored or discarded . In many programming languages this behavior is considered default. However, in Move, a struct without the drop ability is not allowed to be ignored. This is a safety feature of the Move language, which ensures that all assets are properly handled. An attempt to ignore a struct without the drop ability will result in a compilation error. module book::drop_ability { /// This struct has the `drop` ability. public struct IgnoreMe has drop { a: u8, b: u8, } /// This struct does not have the `drop` ability. public struct NoDrop {} #[test] // Create an instance of the `IgnoreMe` struct and ignore it. // Even though we constructed the instance, we don't need to unpack it. fun test_ignore() { let no_drop = NoDrop {}; let _ = IgnoreMe { a: 1, b: 2 }; // no need to unpack // The value must be unpacked for the code to compile. let NoDrop {} = no_drop; // OK }\n} The drop ability is often used on custom collection types to eliminate the need for special handling of the collection when it is no longer needed. For example, a vector type has the drop ability, which allows the vector to be ignored when it is no longer needed. However, the biggest feature of Move's type system is the ability to not have drop. This ensures that the assets are properly handled and not ignored. A struct with a single drop ability is called a Witness . We explain the concept of a Witness in the Witness and Abstract Implementation section.","breadcrumbs":"Syntax Basics » Abilities: Drop » Drop ability","id":"99","title":"Drop ability"}},"length":239,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.3166247903554},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.8284271247461903},"98":{"tf":1.7320508075688772},"99":{"tf":3.1622776601683795}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":2.6457513110645907},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.6457513110645907},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.0},"42":{"tf":2.0},"45":{"tf":4.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.8284271247461903},"72":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.23606797749979}}}}}}},"df":11,"docs":{"105":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"196":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"126":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.0},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.4142135623730951},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"128":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"234":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.3166247903554},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"89":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.4142135623730951},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":2.449489742783178},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":2.8284271247461903},"73":{"tf":2.6457513110645907},"74":{"tf":2.23606797749979},"75":{"tf":3.0},"76":{"tf":2.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.23606797749979},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.0},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.0}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.605551275463989},"161":{"tf":2.6457513110645907},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.0},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":13,"docs":{"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.0},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"39":{"tf":3.0},"40":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"235":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":5,"docs":{"14":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":2.8284271247461903},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.6457513110645907},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"99":{"tf":3.3166247903554}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":3.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":3.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.4142135623730951}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":25,"docs":{"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.605551275463989},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.3166247903554},"142":{"tf":3.0},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.6457513110645907}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":3.0},"171":{"tf":1.7320508075688772},"172":{"tf":2.8284271247461903},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"188":{"tf":2.0},"208":{"tf":2.0},"209":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"227":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":16,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":3.4641016151377544},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.6457513110645907},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.4641016151377544}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":2.8284271247461903},"128":{"tf":2.6457513110645907},"129":{"tf":3.4641016151377544},"130":{"tf":3.7416573867739413},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.605551275463989},"148":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":9,"docs":{"107":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":13,"docs":{"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":95,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":2.8284271247461903},"102":{"tf":2.8284271247461903},"103":{"tf":3.605551275463989},"104":{"tf":2.449489742783178},"106":{"tf":3.1622776601683795},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":3.605551275463989},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":3.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":35,"docs":{"183":{"tf":3.605551275463989},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.0},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.449489742783178},"231":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"88":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.0},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.449489742783178},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.8284271247461903},"32":{"tf":2.449489742783178},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"173":{"tf":3.3166247903554},"174":{"tf":2.6457513110645907},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.8284271247461903},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":3,"docs":{"1":{"tf":1.0},"184":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.6457513110645907},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.605551275463989},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.23606797749979},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.449489742783178},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.0},"120":{"tf":2.6457513110645907},"121":{"tf":2.8284271247461903},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.3166247903554},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.8284271247461903},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.449489742783178}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":30,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.23606797749979}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":3.4641016151377544},"181":{"tf":3.1622776601683795},"182":{"tf":3.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.123105625617661},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":4.58257569495584},"22":{"tf":3.605551275463989},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.0},"206":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":3.872983346207417},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.449489742783178},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.0},"172":{"tf":2.6457513110645907},"173":{"tf":4.47213595499958},"174":{"tf":3.1622776601683795},"176":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.0}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":6,"docs":{"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":154,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.6457513110645907},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"113":{"tf":2.449489742783178},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":17,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":14,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.6457513110645907},"161":{"tf":2.449489742783178},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.4641016151377544},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":3.1622776601683795},"98":{"tf":2.23606797749979},"99":{"tf":3.4641016151377544}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.6457513110645907},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.8284271247461903},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"45":{"tf":4.242640687119285},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.7416573867739413},"85":{"tf":2.449489742783178}}}}}}},"df":13,"docs":{"105":{"tf":1.7320508075688772},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":34,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":2.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.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.7320508075688772},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":15,"docs":{"196":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":2.0},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":2.0}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.23606797749979},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":121,"docs":{"100":{"tf":1.4142135623730951},"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.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"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},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"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}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"234":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.4641016151377544},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"89":{"tf":3.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":20,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.3166247903554},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.449489742783178},"190":{"tf":2.8284271247461903},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.449489742783178},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.7320508075688772},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":3.0},"73":{"tf":3.0},"74":{"tf":2.6457513110645907},"75":{"tf":3.3166247903554},"76":{"tf":2.449489742783178}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.4142135623730951},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.4142135623730951},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.449489742783178},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":2.0},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.449489742783178},"134":{"tf":2.0},"135":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":3.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.872983346207417},"161":{"tf":3.0},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":13,"docs":{"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.1622776601683795},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":3.0},"39":{"tf":3.0},"40":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.449489742783178},"42":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.23606797749979},"215":{"tf":1.0},"235":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":3.0},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.8284271247461903},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":3.605551275463989}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":3.3166247903554},"206":{"tf":1.7320508075688772},"207":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":2.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":3.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":3.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":2.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":42,"docs":{"134":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"195":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.7416573867739413},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.605551275463989},"142":{"tf":3.3166247903554},"143":{"tf":2.6457513110645907},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.8284271247461903}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.7320508075688772},"170":{"tf":3.3166247903554},"171":{"tf":2.0},"172":{"tf":3.1622776601683795},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.7320508075688772},"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":3,"docs":{"10":{"tf":2.0},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":19,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"103":{"tf":3.7416573867739413},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.8284271247461903},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.449489742783178},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.449489742783178}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":3.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.7320508075688772},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.605551275463989}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":3.0},"128":{"tf":2.8284271247461903},"129":{"tf":3.605551275463989},"130":{"tf":3.872983346207417},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.23606797749979}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":2.0},"232":{"tf":1.7320508075688772}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.0},"147":{"tf":3.872983346207417},"148":{"tf":2.6457513110645907},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":9,"docs":{"107":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"df":96,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":3.1622776601683795},"102":{"tf":3.0},"103":{"tf":3.7416573867739413},"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":3.4641016151377544},"107":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.6457513110645907},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":3.0},"69":{"tf":3.872983346207417},"70":{"tf":2.0},"71":{"tf":2.6457513110645907},"72":{"tf":3.1622776601683795},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":104,"docs":{"0":{"tf":2.0},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.8284271247461903},"134":{"tf":1.4142135623730951},"14":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":2.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"187":{"tf":1.4142135623730951},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":38,"docs":{"183":{"tf":3.872983346207417},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.23606797749979},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.6457513110645907},"231":{"tf":2.23606797749979},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"64":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":2.449489742783178},"117":{"tf":3.3166247903554},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.6457513110645907},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":3.0},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":3.1622776601683795},"32":{"tf":2.8284271247461903},"33":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":3.0},"172":{"tf":1.0},"173":{"tf":3.4641016151377544},"174":{"tf":2.8284271247461903},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":1.0},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.123105625617661},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":32,"docs":{"1":{"tf":1.0},"184":{"tf":2.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},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.8284271247461903},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.449489742783178},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.7416573867739413},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.23606797749979},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.449489742783178},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.3166247903554},"119":{"tf":1.0},"120":{"tf":3.0},"121":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.8284271247461903},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"217":{"tf":2.449489742783178},"218":{"tf":2.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.6457513110645907}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"53":{"tf":3.0},"54":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.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.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.449489742783178}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.449489742783178},"180":{"tf":3.7416573867739413},"181":{"tf":3.4641016151377544},"182":{"tf":3.1622776601683795},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.358898943540674},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"21":{"tf":4.795831523312719},"22":{"tf":3.7416573867739413},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"206":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":4.123105625617661},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.6457513110645907},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"51":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":2.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.123105625617661},"172":{"tf":2.6457513110645907},"173":{"tf":4.58257569495584},"174":{"tf":3.3166247903554},"176":{"tf":2.8284271247461903},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":3.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"222":{"tf":2.6457513110645907},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":157,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.8284271247461903},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.23606797749979},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":4.123105625617661},"113":{"tf":2.8284271247461903},"114":{"tf":3.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.7416573867739413},"225":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"153":{"tf":2.23606797749979},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":17,"docs":{"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":16,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"234":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"236":{"tf":1.0}}},"8":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"160":{"tf":1.0},"238":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"235":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"188":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"203":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"236":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"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":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"158":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":1,"docs":{"236":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"227":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}}},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"235":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"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":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"210":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"202":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"v":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"235":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"132":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"233":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"86":{"tf":1.0},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"110":{"tf":1.0},"213":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"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":{"56":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"y":{"df":1,"docs":{"202":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"k":{"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":10,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"215":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"171":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"216":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"183":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"219":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"117":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"154":{"tf":1.0},"155":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"158":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"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":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"213":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":5,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"228":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"188":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"df":7,"docs":{"117":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"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":["introduction.html#the-move-book","history.html#history","before-we-begin/index.html#before-we-begin","before-we-begin/install-sui.html#install-sui","before-we-begin/install-sui.html#download-binary","before-we-begin/install-sui.html#install-using-homebrew-macos","before-we-begin/install-sui.html#build-using-cargo-macos-linux","before-we-begin/install-sui.html#troubleshooting","before-we-begin/ide-support.html#set-up-your-ide","before-we-begin/ide-support.html#vscode","before-we-begin/ide-support.html#intellij-idea","before-we-begin/ide-support.html#emacs","before-we-begin/ide-support.html#github-codespaces","before-we-begin/move-2024.html#move-2024","your-first-move/index.html#your-first-move","your-first-move/hello-world.html#hello-world","your-first-move/hello-world.html#initialize-a-project","your-first-move/hello-world.html#create-a-module","your-first-move/hello-world.html#dive-into-the-code","your-first-move/hello-world.html#compile-the-package","your-first-move/adding-tests.html#adding-tests","your-first-move/adding-tests.html#your-first-test","your-first-move/adding-tests.html#failed-experiment","your-first-move/debugging.html#debugging","your-first-move/debugging.html#new-import","your-first-move/debugging.html#correct-usage","your-first-move/debugging.html#hint","your-first-move/generating-docs.html#generating-documentation","your-first-move/generating-docs.html#adding-documentation-comments","your-first-move/generating-docs.html#generating-documentation-1","concepts/index.html#concepts","concepts/packages.html#packages","concepts/packages.html#package-structure","concepts/packages.html#published-package","concepts/packages.html#links","concepts/manifest.html#package-manifest","concepts/manifest.html#sections","concepts/manifest.html#package","concepts/manifest.html#dependencies","concepts/manifest.html#resolving-version-conflicts-with-override","concepts/manifest.html#dev-dependencies","concepts/manifest.html#addresses","concepts/manifest.html#dev-addresses","concepts/manifest.html#toml-styles","concepts/manifest.html#links","concepts/address.html#addresses","concepts/address.html#further-reading","concepts/modules.html#module","concepts/user-interaction.html#interacting-with-a-package","concepts/what-is-an-account.html#account","concepts/what-is-a-transaction.html#transaction","concepts/what-is-a-transaction.html#transaction-structure","concepts/object-model.html#object-model","hello-sui/index.html#your-first-sui-app","hello-sui/hello-sui.html#hello-sui","hello-sui/hello-sui.html#create-a-new-sui-package","hello-sui/hello-sui.html#implement-the-postcard-application","hello-sui/hello-sui.html#next-steps","hello-sui/module-structure.html#using-objects","hello-sui/module-structure.html#module","hello-sui/module-structure.html#imports","hello-sui/module-structure.html#postcard-is-an-object","hello-sui/module-structure.html#creating-an-object","hello-sui/module-structure.html#sending-a-postcard","hello-sui/module-structure.html#keeping-the-object","hello-sui/module-structure.html#updating-the-object","hello-sui/module-structure.html#next-steps","basic-syntax/index.html#basic-syntax","basic-syntax/module.html#module","basic-syntax/module.html#module-declaration","basic-syntax/module.html#address--named-address","basic-syntax/module.html#module-members","basic-syntax/module.html#address-block","basic-syntax/comments.html#comments","basic-syntax/comments.html#line-comment","basic-syntax/comments.html#block-comment","basic-syntax/comments.html#doc-comment","basic-syntax/primitive-types.html#primitive-types","basic-syntax/primitive-types.html#variables-and-assignment","basic-syntax/primitive-types.html#booleans","basic-syntax/primitive-types.html#integer-types","basic-syntax/primitive-types.html#operations","basic-syntax/primitive-types.html#casting-with-as","basic-syntax/primitive-types.html#overflow","basic-syntax/address.html#address-type","basic-syntax/address.html#conversion","basic-syntax/expression.html#expression","basic-syntax/expression.html#literals","basic-syntax/expression.html#operators","basic-syntax/expression.html#blocks","basic-syntax/expression.html#function-calls","basic-syntax/expression.html#control-flow-expressions","basic-syntax/struct.html#custom-types-with-struct","basic-syntax/struct.html#struct","basic-syntax/struct.html#create-and-use-an-instance","basic-syntax/struct.html#unpacking-a-struct","basic-syntax/drop-ability.html#abilities-drop","basic-syntax/drop-ability.html#abilities-syntax","basic-syntax/drop-ability.html#no-abilities","basic-syntax/drop-ability.html#drop-ability","basic-syntax/importing-modules.html#importing-modules","basic-syntax/importing-modules.html#importing-a-module","basic-syntax/importing-modules.html#importing-members","basic-syntax/importing-modules.html#grouping-imports","basic-syntax/importing-modules.html#resolving-name-conflicts","basic-syntax/importing-modules.html#adding-an-external-dependency","basic-syntax/importing-modules.html#importing-a-module-from-another-package","basic-syntax/standard-library.html#standard-library","basic-syntax/standard-library.html#most-common-modules","basic-syntax/standard-library.html#implicit-imports","basic-syntax/standard-library.html#importing-std-without-sui-framework","basic-syntax/vector.html#vector","basic-syntax/vector.html#vector-syntax","basic-syntax/vector.html#vector-operations","basic-syntax/vector.html#destroying-a-vector-of-non-droppable-types","basic-syntax/option.html#option","basic-syntax/option.html#in-practice","basic-syntax/option.html#using-option","basic-syntax/string.html#string","basic-syntax/string.html#bytestring-literal","basic-syntax/string.html#strings-are-bytes","basic-syntax/string.html#working-with-utf-8-strings","basic-syntax/string.html#safe-utf-8-operations","basic-syntax/string.html#ascii-strings","basic-syntax/string.html#summary","basic-syntax/control-flow.html#control-flow","basic-syntax/control-flow.html#conditional-statements","basic-syntax/control-flow.html#repeating-statements-with-loops","basic-syntax/control-flow.html#the-while-loop","basic-syntax/control-flow.html#infinite-loop","basic-syntax/control-flow.html#exiting-a-loop-early","basic-syntax/control-flow.html#skipping-an-iteration","basic-syntax/control-flow.html#early-return","basic-syntax/constants.html#constants","basic-syntax/constants.html#naming-convention","basic-syntax/constants.html#constants-are-immutable","basic-syntax/assert-and-abort.html#assert-and-abort","basic-syntax/assert-and-abort.html#abort","basic-syntax/assert-and-abort.html#assert","basic-syntax/assert-and-abort.html#error-constants","basic-syntax/assert-and-abort.html#further-reading","basic-syntax/function.html#function","basic-syntax/function.html#function-declaration","basic-syntax/function.html#accessing-functions","basic-syntax/function.html#multiple-return-values","basic-syntax/struct-methods.html#struct-methods","basic-syntax/struct-methods.html#method-syntax","basic-syntax/struct-methods.html#method-aliases","basic-syntax/struct-methods.html#aliasing-an-external-modules-method","basic-syntax/visibility.html#visibility-modifiers","basic-syntax/visibility.html#internal-visibility","basic-syntax/visibility.html#public-visibility","basic-syntax/visibility.html#friend-visibility","basic-syntax/visibility.html#package-visibility","basic-syntax/ownership-and-scope.html#ownership-and-scope","basic-syntax/ownership-and-scope.html#ownership","basic-syntax/ownership-and-scope.html#returning-a-value","basic-syntax/ownership-and-scope.html#passing-by-value","basic-syntax/ownership-and-scope.html#scopes-with-blocks","basic-syntax/ownership-and-scope.html#copyable-types","basic-syntax/copy-ability.html#abilities-copy","basic-syntax/copy-ability.html#copying-and-drop","basic-syntax/references.html#references","basic-syntax/references.html#layout","basic-syntax/references.html#reference","basic-syntax/references.html#mutable-reference","basic-syntax/references.html#passing-by-value","basic-syntax/references.html#full-example","basic-syntax/generics.html#generics","basic-syntax/generics.html#in-the-standard-library","basic-syntax/generics.html#generic-syntax","basic-syntax/generics.html#multiple-type-parameters","basic-syntax/generics.html#why-generics","basic-syntax/generics.html#phantom-type-parameters","basic-syntax/generics.html#constraints-on-type-parameters","basic-syntax/generics.html#further-reading","basic-syntax/type-reflection.html#type-reflection","basic-syntax/type-reflection.html#in-practice","basic-syntax/type-reflection.html#further-reading","programmability/testing.html#testing","programmability/testing.html#the-test-attribute","programmability/testing.html#running-tests","programmability/testing.html#utilities-with-test_only","object/index.html#it-starts-with-an-object","programmability/index.html#advanced-programmability","programmability/transaction-context.html#transaction-context","programmability/transaction-context.html#reading-the-transaction-context","programmability/transaction-context.html#mutability","programmability/transaction-context.html#generating-unique-addresses","programmability/capability.html#pattern-capability","programmability/capability.html#capability-is-an-object","programmability/fast-path.html#fast-path","programmability/fast-path.html#frozen-objects","programmability/fast-path.html#in-practice","programmability/fast-path.html#special-case-clock","programmability/collections.html#collections","programmability/collections.html#vecset","programmability/collections.html#vecmap","programmability/dynamic-fields.html#dynamic-fields","programmability/dynamic-fields.html#structure","programmability/dynamic-fields.html#usage","programmability/dynamic-fields.html#dynamic-object-fields","programmability/dynamic-fields.html#custom-fields-for-keys","programmability/dynamic-fields.html#applications","programmability/epoch-and-time.html#epoch-and-time","programmability/epoch-and-time.html#epoch","programmability/epoch-and-time.html#time","programmability/epoch-and-time.html#testing","programmability/witness-and-abstract-implementation.html#abstract-class","programmability/witness-and-abstract-implementation.html#generic-struct","programmability/witness-and-abstract-implementation.html#common-methods","programmability/witness-and-abstract-implementation.html#witness-gated-functions","programmability/witness-and-abstract-implementation.html#differences-from-oop","programmability/witness-and-abstract-implementation.html#usage-in-sui-framework","guides/index.html#guides","guides/2024-migration-guide.html#move-2024-migration-guide","guides/2024-migration-guide.html#using-the-new-edition","guides/2024-migration-guide.html#struct-visibility","guides/2024-migration-guide.html#struct-methods","guides/2024-migration-guide.html#borrowing-operator","guides/2024-migration-guide.html#method-aliases","guides/2024-migration-guide.html#macros","guides/upgradeability-practices.html#upgradability-practices","guides/upgradeability-practices.html#using-entry-and-friend-functions","guides/upgradeability-practices.html#versioning-objects","guides/upgradeability-practices.html#versioning-configuration-with-dynamic-fields","guides/upgradeability-practices.html#modular-architecture","guides/building-against-limits.html#building-against-limits","guides/building-against-limits.html#transaction-size","guides/building-against-limits.html#object-size","guides/building-against-limits.html#single-pure-argument-size","guides/building-against-limits.html#maximum-number-of-objects-created","guides/building-against-limits.html#maximum-number-of-events","guides/better-error-handling.html#better-error-handling","guides/better-error-handling.html#rule-1-handle-all-possible-scenarios","guides/better-error-handling.html#rule-2-abort-with-different-codes","guides/better-error-handling.html#rule-3-return-bool-instead-of-assert","appendix/glossary.html#glossary","appendix/glossary.html#abilities"],"index":{"documentStore":{"docInfo":{"0":{"body":19,"breadcrumbs":3,"title":2},"1":{"body":20,"breadcrumbs":2,"title":1},"10":{"body":16,"breadcrumbs":7,"title":2},"100":{"body":30,"breadcrumbs":6,"title":2},"101":{"body":63,"breadcrumbs":6,"title":2},"102":{"body":46,"breadcrumbs":6,"title":2},"103":{"body":109,"breadcrumbs":6,"title":2},"104":{"body":60,"breadcrumbs":7,"title":3},"105":{"body":87,"breadcrumbs":7,"title":3},"106":{"body":71,"breadcrumbs":8,"title":4},"107":{"body":24,"breadcrumbs":6,"title":2},"108":{"body":81,"breadcrumbs":6,"title":2},"109":{"body":16,"breadcrumbs":6,"title":2},"11":{"body":13,"breadcrumbs":6,"title":1},"110":{"body":28,"breadcrumbs":9,"title":5},"111":{"body":18,"breadcrumbs":4,"title":1},"112":{"body":78,"breadcrumbs":5,"title":2},"113":{"body":51,"breadcrumbs":5,"title":2},"114":{"body":50,"breadcrumbs":8,"title":5},"115":{"body":92,"breadcrumbs":4,"title":1},"116":{"body":113,"breadcrumbs":4,"title":1},"117":{"body":56,"breadcrumbs":5,"title":2},"118":{"body":38,"breadcrumbs":4,"title":1},"119":{"body":6,"breadcrumbs":5,"title":2},"12":{"body":19,"breadcrumbs":7,"title":2},"120":{"body":72,"breadcrumbs":5,"title":2},"121":{"body":60,"breadcrumbs":7,"title":4},"122":{"body":76,"breadcrumbs":7,"title":4},"123":{"body":36,"breadcrumbs":5,"title":2},"124":{"body":2,"breadcrumbs":4,"title":1},"125":{"body":48,"breadcrumbs":6,"title":2},"126":{"body":131,"breadcrumbs":6,"title":2},"127":{"body":58,"breadcrumbs":7,"title":3},"128":{"body":106,"breadcrumbs":5,"title":1},"129":{"body":98,"breadcrumbs":6,"title":2},"13":{"body":31,"breadcrumbs":6,"title":2},"130":{"body":99,"breadcrumbs":7,"title":3},"131":{"body":85,"breadcrumbs":6,"title":2},"132":{"body":89,"breadcrumbs":6,"title":2},"133":{"body":66,"breadcrumbs":4,"title":1},"134":{"body":25,"breadcrumbs":5,"title":2},"135":{"body":23,"breadcrumbs":5,"title":2},"136":{"body":0,"breadcrumbs":6,"title":2},"137":{"body":43,"breadcrumbs":5,"title":1},"138":{"body":41,"breadcrumbs":5,"title":1},"139":{"body":69,"breadcrumbs":6,"title":2},"14":{"body":69,"breadcrumbs":4,"title":2},"140":{"body":12,"breadcrumbs":6,"title":2},"141":{"body":98,"breadcrumbs":4,"title":1},"142":{"body":56,"breadcrumbs":5,"title":2},"143":{"body":40,"breadcrumbs":5,"title":2},"144":{"body":87,"breadcrumbs":6,"title":3},"145":{"body":23,"breadcrumbs":6,"title":2},"146":{"body":112,"breadcrumbs":6,"title":2},"147":{"body":191,"breadcrumbs":6,"title":2},"148":{"body":91,"breadcrumbs":8,"title":4},"149":{"body":35,"breadcrumbs":6,"title":2},"15":{"body":14,"breadcrumbs":6,"title":2},"150":{"body":41,"breadcrumbs":6,"title":2},"151":{"body":38,"breadcrumbs":6,"title":2},"152":{"body":55,"breadcrumbs":6,"title":2},"153":{"body":45,"breadcrumbs":6,"title":2},"154":{"body":25,"breadcrumbs":6,"title":2},"155":{"body":58,"breadcrumbs":5,"title":1},"156":{"body":29,"breadcrumbs":6,"title":2},"157":{"body":43,"breadcrumbs":6,"title":2},"158":{"body":98,"breadcrumbs":6,"title":2},"159":{"body":31,"breadcrumbs":6,"title":2},"16":{"body":102,"breadcrumbs":6,"title":2},"160":{"body":92,"breadcrumbs":6,"title":2},"161":{"body":49,"breadcrumbs":6,"title":2},"162":{"body":92,"breadcrumbs":4,"title":1},"163":{"body":62,"breadcrumbs":4,"title":1},"164":{"body":79,"breadcrumbs":4,"title":1},"165":{"body":49,"breadcrumbs":5,"title":2},"166":{"body":51,"breadcrumbs":5,"title":2},"167":{"body":43,"breadcrumbs":5,"title":2},"168":{"body":30,"breadcrumbs":4,"title":1},"169":{"body":21,"breadcrumbs":5,"title":2},"17":{"body":70,"breadcrumbs":6,"title":2},"170":{"body":127,"breadcrumbs":5,"title":2},"171":{"body":202,"breadcrumbs":6,"title":3},"172":{"body":102,"breadcrumbs":4,"title":1},"173":{"body":129,"breadcrumbs":6,"title":3},"174":{"body":92,"breadcrumbs":6,"title":3},"175":{"body":0,"breadcrumbs":5,"title":2},"176":{"body":49,"breadcrumbs":6,"title":2},"177":{"body":75,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":6,"title":2},"179":{"body":19,"breadcrumbs":4,"title":1},"18":{"body":115,"breadcrumbs":6,"title":2},"180":{"body":69,"breadcrumbs":5,"title":2},"181":{"body":43,"breadcrumbs":5,"title":2},"182":{"body":91,"breadcrumbs":5,"title":2},"183":{"body":162,"breadcrumbs":4,"title":2},"184":{"body":43,"breadcrumbs":4,"title":2},"185":{"body":121,"breadcrumbs":6,"title":2},"186":{"body":28,"breadcrumbs":7,"title":3},"187":{"body":47,"breadcrumbs":5,"title":1},"188":{"body":57,"breadcrumbs":7,"title":3},"189":{"body":40,"breadcrumbs":6,"title":2},"19":{"body":40,"breadcrumbs":6,"title":2},"190":{"body":83,"breadcrumbs":6,"title":2},"191":{"body":110,"breadcrumbs":6,"title":2},"192":{"body":23,"breadcrumbs":6,"title":2},"193":{"body":117,"breadcrumbs":5,"title":1},"194":{"body":24,"breadcrumbs":7,"title":3},"195":{"body":28,"breadcrumbs":4,"title":1},"196":{"body":76,"breadcrumbs":4,"title":1},"197":{"body":102,"breadcrumbs":4,"title":1},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":24,"breadcrumbs":5,"title":1},"2":{"body":22,"breadcrumbs":4,"title":2},"20":{"body":90,"breadcrumbs":6,"title":2},"200":{"body":24,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":7,"title":3},"202":{"body":5,"breadcrumbs":7,"title":3},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":28,"breadcrumbs":6,"title":2},"205":{"body":74,"breadcrumbs":5,"title":1},"206":{"body":143,"breadcrumbs":5,"title":1},"207":{"body":4,"breadcrumbs":5,"title":1},"208":{"body":73,"breadcrumbs":7,"title":2},"209":{"body":0,"breadcrumbs":7,"title":2},"21":{"body":163,"breadcrumbs":6,"title":2},"210":{"body":0,"breadcrumbs":7,"title":2},"211":{"body":0,"breadcrumbs":8,"title":3},"212":{"body":44,"breadcrumbs":7,"title":2},"213":{"body":25,"breadcrumbs":8,"title":3},"214":{"body":21,"breadcrumbs":2,"title":1},"215":{"body":21,"breadcrumbs":8,"title":4},"216":{"body":21,"breadcrumbs":7,"title":3},"217":{"body":19,"breadcrumbs":6,"title":2},"218":{"body":36,"breadcrumbs":6,"title":2},"219":{"body":28,"breadcrumbs":6,"title":2},"22":{"body":108,"breadcrumbs":6,"title":2},"220":{"body":20,"breadcrumbs":6,"title":2},"221":{"body":30,"breadcrumbs":5,"title":1},"222":{"body":111,"breadcrumbs":5,"title":2},"223":{"body":6,"breadcrumbs":7,"title":4},"224":{"body":69,"breadcrumbs":5,"title":2},"225":{"body":62,"breadcrumbs":7,"title":4},"226":{"body":12,"breadcrumbs":5,"title":2},"227":{"body":45,"breadcrumbs":7,"title":3},"228":{"body":19,"breadcrumbs":6,"title":2},"229":{"body":32,"breadcrumbs":6,"title":2},"23":{"body":32,"breadcrumbs":4,"title":1},"230":{"body":43,"breadcrumbs":8,"title":4},"231":{"body":30,"breadcrumbs":8,"title":4},"232":{"body":14,"breadcrumbs":7,"title":3},"233":{"body":101,"breadcrumbs":7,"title":3},"234":{"body":71,"breadcrumbs":9,"title":5},"235":{"body":82,"breadcrumbs":9,"title":5},"236":{"body":111,"breadcrumbs":10,"title":6},"237":{"body":31,"breadcrumbs":3,"title":1},"238":{"body":70,"breadcrumbs":3,"title":1},"24":{"body":148,"breadcrumbs":5,"title":2},"25":{"body":22,"breadcrumbs":5,"title":2},"26":{"body":43,"breadcrumbs":4,"title":1},"27":{"body":20,"breadcrumbs":6,"title":2},"28":{"body":93,"breadcrumbs":7,"title":3},"29":{"body":101,"breadcrumbs":6,"title":2},"3":{"body":20,"breadcrumbs":6,"title":2},"30":{"body":30,"breadcrumbs":2,"title":1},"31":{"body":66,"breadcrumbs":3,"title":1},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":31,"breadcrumbs":4,"title":2},"34":{"body":5,"breadcrumbs":3,"title":1},"35":{"body":42,"breadcrumbs":4,"title":2},"36":{"body":0,"breadcrumbs":3,"title":1},"37":{"body":36,"breadcrumbs":3,"title":1},"38":{"body":59,"breadcrumbs":3,"title":1},"39":{"body":45,"breadcrumbs":6,"title":4},"4":{"body":18,"breadcrumbs":6,"title":2},"40":{"body":28,"breadcrumbs":4,"title":2},"41":{"body":21,"breadcrumbs":3,"title":1},"42":{"body":34,"breadcrumbs":4,"title":2},"43":{"body":56,"breadcrumbs":4,"title":2},"44":{"body":3,"breadcrumbs":3,"title":1},"45":{"body":99,"breadcrumbs":3,"title":1},"46":{"body":3,"breadcrumbs":4,"title":2},"47":{"body":17,"breadcrumbs":3,"title":1},"48":{"body":36,"breadcrumbs":5,"title":2},"49":{"body":19,"breadcrumbs":3,"title":1},"5":{"body":9,"breadcrumbs":8,"title":4},"50":{"body":26,"breadcrumbs":3,"title":1},"51":{"body":26,"breadcrumbs":4,"title":2},"52":{"body":73,"breadcrumbs":5,"title":2},"53":{"body":69,"breadcrumbs":6,"title":3},"54":{"body":19,"breadcrumbs":7,"title":2},"55":{"body":66,"breadcrumbs":9,"title":4},"56":{"body":153,"breadcrumbs":8,"title":3},"57":{"body":18,"breadcrumbs":7,"title":2},"58":{"body":21,"breadcrumbs":7,"title":2},"59":{"body":22,"breadcrumbs":6,"title":1},"6":{"body":18,"breadcrumbs":9,"title":5},"60":{"body":18,"breadcrumbs":6,"title":1},"61":{"body":47,"breadcrumbs":7,"title":2},"62":{"body":80,"breadcrumbs":7,"title":2},"63":{"body":52,"breadcrumbs":7,"title":2},"64":{"body":28,"breadcrumbs":7,"title":2},"65":{"body":34,"breadcrumbs":7,"title":2},"66":{"body":20,"breadcrumbs":7,"title":2},"67":{"body":24,"breadcrumbs":4,"title":2},"68":{"body":24,"breadcrumbs":4,"title":1},"69":{"body":73,"breadcrumbs":5,"title":2},"7":{"body":8,"breadcrumbs":5,"title":1},"70":{"body":35,"breadcrumbs":6,"title":3},"71":{"body":45,"breadcrumbs":5,"title":2},"72":{"body":54,"breadcrumbs":5,"title":2},"73":{"body":36,"breadcrumbs":4,"title":1},"74":{"body":41,"breadcrumbs":5,"title":2},"75":{"body":61,"breadcrumbs":5,"title":2},"76":{"body":44,"breadcrumbs":5,"title":2},"77":{"body":30,"breadcrumbs":6,"title":2},"78":{"body":56,"breadcrumbs":6,"title":2},"79":{"body":42,"breadcrumbs":5,"title":1},"8":{"body":41,"breadcrumbs":8,"title":3},"80":{"body":75,"breadcrumbs":6,"title":2},"81":{"body":59,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":27,"breadcrumbs":5,"title":1},"84":{"body":68,"breadcrumbs":6,"title":2},"85":{"body":59,"breadcrumbs":5,"title":1},"86":{"body":31,"breadcrumbs":4,"title":1},"87":{"body":83,"breadcrumbs":4,"title":1},"88":{"body":37,"breadcrumbs":4,"title":1},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":23,"breadcrumbs":6,"title":1},"90":{"body":44,"breadcrumbs":5,"title":2},"91":{"body":43,"breadcrumbs":6,"title":3},"92":{"body":24,"breadcrumbs":6,"title":3},"93":{"body":141,"breadcrumbs":4,"title":1},"94":{"body":94,"breadcrumbs":6,"title":3},"95":{"body":73,"breadcrumbs":5,"title":2},"96":{"body":31,"breadcrumbs":6,"title":2},"97":{"body":49,"breadcrumbs":6,"title":2},"98":{"body":38,"breadcrumbs":5,"title":1},"99":{"body":135,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is a book about the Move language and the Sui blockchain platform. It is a comprehensive guide to the language and the platform, and it is intended for developers who want to learn how to write application in Move and build on Sui.","breadcrumbs":"Introduction » The Move Book","id":"0","title":"The Move Book"},"1":{"body":"2019 - Libra is announced 2019 - Move a Language with Programmable Resources 2022 - The Diem Association is closed, Move is open sourced 2023 - ... 2024 - Move 2024 is released","breadcrumbs":"History » History","id":"1","title":"History"},"10":{"body":"IntelliJ IDEA is a commercial IDE from JetBrains. Move Language Plugin provides a Move language extension for IntelliJ IDEA by Pontem Network .","breadcrumbs":"Before we begin » Set up your IDE » IntelliJ IDEA","id":"10","title":"IntelliJ IDEA"},"100":{"body":"Move achieves high modularity and code reuse by allowing module imports. Modules within the same package can import each other, and a new package can depend on already existing packages and use their modules too. This section will cover the basics of importing modules and how to use them in your own code.","breadcrumbs":"Syntax Basics » Importing Modules » Importing Modules","id":"100","title":"Importing Modules"},"101":{"body":"Modules defined in the same package can import each other. The use keyword is followed by the module path, which consists of the package address (or alias) and the module name separated by ::. // File: sources/module_one.move\nmodule book::module_one { /// Struct defined in the same module. public struct Character has drop {} /// Simple function that creates a new `Character` instance. public fun new(): Character { Character {} }\n} File: sources/module_two.move // File: sources/module_two.move\nmodule book::module_two { use book::module_one; // importing module_one from the same package /// Calls the `new` function from the `module_one` module. public fun create_and_ignore() { let _ = module_one::new(); }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module","id":"101","title":"Importing a Module"},"102":{"body":"You can also import specific members from a module. This is useful when you only need a single function or a single type from a module. The syntax is the same as for importing a module, but you add the member name after the module path. module book::more_imports { use book::module_one::new; // imports the `new` function from the `module_one` module use book::module_one::Character; // importing the `Character` struct from the `module_one` module /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing Members","id":"102","title":"Importing Members"},"103":{"body":"Imports can be grouped into a single use statement using the curly braces {}. This is useful when you need to import multiple members from the same module. Move allows grouping imports from the same module and from the same package. module book::grouped_imports { // imports the `new` function and the `Character` struct from /// the `module_one` module use book::module_one::{new, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { new() }\n} Single function imports are less common in Move, since the function names can overlap and cause confusion. A recommended practice is to import the entire module and use the module path to access the function. Types have unique names and should be imported individually. To import members and the module itself in the group import, you can use the Self keyword. The Self keyword refers to the module itself and can be used to import the module and its members. module book::self_imports { // imports the `Character` struct, and the `module_one` module use book::module_one::{Self, Character}; /// Calls the `new` function from the `module_one` module. public fun create_character(): Character { module_one::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Grouping Imports","id":"103","title":"Grouping Imports"},"104":{"body":"When importing multiple members from different modules, it is possible to have name conflicts. For example, if you import two modules that both have a function with the same name, you will need to use the module path to access the function. It is also possible to have modules with the same name in different packages. To resolve the conflict and avoid ambiguity, Move offers the as keyword to rename the imported member. module book::conflict_resolution { // `as` can be placed after any import, including group imports use book::module_one::{Self as mod, Character as Char}; /// Calls the `new` function from the `module_one` module. public fun create(): Char { mod::new() }\n}","breadcrumbs":"Syntax Basics » Importing Modules » Resolving Name Conflicts","id":"104","title":"Resolving Name Conflicts"},"105":{"body":"Every new package generated via the sui binary features a Move.toml file with a single dependency on the Sui Framework package. The Sui Framework depends on the Standard Library package. And both of these packages are available in default configuration. Package dependencies are defined in the Package Manifest as follows: [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nLocal = { local = \"../my_other_package\" } The dependencies section contains a list of package dependencies. The key is the name of the package, and the value is either a git import table or a local path. The git import contains the URL of the package, the subdirectory where the package is located, and the revision of the package. The local path is a relative path to the package directory. If a dependency is added to the Move.toml file, the compiler will automatically fetch (and later refetch) the dependencies when building the package.","breadcrumbs":"Syntax Basics » Importing Modules » Adding an External Dependency","id":"105","title":"Adding an External Dependency"},"106":{"body":"Normally, packages define their addresses in the [addresses] section, so you can use the alias instead of the address. For example, instead of 0x2::coin module, you would use sui::coin. The sui alias is defined in the Sui Framework package. Similarly, the std alias is defined in the Standard Library package and can be used to access the standard library modules. To import a module from another package, you use the use keyword followed by the module path. The module path consists of the package address (or alias) and the module name separated by ::. module book::imports { use std::string; // std = 0x1, string is a module in the standard library use sui::coin; // sui = 0x2, coin is a module in the Sui Framework\n}","breadcrumbs":"Syntax Basics » Importing Modules » Importing a Module from Another Package","id":"106","title":"Importing a Module from Another Package"},"107":{"body":"The Move Standard Library provides functionality for native types and operations. It is a standard collection of modules which do not interact with the storage, but provide basic tools for working and manipulating the data. It is the only dependency of the Sui Framework , and is imported together with it.","breadcrumbs":"Syntax Basics » Standard Library » Standard Library","id":"107","title":"Standard Library"},"108":{"body":"In this book we go into detail about most of the modules in the Standard Library, however, it is also helpful to give an overview of the features, so that you can get a sense of what is available and which module implements it. Module Description Chapter std::string Provides basic string operations String std::ascii Provides basic ASCII operations String std::option Implements an Option Option std::vector Native operations on the vector type Vector std::hash Hashing functions: sha2_256 and sha3_256 Cryptography and Hashing std::bcs Contains the bcs::to_bytes() function BCS std::address Contains a single address::length function Address std::type_name Allows runtime type reflection Type Reflection std::debug Contains debugging functions, which are available in only in test mode Debugging std::bit_vector Provides operations on bit vectors - std::fixed_point32 Provides the FixedPoint32 type -","breadcrumbs":"Syntax Basics » Standard Library » Most Common Modules","id":"108","title":"Most Common Modules"},"109":{"body":"Some of the modules are imported implicitly, and are available in the module without explicit use import. For Standard Library, these modules and types are: std::vector std::option std::option::Option","breadcrumbs":"Syntax Basics » Standard Library » Implicit Imports","id":"109","title":"Implicit Imports"},"11":{"body":"Emacs is a free and open source text editor. move-mode is a Move mode for Emacs by Ashok Menon .","breadcrumbs":"Before we begin » Set up your IDE » Emacs","id":"11","title":"Emacs"},"110":{"body":"The Move Standard Library can be imported to the package directly. However, std alone is not enough to build a meaningful application, as it does not provide any storage capabilities, and can't interact with the on-chain state. MoveStdlib = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/move-stdlib\", rev = \"framework/mainnet\" }","breadcrumbs":"Syntax Basics » Standard Library » Importing std without Sui Framework","id":"110","title":"Importing std without Sui Framework"},"111":{"body":"Vectors are a native way to store collections of elements in Move. They are similar to arrays in other programming languages, but with a few differences. In this section, we introduce the vector type and its operations.","breadcrumbs":"Syntax Basics » Vector » Vector","id":"111","title":"Vector"},"112":{"body":"The vector type is defined using the vector keyword followed by the type of the elements in angle brackets. The type of the elements can be any valid Move type, including other vectors. Move has a vector literal syntax that allows you to create vectors using the vector keyword followed by square brackets containing the elements (or no elements for an empty vector). // An empty vector of bool elements.\nlet empty: vector = vector[]; // A vector of u8 elements.\nlet v: vector = vector[10, 20, 30]; // A vector of vector elements.\nlet vv: vector> = vector[ vector[10, 20], vector[30, 40]\n]; The vector type is a built-in type in Move, and does not need to be imported from a module. However, vector operations are defined in the std::vector module, and you need to import the module to use them.","breadcrumbs":"Syntax Basics » Vector » Vector syntax","id":"112","title":"Vector syntax"},"113":{"body":"The standard library provides methods to manipulate vectors. The following are some of the most commonly used operations: push_back: Adds an element to the end of the vector. pop_back: Removes the last element from the vector. length: Returns the number of elements in the vector. is_empty: Returns true if the vector is empty. remove: Removes an element at a given index. let mut v = vector[10u8, 20, 30]; assert!(v.length() == 3, 0);\nassert!(!v.is_empty(), 1); v.push_back(40);\nlet last_value = v.pop_back(); assert!(last_value == 40, 2);","breadcrumbs":"Syntax Basics » Vector » Vector operations","id":"113","title":"Vector operations"},"114":{"body":"A vector of non-droppable types cannot be discarded. If you define a vector of types without drop ability, the vector value cannot be ignored. However, if the vector is empty, compiler requires an explicit call to destroy_empty function. /// A struct without `drop` ability. public struct NoDrop {} #[test] fun test_destroy_empty() { // Initialize a vector of `NoDrop` elements. let v = vector[]; // While we know that `v` is empty, we still need to call // the explicit `destroy_empty` function to discard the vector. v.destroy_empty(); }","breadcrumbs":"Syntax Basics » Vector » Destroying a Vector of non-droppable types","id":"114","title":"Destroying a Vector of non-droppable types"},"115":{"body":"Option is a type that represents an optional value which may or may not exist. The concept of Option in Move is borrowed from Rust, and it is a very useful primitive in Move. Option is defined in the Standard Library , and is defined as follows: File: move-stdlib/source/option.move /// Abstraction of a value that may or may not be present.\nstruct Option has copy, drop, store { vec: vector\n} The 'std::option' module is implicitly imported in every module, and you don't need to add an import. The Option is a generic type which takes a type parameter Element. It has a single field vec which is a vector of Element. Vector can have length 0 or 1, and this is used to represent the presence or absence of a value. Option type has two variants: Some and None. Some variant contains a value and None variant represents the absence of a value. The Option type is used to represent the absence of a value in a type-safe way, and it is used to avoid the need for empty or undefined values.","breadcrumbs":"Syntax Basics » Option » Option","id":"115","title":"Option"},"116":{"body":"To showcase why Option type is necessary, let's look at an example. Consider an application which takes a user input and stores it in a variable. Some fields are required, and some are optional. For example, a user's middle name is optional. While we could use an empty string to represent the absence of a middle name, it would require extra checks to differentiate between an empty string and a missing middle name. Instead, we can use the Option type to represent the middle name. module book::user_registry { use std::string::String; /// A struct representing a user record. public struct User has drop { first_name: String, middle_name: Option, last_name: String, } /// Create a new `User` struct with the given fields. public fun register( first_name: String, middle_name: Option, last_name: String, ): User { User { first_name, middle_name, last_name } }\n} In the example above, the middle_name field is of type Option. This means that the middle_name field can either contain a String value or be empty. This makes it clear that the middle name is optional, and it avoids the need for extra checks to differentiate between an empty string and a missing middle name.","breadcrumbs":"Syntax Basics » Option » In Practice","id":"116","title":"In Practice"},"117":{"body":"To use the Option type, you need to import the std::option module and use the Option type. You can then create an Option value using the some or none methods. // `option::some` creates an `Option` value with a value.\nlet mut opt = option::some(b\"Alice\"); // `option.is_some()` returns true if option contains a value.\nassert!(opt.is_some(), 1); // internal value can be `borrow`ed and `borrow_mut`ed.\nassert!(opt.borrow() == &b\"Alice\", 0); // `option.extract` takes the value out of the option, leaving the option empty.\nlet inner = opt.extract(); // `option.is_none()` returns true if option is None.\nassert!(opt.is_none(), 2);","breadcrumbs":"Syntax Basics » Option » Using Option","id":"117","title":"Using Option"},"118":{"body":"While Move does not have a built-in to represent strings, it does have a string module in the Standard Library that provides a String type. The string module represents UTF-8 encoded strings, and another module, ascii, provides an ASCII-only String type. Sui execution environment also allows Strings as transaction arguments, so in many cases, String does not to be constructed in the Transaction Block .","breadcrumbs":"Syntax Basics » String » String","id":"118","title":"String"},"119":{"body":"TODO: reference vector reference literals - Expression","breadcrumbs":"Syntax Basics » String » Bytestring Literal","id":"119","title":"Bytestring Literal"},"12":{"body":"Web based IDE from Github, can be run right in the browser and provides almost a full-featured VSCode experience. Github Codespaces Move Syntax is also available in the extensions marketplace.","breadcrumbs":"Before we begin » Set up your IDE » Github Codespaces","id":"12","title":"Github Codespaces"},"120":{"body":"No matter which type of string you use, it is important to know that strings are just bytes. The wrappers provided by the string and ascii modules are just that: wrappers. They do provide extra checks and functionality than a vector of bytes, but under the hood, they are just vectors of bytes. module book::custom_string { /// Anyone can implement a custom string-like type by wrapping a vector. public struct MyString { bytes: vector, } /// Implement a `from_bytes` function to convert a vector of bytes to a string. public fun from_bytes(bytes: vector): MyString { MyString { bytes } } /// Implement a `bytes` function to convert a string to a vector of bytes. public fun bytes(self: &MyString): &vector { &self.bytes }\n} Both standard types provide conversions from and to vectors of bytes.","breadcrumbs":"Syntax Basics » String » Strings are bytes","id":"120","title":"Strings are bytes"},"121":{"body":"While there are two types of strings in the standard library, the string module should be considered the default. It has native implementations of many common operations, and hence is more efficient than the ascii module. To create a string or perform operations on it, you must import the string module: module book::string_utf { use std::string; #[test] fun using_strings() { // strings are normally created using the `utf8` function let mut hello = string::utf8(b\"Hello\"); let world = string::utf8(b\", World!\"); // strings can be concatenated using the `append_utf8` function hello.append_utf8(*world.bytes()); // mutates the value // just like any other type, strings can be compared assert!(hello == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » Working with UTF-8 Strings","id":"121","title":"Working with UTF-8 Strings"},"122":{"body":"The default utf8 method is potentially unsafe, as it does not check that the bytes passed to it are valid UTF-8. If you are not sure that the bytes you are passing are valid UTF-8, you should use the try_utf8 method instead. It returns an Option, which is None if the bytes are not valid UTF-8: The try_* pattern is used throughout the standard library to indicate that a function may fail. For more information, see the Error Handling section. module book::string_safe_utf { use std::string; #[test] fun safe_strings() { // this is a valid UTF-8 string let hello = string::try_utf8(b\"Hello\"); assert!(hello.is_some(), 0); // abort if the value is not valid UTF-8 // this is not a valid UTF-8 string let invalid = string::try_utf8(b\"\\xFF\"); assert!(invalid.is_none(), 0); // abort if the value is valid UTF-8 }\n}","breadcrumbs":"Syntax Basics » String » Safe UTF-8 Operations","id":"122","title":"Safe UTF-8 Operations"},"123":{"body":"TODO: ASCII strings module book::string_ascii { // use std::ascii::String; #[test] fun using_strings() { // strings are normally created using the `utf8` function // let mut hello = string::utf8(b\"Hello\"); // let world = string::utf8(b\", World!\"); // // strings can be concatenated using the `append_utf8` function // let hello_world = hello.append_utf8(*world.bytes()); // // just like any other type, strings can be compared // assert!(hello_world == string::utf8(b\"Hello, World!\"), 0x0); }\n}","breadcrumbs":"Syntax Basics » String » ASCII Strings","id":"123","title":"ASCII Strings"},"124":{"body":"TODO: summary","breadcrumbs":"Syntax Basics » String » Summary","id":"124","title":"Summary"},"125":{"body":"Control flow statements are used to control the flow of execution in a program. They are used to make decisions, to repeat a block of code, and to exit a block of code early. Move has the following control flow statements (explained in detail below): if and if-else - making decisions on whether to execute a block of code loop and while loops - repeating a block of code break and continue statements - exiting a loop early return statement - exiting a function early","breadcrumbs":"Syntax Basics » Control Flow » Control Flow","id":"125","title":"Control Flow"},"126":{"body":"The if expression is used to make decisions in a program. It evaluates a boolean expression and executes a block of code if the expression is true. Paired with else, it can execute a different block of code if the expression is false. The syntax for the if expression is: if () ;\nif () else ; Just like any other expression, if requires a semicolon, if there are other expressions following it. The else keyword is optional, except for the case when the resulting value is assigned to a variable. We will cover this below. #[test] fun test_if() { let x = 5; // `x > 0` is a boolean expression. if (x > 0) { std::debug::print(&b\"X is bigger than 0\".to_string()) }; } Let's see how we can use if and else to assign a value to a variable: #[test] fun test_if_else() { let x = 5; let y = if (x > 0) { 1 } else { 0 }; assert!(y == 1, 0); } Here we assign the value of the if expression to the variable y. If x is greater than 0, y will be assigned the value 1, otherwise 0. The else block is necessary, because both branches must return a value of the same type. If we omit the else block, the compiler will throw an error. Conditional expressions are one of the most important control flow statements in Move. They can use either user provided input or some already stored data to make decisions. In particular, they are used in the assert! macro to check if a condition is true, and if not, to abort execution. We will get to it very soon!","breadcrumbs":"Syntax Basics » Control Flow » Conditional Statements","id":"126","title":"Conditional Statements"},"127":{"body":"Loops are used to execute a block of code multiple times. Move has two built-in types of loops: loop and while. In many cases they can be used interchangeably, but usually while is used when the number of iterations is known in advance, and loop is used when the number of iterations is not known in advance or there are multiple exit points. Loops are helpful when dealing with collections, such as vectors, or when we want to repeat a block of code until a certain condition is met. However, it is important to be careful with loops, as they can lead to infinite loops, which can lead to gas exhaustion and the transaction being aborted.","breadcrumbs":"Syntax Basics » Control Flow » Repeating Statements with Loops","id":"127","title":"Repeating Statements with Loops"},"128":{"body":"The while statement is used to execute a block of code as long as a boolean expression is true. Just like we've seen with if, the boolean expression is evaluated before each iteration of the loop. Just like conditional statements, the while loop is an expression and requires a semicolon if there are other expressions following it. The syntax for the while loop is: while () { ; }; Here is an example of a while loop with a very simple condition: // This function iterates over the `x` variable until it reaches 10, the // return value is the number of iterations it took to reach 10. // // If `x` is 0, then the function will return 10. // If `x` is 5, then the function will return 5. fun while_loop(mut x: u8): u8 { let mut y = 0; // This will loop until `x` is 10. // And will never run if `x` is 10 or more. while (x < 10) { y = y + 1; x = x + 1; }; y } #[test] fun test_while() { assert!(while_loop(0) == 10, 0); // 10 times assert!(while_loop(5) == 5, 0); // 5 times assert!(while_loop(10) == 0, 0); // loop never executed }","breadcrumbs":"Syntax Basics » Control Flow » The while loop","id":"128","title":"The while loop"},"129":{"body":"Now let's imagine a scenario where the boolean expression is always true. For example, if we literally passed true to the while condition. As you might expect, this would create an infinite loop, and this is almost what the loop statement works like. #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_while() { let mut x = 0; // This will loop forever. while (true) { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } An infinite while, or while without a condition, is a loop. The syntax for it is simple: loop { ; }; Let's rewrite the previous example using loop instead of while: #[test, expected_failure(out_of_gas, location=Self)] fun test_infinite_loop() { let mut x = 0; // This will loop forever. loop { x = x + 1; }; // This line will never be executed. assert!(x == 5, 0); } Infinite loops on their own are not very useful in Move, since every operation in Move costs gas, and an infinite loop will lead to gas exhaustion. However, they can be used in combination with break and continue statements to create more complex loops.","breadcrumbs":"Syntax Basics » Control Flow » Infinite loop","id":"129","title":"Infinite loop"},"13":{"body":"Move 2024 is the new version of the Move language that is maintained by Mysten Labs. All of the examples in this book are written in Move 2024. If you're used to the pre-2024 version of Move, please, refer to the Move 2024 Migration Guide to learn about the differences between the two versions.","breadcrumbs":"Before we begin » Move 2024 » Move 2024","id":"13","title":"Move 2024"},"130":{"body":"As we already mentioned, infinite loops are rather useless on their own. And that's where we introduce the break and continue statements. They are used to exit a loop early, and to skip the rest of the current iteration, respectively. Syntax for the break statement is (without a semicolon): break The break statement is used to stop the execution of a loop and exit it early. It is often used in combination with a conditional statement to exit the loop when a certain condition is met. To illustrate this point, let's turn the infinite loop from the previous example into something that looks and behaves more like a while loop: #[test] fun test_break_loop() { let mut x = 0; // This will loop until `x` is 5. loop { x = x + 1; // If `x` is 5, then exit the loop. if (x == 5) { break // Exit the loop. } }; assert!(x == 5, 0); } Almost identical to the while loop, right? The break statement is used to exit the loop when x is 5. If we remove the break statement, the loop will run forever, just like the previous example.","breadcrumbs":"Syntax Basics » Control Flow » Exiting a Loop Early","id":"130","title":"Exiting a Loop Early"},"131":{"body":"The continue statement is used to skip the rest of the current iteration and start the next one. Similarly to break, it is used in combination with a conditional statement to skip the rest of the iteration when a certain condition is met. Syntax for the continue statement is (without a semicolon): continue The example below skips odd numbers and prints only even numbers from 0 to 10: #[test] fun test_continue_loop() { let mut x = 0; // This will loop until `x` is 10. loop { x = x + 1; // If `x` is odd, then skip the rest of the iteration. if (x % 2 == 1) { continue // Skip the rest of the iteration. }; std::debug::print(&x); // If `x` is 10, then exit the loop. if (x == 10) { break // Exit the loop. } }; assert!(x == 10, 0); // 10 } break and continue statements can be used in both while and loop loops.","breadcrumbs":"Syntax Basics » Control Flow » Skipping an Iteration","id":"131","title":"Skipping an Iteration"},"132":{"body":"The return statement is used to exit a function early and return a value. It is often used in combination with a conditional statement to exit the function when a certain condition is met. The syntax for the return statement is: return Here is an example of a function that returns a value when a certain condition is met: /// This function returns `true` if `x` is greater than 0 and not 5, /// otherwise it returns `false`. fun is_positive(x: u8): bool { if (x == 5) { return false }; if (x > 0) { return true }; false } #[test] fun test_return() { assert!(is_positive(5) == false, 0); assert!(is_positive(0) == false, 0); assert!(is_positive(1) == true, 0); } Unlike in other languages, the return statement is not required for the last expression in a function. The last expression in a function block is automatically returned. However, the return statement is useful when we want to exit a function early if a certain condition is met.","breadcrumbs":"Syntax Basics » Control Flow » Early Return","id":"132","title":"Early Return"},"133":{"body":"Constants are immutable values that are defined at the module level. They often serve as a way to give names to values that are used throughout a module. For example, if there's a default price for a product, you might define a constant for it. Constants are internal to the module and can not be accessed from other modules. module book::shop_price { use sui::coin::Coin; use sui::sui::SUI; /// The price of an item in the shop. const ITEM_PRICE: u64 = 100; /// The owner of the shop, an address. const SHOP_OWNER: address = @0xa11ce; /// An item sold in the shop. public struct Item { /* ... */ } /// Purchase an item from the shop. public fun purchase(coin: Coin): Item { assert!(coin.value() == ITEM_PRICE, 0); transfer::public_transfer(coin, SHOP_OWNER); Item { /* ... */ } }\n}","breadcrumbs":"Syntax Basics » Constants » Constants","id":"133","title":"Constants"},"134":{"body":"Constants are named using UPPER_SNAKE_CASE. This is a convention that is used throughout the Move codebase. It's a way to make constants stand out from other identifiers in the code. Move compiler will error if the first letter of a constant is not an uppercase letter.","breadcrumbs":"Syntax Basics » Constants » Naming Convention","id":"134","title":"Naming Convention"},"135":{"body":"Constants can't be changed and assigned new values. They are part of the package bytecode, and inherently immutable. module book::immutable_constants { const ITEM_PRICE: u64 = 100; // emits an error fun change_price() { ITEM_PRICE = 200; }\n}","breadcrumbs":"Syntax Basics » Constants » Constants are Immutable","id":"135","title":"Constants are Immutable"},"136":{"body":"","breadcrumbs":"Syntax Basics » Assert and Abort » Assert and Abort","id":"136","title":"Assert and Abort"},"137":{"body":"The abort keyword is used to abort the execution of a transaction. It is used in combination with an abort code, which will be returned to the caller of the transaction. The abort code is an integer of type u64 and can be any value. let user_has_access = true; // abort with a predefined constant if `user_has_access` is false\nif (!user_has_access) { abort 0\n}; // there's an alternative syntax using parenthesis`\nif (user_has_access) { abort(1)\n}; The code above will, of course, abort with abort code 1.","breadcrumbs":"Syntax Basics » Assert and Abort » Abort","id":"137","title":"Abort"},"138":{"body":"The assert! macro is a built-in macro that can be used to assert a condition. If the condition is false, the transaction will abort with the given abort code. The assert! macro is a convenient way to abort a transaction if a condition is not met. The macro shortens the code otherwise written with an if expression + abort. // aborts if `user_has_access` is `false` with abort code 0\nassert!(user_has_access, 0); // expands into:\nif (!user_has_access) { abort 0\n};","breadcrumbs":"Syntax Basics » Assert and Abort » assert!","id":"138","title":"assert!"},"139":{"body":"To make error codes more descriptive, it is a good practice to define error constants. Error constants are defined as const declarations and are usually prefixed with E followed by a camel case name. Error constatns are no different from other constants and don't have special handling. So their addition is purely a practice for better code readability. /// Error code for when the user has no access.\nconst ENoAccess: u64 = 0;\n/// Trying to access a field that does not exist.\nconst ENoField: u64 = 1; /// Updates a record.\npublic fun update_record(/* ... , */ user_has_access: bool, field_exists: bool) { // asserts are way more readable now assert!(user_has_access, ENoAccess); assert!(field_exists, ENoField); /* ... */\n}","breadcrumbs":"Syntax Basics » Assert and Abort » Error constants","id":"139","title":"Error constants"},"14":{"body":"In this section you'll get to experience the Move language and the Move compiler first-hand. You'll learn how to create a package, write a simple module, test it and generate documentation. You can also use this section as a quick CLI reference for your own projects. This guide mentions topics which you will learn later in this book. If you are not familiar with some of the concepts, don't worry, you'll learn them later. Try to focus on the task at hand and don't get distracted by the details. It is important that you have a working Move environment. If you haven't set it up yet, please refer to the Install Sui section. This section is divided into the following parts (in order): Hello World Adding Tests Debugging Generating Docs","breadcrumbs":"Your First Move » Your first Move","id":"14","title":"Your first Move"},"140":{"body":"We suggest reading the Better Error Handling guide to learn about best practices for error handling in Move.","breadcrumbs":"Syntax Basics » Assert and Abort » Further reading","id":"140","title":"Further reading"},"141":{"body":"Functions are the building blocks of Move programs. They are called from user transactions and from other functions and group executable code into reusable units. Functions can take arguments and return a value. They are declared with the fun keyword at the module level. Just like any other module member, by default they're private and can only be accessed from within the module. module book::math { /// Function takes two arguments of type `u64` and returns their sum. /// The `public` visibility modifier makes the function accessible from /// outside the module. public fun add(a: u64, b: u64): u64 { a + b } #[test] fun test_add() { let sum = add(1, 2); assert!(sum == 3, 0); }\n} In this example, we define a function add that takes two arguments of type u64 and returns their sum. The function is called from the test_add function, which is a test function located in the same module. In the test we compare the result of the add function with the expected value and abort the execution if the result is different.","breadcrumbs":"Syntax Basics » Function » Function","id":"141","title":"Function"},"142":{"body":"There's a convention to call functions in Move with the snake_case naming convention. This means that the function name should be all lowercase with words separated by underscores. For example, do_something, add, get_balance, is_authorized, and so on. A function is declared with the fun keyword followed by the function name (a valid Move identifier), a list of arguments in parentheses, and a return type. The function body is a block of code that contains a sequence of statements and expressions. The last expression in the function body is the return value of the function. fun return_nothing() { // empty expression, function returns `()`\n}","breadcrumbs":"Syntax Basics » Function » Function declaration","id":"142","title":"Function declaration"},"143":{"body":"Just like any other module member, functions can be imported and accessed via a path. The path consists of the module path and the function name separated by ::. For example, if you have a function called add in the math module in the book package, the path to it will be book::math::add, or, if the module is imported, math::add. module book::use_math { use book::math; fun call_add() { // function is called via the path let sum = math::add(1, 2); }\n}","breadcrumbs":"Syntax Basics » Function » Accessing functions","id":"143","title":"Accessing functions"},"144":{"body":"Move functions can return multiple values, which is useful when you need to return more than one value from a function. The return type of the function is a tuple of types. The return value is a tuple of expressions. fun get_name_and_age(): (vector, u8) { (b\"John\", 25)\n} Result of a function call with tuple return has to be unpacked into variables via let (tuple) syntax: // Tuple must be destructured to access its elements.\n// Name and age are declared as immutable variables.\nlet (name, age) = get_name_and_age();\nassert!(name == b\"John\", 0);\nassert!(age == 25, 0); If any of the declared values need to be declared as mutable, the mut keyword is placed before the variable name: // declare name as mutable, age as immutable\nlet (mut name, age) = get_name_and_age(); If some of the arguments are not used, they can be ignored with the _ symbol: // ignore the name, only use the age\nlet (_, age) = get_name_and_age();","breadcrumbs":"Syntax Basics » Function » Multiple return values","id":"144","title":"Multiple return values"},"145":{"body":"Move Compiler supports receiver syntax , which allows defining methods which can be called on instances of a struct. This is similar to the method syntax in other programming languages. It is a convenient way to define functions which operate on the fields of a struct.","breadcrumbs":"Syntax Basics » Struct Methods » Struct Methods","id":"145","title":"Struct Methods"},"146":{"body":"If the first argument of a function is a struct internal to the module, then the function can be called using the . operator. If the function uses a struct from another module, then method won't be associated with the struct by default. In this case, the function can be called using the standard function call syntax. When a module is imported, the methods are automatically associated with the struct. module book::hero { /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } /// A method which casts a spell, consuming mana. public fun heal_spell(hero: &mut Hero) { hero.health = hero.health + 10; hero.mana = hero.mana - 10; } /// A method which returns the health of the hero. public fun health(hero: &Hero): u8 { hero.health } /// A method which returns the mana of the hero. public fun mana(hero: &Hero): u8 { hero.mana } #[test] // Test the methods of the `Hero` struct. fun test_methods() { let mut hero = new(); hero.heal_spell(); assert!(hero.health() == 110, 1); assert!(hero.mana() == 90, 2); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Method syntax","id":"146","title":"Method syntax"},"147":{"body":"For modules that define multiple structs and their methods, it is possible to define method aliases to avoid name conflicts, or to provide a better-named method for a struct. The syntax for aliases is: // for local method association\nuse fun as .; // exported alias\npublic use fun as .; Public aliases are only allowed for structs defined in the same module. If a struct is defined in another module, an alias can still be created but cannot be made public. In the example below, we changed the hero module and added another type - Villain. Both Hero and Villain have similar field names and methods. And to avoid name conflicts, we prefixed methods with hero_ and villain_ respectively. However, we can create aliases for these methods so that they can be called on the instances of the structs without the prefix. module book::hero_and_villain { /// A struct representing a hero. public struct Hero has drop { health: u8, } /// A struct representing a villain. public struct Villain has drop { health: u8, } /// Create a new Hero. public fun new_hero(): Hero { Hero { health: 100 } } /// Create a new Villain. public fun new_villain(): Villain { Villain { health: 100 } } // Alias for the `hero_health` method. Will be imported automatically when // the module is imported. public use fun hero_health as Hero.health; public fun hero_health(hero: &Hero): u8 { hero.health } // Alias for the `villain_health` method. Will be imported automatically // when the module is imported. public use fun villain_health as Villain.health; public fun villain_health(villain: &Villain): u8 { villain.health } #[test] // Test the methods of the `Hero` and `Villain` structs. fun test_associated_methods() { let hero = new_hero(); assert!(hero.health() == 100, 1); let villain = new_villain(); assert!(villain.health() == 100, 3); }\n} As you can see, in the test function, we called the health method on the instances of Hero and Villain without the prefix. The compiler will automatically associate the methods with the structs.","breadcrumbs":"Syntax Basics » Struct Methods » Method Aliases","id":"147","title":"Method Aliases"},"148":{"body":"It is also possible to associate a function defined in another module with a struct from the current module. Following the same approach, we can create an alias for the method defined in another module. Let's use the bcs::to_bytes method from the Standard Library and associate it with the Hero struct. It will allow serializing the Hero struct to a vector of bytes. // TODO: better example (external module...)\nmodule book::hero_to_bytes { // Alias for the `bcs::to_bytes` method. Imported aliases should be defined // in the top of the module. // public use fun bcs::to_bytes as Hero.to_bytes; /// A struct representing a hero. public struct Hero has drop { health: u8, mana: u8, } /// Create a new Hero. public fun new(): Hero { Hero { health: 100, mana: 100 } } #[test] // Test the methods of the `Hero` struct. fun test_hero_serialize() { // let mut hero = new(); // let serialized = hero.to_bytes(); // assert!(serialized.length() == 3, 1); }\n}","breadcrumbs":"Syntax Basics » Struct Methods » Aliasing an external module's method","id":"148","title":"Aliasing an external module's method"},"149":{"body":"Every module member has a visibility. By default, all module members are private - meaning they are only accessible within the module they are defined in. However, you can add a visibility modifier to make a module member public - visible outside the module, or friend - visible in \"friend\" modules within the same package, or entry - can be called from a transaction but can't be called from other modules.","breadcrumbs":"Syntax Basics » Visibility Modifiers » Visibility Modifiers","id":"149","title":"Visibility Modifiers"},"15":{"body":"It's time to write your first Move program. We'll start with the classic \"Hello World\" program which returns a String.","breadcrumbs":"Your First Move » Hello World! » Hello World","id":"15","title":"Hello World"},"150":{"body":"A function or a struct defined in a module which has no visibility modifier is private . module book::internal_visbility { // This function can be called from other functions in the same module fun internal() { /* ... */ } // Same module -> can call internal() fun call_internal() { internal(); }\n} Move compiler won't allow this code to compile: module book::try_calling_internal { use book::internal_visbility; // Different module -> can't call internal() fun try_calling_internal() { internal_visbility::internal(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Internal Visibility","id":"150","title":"Internal Visibility"},"151":{"body":"A struct or a function can be made public by adding the public keyword before the fun or struct keyword. module book::public_visibility { // This function can be called from other modules public fun public() { /* ... */ }\n} A public function can be imported and called from other modules. The following code will compile: module book::try_calling_public { use book::public_visibility; // Different module -> can call public() fun try_calling_public() { public_visibility::public(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Public Visibility","id":"151","title":"Public Visibility"},"152":{"body":"Modules within the same package can be declared as friends to each other, and that enables the friend visibility modifier. A function with friend visibility can be called by friend modules. However, to the rest of the packages and non-friend modules, it is private . module book::friend_visibility { friend book::try_calling_friend; // This function can be called from friend modules public(friend) fun friend_only() { /* ... */ }\n} A friend function can be called from a friend module, but not from a non-friend module: module book::try_calling_friend { use book::friend_visibility; // Same package, friend module -> can call friend() fun try_calling_friend() { friend_visibility::friend_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Friend Visibility","id":"152","title":"Friend Visibility"},"153":{"body":"This feature of Move 2024 is not yet implemented. Move 2024 introduces the package visibility modifier. A function with package visibility can be called from any module within the same package. It can't be called from other packages. module book::package_visibility { public(package) fun package_only() { /* ... */ }\n} A package function can be called from any module within the same package: module book::try_calling_package { use book::package_visibility; // Same package `book` -> can call package_only() fun try_calling_package() { package_visibility::package_only(); }\n}","breadcrumbs":"Syntax Basics » Visibility Modifiers » Package Visibility","id":"153","title":"Package Visibility"},"154":{"body":"Every variable in Move has a scope and an owner. The scope is the range of code where the variable is valid, and the owner is the scope that this variable belongs to. Once the owner scope ends, the variable is dropped. This is a fundamental concept in Move, and it is important to understand how it works.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership and Scope","id":"154","title":"Ownership and Scope"},"155":{"body":"A variable defined in a function scope is owned by this scope. The runtime goes through the function scope and executes every expression and statement. Once the function scope end, the variables defined in it are dropped or deallocated. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function } // a is dropped here #[test] fun test_owner() { owner(); // a is not valid here }\n} In the example above, the variable a is owned by the owner function, and the variable b is owned by the other function. When each of these functions are called, the variables are defined, and when the function ends, the variables are discarded.","breadcrumbs":"Syntax Basics » Ownership and Scope » Ownership","id":"155","title":"Ownership"},"156":{"body":"If we changed the owner function to return the variable a, then the ownership of a would be transferred to the caller of the function. module book::ownership { public fun owner(): u8 { let a = 1; // a defined here a // scope ends, a is returned } #[test] fun test_owner() { let a = owner(); // a is valid here } // a is dropped here\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Returning a Value","id":"156","title":"Returning a Value"},"157":{"body":"Additionally, if we passed the variable a to another function, the ownership of a would be transferred to this function. When performing this operation, we move the value from one scope to another. This is also called move semantics . module book::ownership { public fun owner(): u8 { let a = 10; a } // a is returned public fun take_ownership(v: u8) { // v is owned by `take_ownership` } // v is dropped here #[test] fun test_owner() { let a = owner(); take_ownership(a); // a is not valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Passing by Value","id":"157","title":"Passing by Value"},"158":{"body":"Function has a main scope, and it can also have sub-scopes via the use of blocks. A block is a sequence of statements and expressions, and it has its own scope. Variables defined in a block are owned by this block, and when the block ends, the variables are dropped. module book::ownership { public fun owner() { let a = 1; // a is owned by the `owner` function's scope { let b = 2; // b is owned by the block { let c = 3; // c is owned by the block }; // c is dropped here }; // b is dropped here // a = b; // error: b is not valid here // a = c; // error: c is not valid here } // a is dropped here\n} However, shall we use the return value of a block, the ownership of the variable is transferred to the caller of the block. module book::ownership { public fun owner(): u8 { let a = 1; // a is owned by the `owner` function's scope let b = { let c = 2; // c is owned by the block c // c is returned }; // c is dropped here a + b // both a and b are valid here }\n}","breadcrumbs":"Syntax Basics » Ownership and Scope » Scopes with Blocks","id":"158","title":"Scopes with Blocks"},"159":{"body":"Some types in Move are copyable , which means that they can be copied without transferring the ownership. This is useful for types that are small and cheap to copy, such as integers and booleans. Move compiler will automatically copy these types when they are passed to a function or returned from a function, or when they're moved to a scope and then accessed in their original scope.","breadcrumbs":"Syntax Basics » Ownership and Scope » Copyable Types","id":"159","title":"Copyable Types"},"16":{"body":"First, you need to initialize a new project. Assuming you have Sui installed , run the following command: $ sui move new hello_world Sui CLI has a move subcommand which is used to work with Move packages. The new subcommand creates a new package with the given name in a new directory. In our case, the package name is hello_world, and it is located in the hello_world directory. To make sure that the package was created successfully, we can check the contents of the current directory, and see that there is a new hello_world path. $ ls | grep hello_world\nhello_world If the output looks like this, then everything is fine, and we can proceed. The folder structure of the package is the folowing: hello_world\n├── Move.toml\n├── src/\n│ └── hello_world.move\n└── tests/ └── hello_world_tests.move The address I'm using in this book is always 0x0 and the name for it is \"book\". You can use any address you want, but make sure to change it in the examples. To make the examples work as is, please, add the following address to the [addresses] section in the Move.toml: # Move.toml\n[addresses]\nstd = \"0x1\"\nbook = \"0x0\"","breadcrumbs":"Your First Move » Hello World! » Initialize a project","id":"16","title":"Initialize a project"},"160":{"body":"In Move, the copy ability on a type indicates that the instance or the value of the type can be copied. While this behavior may feel very natural when working with numbers or other simple types, it is not the default for custom types in Move. This is because Move is designed to express digital assets and resources, and inability to copy is a key element of the resource model. However, Move type system allows you to define custom types with the copy ability. public struct Copyable has copy {} In the example above, we define a custom type Copyable with the copy ability. This means that instances of Copyable can be copied, both implicitly and explicitly. let a = Copyable {};\nlet b = a; // `a` is copied to `b`\nlet c = *&b; // explicit copy via dereference operator In the example above, a is copied to b implicitly, and then explicitly copied to c using the dereference operator. If Copyable did not have the copy ability, the code would not compile, and the Move compiler would raise an error.","breadcrumbs":"Syntax Basics » Abilities: Copy » Abilities: Copy","id":"160","title":"Abilities: Copy"},"161":{"body":"The copy ability is closely related to drop ability . If a type has the copy ability, very likely that it should have drop too. This is because the drop ability is required to clean up the resources when the instance is no longer needed. If a type has only copy , then managing its instances gets more complicated, as the values cannot be ignored. public struct Value has copy, drop {} All of the primitive types in Move behave as if they have the copy and drop abilities. This means that they can be copied and dropped, and the Move compiler will handle the memory management for them.","breadcrumbs":"Syntax Basics » Abilities: Copy » Copying and Drop","id":"161","title":"Copying and Drop"},"162":{"body":"In the Ownership and Scope section, we explained that when a value is passed to a function, it is moved to the function's scope. This means that the function becomes the owner of the value, and the original scope (owner) can no longer use it. This is an important concept in Move, as it ensures that the value is not used in multiple places at the same time. However, there are use cases when we want to pass a value to a function but retain the ownership. This is where references come into play. To illustrate this, let's consider a simple example - an application for a metro (subway) pass. We will look at 4 different scenarios: Card can be purchased at the kiosk for a fixed price Card can be shown to inspectors to prove that the passenger has a valid pass Card can be used at the turnstile to enter the metro, and spend a ride Card can be recycled once it's empty On this page we use pre-2024 syntax for better visibility. The result utilizing the 2024 syntax is shown in the end of the page .","breadcrumbs":"Syntax Basics » References » References","id":"162","title":"References"},"163":{"body":"The initial layout of the metro pass application is simple. We define the Card type and the USES constant that represents the number of rides for a single card. We also add an error constant for the case when the card is empty. module book::metro_pass { /// Error code for when the card is empty. const ENoUses: u64 = 0; /// Number of uses for a metro pass card. const USES: u8 = 3; /// A metro pass card public struct Card { uses: u8 } /// Purchase a metro pass card. public fun purchase(/* pass a Coin */): Card { Card { uses: USES } }\n}","breadcrumbs":"Syntax Basics » References » Layout","id":"163","title":"Layout"},"164":{"body":"References are a way to show a value to a function without giving up the ownership. In our case, when we show the Card to the inspector, we don't want to give up the ownership of it, and we don't allow them to spend the rides. We just want to allow reading the value of the Card and prove its ownership. To do so, in the function signature, we use the & symbol to indicate that we are passing a reference to the value, not the value itself. /// Show the metro pass card to the inspector. public fun is_valid(card: &Card): bool { card.uses > 0 } Now the function can't take the ownership of the card, and it can't spend the rides. But it can read its value. Worth noting, that a signature like this makes it impossible to call the function without a Card at all. This is an important property which allows the Capability Pattern which we will cover in the next chapters.","breadcrumbs":"Syntax Basics » References » Reference","id":"164","title":"Reference"},"165":{"body":"In some cases, we want to allow the function to change the value of the Card. For example, when we use the Card at the turnstile, we want to spend a ride. To implement it, we use the &mut keyword in the function signature. /// Use the metro pass card at the turnstile to enter the metro. public fun enter_metro(card: &mut Card) { assert!(card.uses > 0, ENoUses); card.uses = card.uses - 1; } As you can see in the function body, the &mut reference allows mutating the value, and the function can spend the rides.","breadcrumbs":"Syntax Basics » References » Mutable Reference","id":"165","title":"Mutable Reference"},"166":{"body":"Lastly, let's give an illustration of what happens when we pass the value itself to the function. In this case, the function takes the ownership of the value, and the original scope can no longer use it. The owner of the Card can recycle it, and, hence, lose the ownership. /// Recycle the metro pass card. public fun recycle(card: Card) { assert!(card.uses == 0, ENoUses); let Card { uses: _ } = card; } In the recycle function, the Card is taken by value and can be unpacked and destroyed. The original scope can't use it anymore.","breadcrumbs":"Syntax Basics » References » Passing by Value","id":"166","title":"Passing by Value"},"167":{"body":"To illustrate the full flow of the application, let's put all the pieces together in a test. #[test] fun test_card_2024() { // declaring variable as mutable because we modify it let mut card = purchase(); card.enter_metro(); // modify the card but don't move it assert!(card.is_valid(), 0); // read the card! card.enter_metro(); // modify the card but don't move it card.enter_metro(); // modify the card but don't move it card.recycle(); // move the card out of the scope }","breadcrumbs":"Syntax Basics » References » Full Example","id":"167","title":"Full Example"},"168":{"body":"Generics are a way to define a type or function that can work with any type. This is useful when you want to write a function which can be used with different types, or when you want to define a type that can hold any other type. Generics are the foundation of many advanced features in Move, such as collections, abstract implementations, and more.","breadcrumbs":"Syntax Basics » Generics » Generics","id":"168","title":"Generics"},"169":{"body":"In this chapter we already mentioned the vector type, which is a generic type that can hold any other type. Another example of a generic type in the standard library is the Option type, which is used to represent a value that may or may not be present.","breadcrumbs":"Syntax Basics » Generics » In the Standard Library","id":"169","title":"In the Standard Library"},"17":{"body":"Let's create a new module called hello_world. To do so, create a new file in the sources folder called hello_world.move. So that the structure looks like this: sources/ hello_world.move\nMove.toml And then add the following code to the hello_world.move file: // sources/hello_world.move\nmodule book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") }\n} While it's not a hard restriction, it's is considered a good practice to name the module the same as the file. So, in our case, the module name is hello_world and the file name is hello_world.move. The module name and function names should be in snake_case - all lowercase letters with underscores between words. You can read more about coding conventions in the Coding Conventions section.","breadcrumbs":"Your First Move » Hello World! » Create a module","id":"17","title":"Create a module"},"170":{"body":"To define a generic type or function, a type signature needs to have a list of generic parameters enclosed in angle brackets (< and >). The generic parameters are separated by commas. /// Container for any type `T`.\npublic struct Container has drop { value: T,\n} /// Function that creates a new `Container` with a generic value `T`.\npublic fun new(value: T): Container { Container { value }\n} In the example above, Container is a generic type with a single type parameter T, the value field of the container stores the T. The new function is a generic function with a single type parameter T, and it returns a Container with the given value. Generic types must be initialed with a concrete type, and generic functions must be called with a concrete type. #[test]\nfun test_container() { // these three lines are equivalent let container: Container = new(10); // type inference let container = new(10); // create a new `Container` with a `u8` value let container = new(10u8); assert!(container.value == 10, 0x0); // Value can be ignored only if it has the `drop` ability. let Container { value: _ } = container;\n} In the test function test_generic we demonstrate three equivalent ways to create a new Container with a u8 value. Because numeric types need to be inferred, we specify the type of the number literal.","breadcrumbs":"Syntax Basics » Generics » Generic Syntax","id":"170","title":"Generic Syntax"},"171":{"body":"You can define a type or function with multiple type parameters. The type parameters are then separated by commas. /// A pair of values of any type `T` and `U`.\npublic struct Pair { first: T, second: U,\n} /// Function that creates a new `Pair` with two generic values `T` and `U`.\npublic fun new_pair(first: T, second: U): Pair { Pair { first, second }\n} In the example above, Pair is a generic type with two type parameters T and U, and the new_pair function is a generic function with two type parameters T and U. The function returns a Pair with the given values. The order of the type parameters is important, and it should match the order of the type parameters in the type signature. #[test]\nfun test_generic() { // these three lines are equivalent let pair_1: Pair = new_pair(10, true); // type inference let pair_2 = new_pair(10, true); // create a new `Pair` with a `u8` and `bool` values let pair_3 = new_pair(10u8, true); assert!(pair_1.first == 10, 0x0); assert!(pair_1.second, 0x0); // Unpacking is identical. let Pair { first: _, second: _ } = pair_1; let Pair { first: _, second: _ } = pair_2; let Pair { first: _, second: _ } = pair_3; } If we added another instance where we swapped type parameters in the new_pair function, and tried to compare two types, we'd see that the type signatures are different, and cannot be compared. #[test]\nfun test_swap_type_params() { let pair1: Pair = new_pair(10u8, true); let pair2: Pair = new_pair(true, 10u8); // this line will not compile // assert!(pair1 == pair2, 0x0); let Pair { first: pf1, second: ps1 } = pair1; // first1: u8, second1: bool let Pair { first: pf2, second: ps2 } = pair2; // first2: bool, second2: u8 assert!(pf1 == ps2, 0x0); // 10 == 10 assert!(ps1 == pf2, 0x0); // true == true\n} Types for variables pair1 and pair2 are different, and the comparison will not compile.","breadcrumbs":"Syntax Basics » Generics » Multiple Type Parameters","id":"171","title":"Multiple Type Parameters"},"172":{"body":"In the examples above we focused on instantiating generic types and calling generic functions to create instances of these types. However, the real power of generics is the ability to define shared behavior for the base, generic type, and then use it independently of the concrete types. This is especially useful when working with collections, abstract implementations, and other advanced features in Move. /// A user record with name, age, and some generic metadata\npublic struct User { name: String, age: u8, /// Varies depending on application. metadata: T,\n} In the example above, User is a generic type with a single type parameter T, with shared fields name and age, and the generic metadata field which can store any type. No matter what the metadata is, all of the instances of User will have the same fields and methods. /// Updates the name of the user.\npublic fun update_name(user: &mut User, name: String) { user.name = name;\n} /// Updates the age of the user.\npublic fun update_age(user: &mut User, age: u8) { user.age = age;\n}","breadcrumbs":"Syntax Basics » Generics » Why Generics?","id":"172","title":"Why Generics?"},"173":{"body":"In some cases, you may want to define a generic type with a type parameter that is not used in the fields or methods of the type. This is called a phantom type parameter . Phantom type parameters are useful when you want to define a type that can hold any other type, but you want to enforce some constraints on the type parameter. /// A generic type with a phantom type parameter.\npublic struct Coin { value: u64\n} The Coin type here does not contain any fields or methods that use the type parameter T. It is used to differentiate between different types of coins, and to enforce some constraints on the type parameter T. public struct USD {}\npublic struct EUR {} #[test]\nfun test_phantom_type() { let coin1: Coin = Coin { value: 10 }; let coin2: Coin = Coin { value: 20 }; // Unpacking is identical because the phantom type parameter is not used. let Coin { value: _ } = coin1; let Coin { value: _ } = coin2;\n} In the example above, we demonstrate how to create two different instances of Coin with different phantom type parameters USD and EUR. The type parameter T is not used in the fields or methods of the Coin type, but it is used to differentiate between different types of coins. It will make sure that the USD and EUR coins are not mixed up.","breadcrumbs":"Syntax Basics » Generics » Phantom Type Parameters","id":"173","title":"Phantom Type Parameters"},"174":{"body":"Type parameters can be constrained to have certain abilities. This is useful when you need the inner type to allow certain behavior, such as copy or drop . The syntax for constraining a type parameter is T: + . /// A generic type with a type parameter that has the `drop` ability.\npublic struct Droppable { value: T,\n} /// A generic struct with a type parameter that has the `copy` and `drop` abilities.\npublic struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities\n} Move Compiler will enforce that the type parameter T has the specified abilities. If the type parameter does not have the specified abilities, the code will not compile. /// Type without any abilities.\npublic struct NoAbilities {} #[test]\nfun test_constraints() { // Fails - `NoAbilities` does not have the `drop` ability // let droppable = Droppable { value: 10 }; // Fails - `NoAbilities` does not have the `copy` and `drop` abilities // let copyable_droppable = CopyableDroppable { value: 10 };\n}","breadcrumbs":"Syntax Basics » Generics » Constraints on Type Parameters","id":"174","title":"Constraints on Type Parameters"},"175":{"body":"","breadcrumbs":"Syntax Basics » Generics » Further Reading","id":"175","title":"Further Reading"},"176":{"body":"In programming languages reflection is the ability of a program to examine and modify its own structure and behavior. In Move, there's a limited form of reflection that allows you to inspect the type of a value at runtime. This is useful when you need to store type information in a homogeneous collection, or when you need to check if a type belongs to a package. Type reflection is implemented in the Standard Library module std::type_name. Expressed very roughly, it gives a single function get() which returns the name of the type T.","breadcrumbs":"Syntax Basics » Type Reflection » Type Reflection","id":"176","title":"Type Reflection"},"177":{"body":"The module is pretty straightforward, and operations allowed on the result are limited to getting a string representation and extracting the module and address of the type. module book::type_reflection { use std::ascii::String; use std::type_name::{Self, TypeName}; use fun std::ascii::string as vector.to_ascii_string; /// A function that returns the name of the type `T` and its module and address. public fun i_dont_know_you(): (String, String, String) { let type_name: TypeName = type_name::get(); // there's a way to borrow let str: &String = type_name.borrow_string(); let module_name: String = type_name.get_module(); let address_str: String = type_name.get_address(); // and a way to consume the value let str = type_name.into_string(); (str, module_name, address_str) } #[test_only] public struct MyType {} #[test] fun test_type_reflection() { let (type_name, module_name, _address_str) = i_dont_know_you(); // assert!(module_name == b\"type_reflection\".to_ascii_string(), 1); }\n}","breadcrumbs":"Syntax Basics » Type Reflection » In practice","id":"177","title":"In practice"},"178":{"body":"Type reflection is an important part of the language, and it is a crucial part of some of the more advanced patterns.","breadcrumbs":"Syntax Basics » Type Reflection » Further reading","id":"178","title":"Further reading"},"179":{"body":"A crucial part of any software development, and even more - blockchain development, is testing. Here, we will cover the basics of testing in Move and how to write and organize tests for your Move code.","breadcrumbs":"Syntax Basics » Testing » Testing","id":"179","title":"Testing"},"18":{"body":"Let's take a closer look at the code we just wrote: module book::hello_world {\n} The first line of code declares a module called hello_world stored at the address book. The contents of the module go inside the curly braces {}. The last line closes the module declaration with a closing curly brace }. We will go through the module declaration in more detail in the Modules section. Then we import two members of the std::string module (which is part of the std package). The string module contains the String type, and the Self keyword imports the module itself, so we can use its functions. use std::string::{Self, String}; Then we define a hello_world function using the keyword fun which takes no arguments and returns a String type. The public keyword marks the visibility of the function - \"public\" functions can be accessed by other modules. The function body is inside the curly braces {}. In the Function section we will learn more about functions. public fun hello_world(): String { string::utf8(b\"Hello, World!\") } The function body consists of a single function call to the string::utf8 function and returns a String type. The expression is a bytestring literal b\"Hello World!\".","breadcrumbs":"Your First Move » Hello World! » Dive into the code","id":"18","title":"Dive into the code"},"180":{"body":"Tests in Move are functions marked with the #[test] attribute. This attribute tells the compiler that the function is a test function, and it should be run when the tests are executed. Test functions are regular functions, but they must return () and take no arguments. They are excluded from the bytecode, and are not included in the final package. module book::testing { // Test attribute is placed before the `fun` keyword. Can be both above or // right before the `fun` keyword: `#[test] fun my_test() { ... }` // The name of the test would be `book::testing::simple_test`. #[test] fun simple_test() { let sum = 2 + 2; assert!(sum == 4, 1); } // The name of the test would be `book::testing::more_advanced_test`. #[test] fun more_advanced_test() { let sum = 2 + 2 + 2; assert!(sum == 4, 1); }\n}","breadcrumbs":"Syntax Basics » Testing » The #[test] attribute","id":"180","title":"The #[test] attribute"},"181":{"body":"To run tests, you can use the sui move test command. This command will first build the package in the test mode and then run all the tests found in the package. During test mode, modules from both sources/ and tests/ directories are processed, and the tests are executed. $ sui move test\n> INCLUDING DEPENDENCY Sui\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING book\n> Running Move unit tests\n> ...","breadcrumbs":"Syntax Basics » Testing » Running Tests","id":"181","title":"Running Tests"},"182":{"body":"In some cases, it is helpful to give the test environment access to some of the internal functions or features. It simplifies the testing process and allows for more thorough testing. However, it is important to remember that these functions should not be included in the final package. This is where the #[test_only] attribute comes in handy. module book::testing { // Public function which uses the `secret` function. public fun multiply_by_secret(x: u64): u64 { x * secret() } /// Private function which is not available to the public. fun secret(): u64 { 100 } #[test_only] /// This function is only available for testing purposes in tests and other /// test-only functions. Mind the visibility - for `#[test_only]` it is /// common to use `public` visibility. public fun secret_for_testing(): u64 { secret() } #[test] // In the test environment we have access to the `secret_for_testing` function. fun test_multiply_by_secret() { let expected = secret_for_testing() * 2; assert!(multiply_by_secret(2) == expected, 1); }\n} Functions marked with the #[test_only] will be available to the test environment, and to the other modules if their visibility is set so.","breadcrumbs":"Syntax Basics » Testing » Utilities with #[test_only]","id":"182","title":"Utilities with #[test_only]"},"183":{"body":"In the Basic Syntax section, we learned about the basics of Move. And there was one topic that we never touched upon - storage. As a language, Move does not have a built-in storage model, and it is up to the platform developers to implement the storage model. This is an important aspect of Move, as it allows the platform to be flexible and adapt to different use cases. In this section, we will focus on the Sui storage model, which is the Object Model . We will dive into the details of parallel execution, and how the Object Model helps solve the scalability and concurrent data access challenges of blockchain platforms. This chapter is split into the following sections: The Key Ability - there we introduce the key ability and explain how it is used in Sui to define Objects. What is an Object - we expand on the concept of an Object and provide a more in-depth explanation of its use in practice. True Ownership - we explain the concept of true ownership and how it is addressed and implemented in the Sui Object Model. It has its befenits and drawbacks, and we will illustrate and explain them. Transfer Restrictions - a fundamental concept in Sui - the ability to restrict or relax the transfer ability of an Object using the store ability. Immutable Data - fundamental principles of shared state in Sui, and how shared immutable data is used in concurrent execution. Shared State - we explain how shared state works in Sui, and how it is used to implement concurrent execution. Transfer to Object - rather special scenario in the Object model which allows transferring an Object to another Object. The goal of this chapter is to provide a comprehensive understanding of the Object Model and its use on Sui. And in the next chapter , we will dive deepere into special features of Sui which make it unique and powerful.","breadcrumbs":"It starts with an Object » It starts with an Object","id":"183","title":"It starts with an Object"},"184":{"body":"In previous chapters we've covered the basics of Move and Sui Storage Model . Now it's time to dive deeper into the advanced topics of Sui programmability. This chapter introduces more complex concepts, practices and features of Move and Sui that are essential for building more sophisticated applications. It is intended for developers who are already familiar with the basics of Move and Sui, and are looking to expand their knowledge and skills.","breadcrumbs":"Advanced Programmability » Advanced Programmability","id":"184","title":"Advanced Programmability"},"185":{"body":"Every transaction has the execution context. The context is a set of pre-defined variables that are available to the program during execution. For example, every transaction has a sender address, and the transaction context contains a variable that holds the sender address. The transaction context is available to the program through the TxContext struct. The struct is defined in the sui::tx_context module and contains the following fields: File: sui-framework/tx_context.move /// Information about the transaction currently being executed.\n/// This cannot be constructed by a transaction--it is a privileged object created by\n/// the VM and passed in to the entrypoint of the transaction as `&mut TxContext`.\nstruct TxContext has drop { /// The address of the user that signed the current transaction sender: address, /// Hash of the current transaction tx_hash: vector, /// The current epoch number epoch: u64, /// Timestamp that the epoch started at epoch_timestamp_ms: u64, /// Counter recording the number of fresh id's created while executing /// this transaction. Always 0 at the start of a transaction ids_created: u64\n} Transaction context cannot be constructed manually or directly modified. It is created by the system and passed to the function as a reference in a transaction. Any function called in a Transaction Block has access to the context and can pass it into the nested calls. TxContext has to be the last argument in the function signature.","breadcrumbs":"Advanced Programmability » Transaction Context » Transaction Context","id":"185","title":"Transaction Context"},"186":{"body":"With only exception of the ids_created, all of the fields in the TxContext have getters. The getters are defined in the sui::tx_context module and are available to the program. The getters don't require &mut because they don't modify the context. public fun some_action(ctx: &TxContext) { let _me = ctx.sender() let _epoch = ctx.epoch(); let _digest = ctx.digest(); // ...\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Reading the Transaction Context","id":"186","title":"Reading the Transaction Context"},"187":{"body":"The TxContext is required to create new objects (or just UIDs) in the system. New UIDs are derived from the transaction digest, and for the digest to be unique, there needs to be a changing parameter. Sui uses the ids_created field for that. Every time a new UID is created, the ids_created field is incremented by one. This way, the digest is always unique. Internally, it is represented as the derive_id function: File: sui-framework/tx_context.move native fun derive_id(tx_hash: vector, ids_created: u64): address;","breadcrumbs":"Advanced Programmability » Transaction Context » Mutability","id":"187","title":"Mutability"},"188":{"body":"The underlying derive_id function can also be utilized in your program to generate unique addresses. The function itself is not exposed, but a wrapper function fresh_object_address is available in the sui::tx_context module. It may be useful if you need to generate a unique identifier in your program. File: sui-framework/tx_context.move /// Create an `address` that has not been used. As it is an object address, it will never\n/// occur as the address for a user.\n/// In other words, the generated address is a globally unique object ID.\npublic fun fresh_object_address(ctx: &mut TxContext): address { let ids_created = ctx.ids_created; let id = derive_id(*&ctx.tx_hash, ids_created); ctx.ids_created = ids_created + 1; id\n}","breadcrumbs":"Advanced Programmability » Transaction Context » Generating unique addresses","id":"188","title":"Generating unique addresses"},"189":{"body":"In programming, a capability is a token that gives the owner the right to perform a specific action. It is a pattern that is used to control access to resources and operations. A simple example of a capability is a key to a door. If you have the key, you can open the door. If you don't have the key, you can't open the door. A more practical example is an Admin Capability which allows the owner to perform administrative operations, which regular users cannot.","breadcrumbs":"Advanced Programmability » Pattern: Capability » Pattern: Capability","id":"189","title":"Pattern: Capability"},"19":{"body":"To compile the package, run the following command: $ sui move build If you see this (or - for other binaries - similar) output, then everything is fine, and the code compiled successfully: > UPDATING GIT DEPENDENCY https://github.com/move-language/move.git\n> INCLUDING DEPENDENCY MoveStdlib\n> BUILDING Book Congratulations! You've just compiled your first Move program. Now, let's add a test and some logging so we see that it works.","breadcrumbs":"Your First Move » Hello World! » Compile the package","id":"19","title":"Compile the package"},"190":{"body":"In the Sui Object Model , capabilities are represented as objects. An owner of an object can pass this object to a function to prove that they have the right to perform a specific action. Due to strict typing, the function taking a capability as an argument can only be called with the correct capability. module book::capability { use std::string::String; use sui::object::new as TxContext.fresh_uid; /// The capability granting the application admin the right to create new /// accounts in the system. struct AdminCap has key, store { id: UID } /// The user account in the system. struct Account has key, store { id: UID, name: String } /// Creates a new account in the system. Requires the `AdminCap` capability /// to be passed as the first argument. public fun new(_: &AdminCap, name: String, ctx: &mut TxContext): Account { Account { id: ctx.fresh_uid(), name, } }\n}","breadcrumbs":"Advanced Programmability » Pattern: Capability » Capability is an Object","id":"190","title":"Capability is an Object"},"191":{"body":"Due to the object model and the data organization model of Sui, some operations can be performed in a more efficient and parallelized way. This is called the fast path . Transaction that touches shared state requires consensus because it can be accessed by multiple parties at the same time. However, if the transaction only touches the private state (owned objects), there is no need for consensus. This is the fast path. We have a favorite example for this: a coffee machine and a coffee cup. The coffee machine placed in the office is a shared resource - everyone can use it, but there can be only one user at a time. The coffee cup, on the other hand, is a private resource - it belongs to a specific person, and only that person can use it. To make coffee, one needs to use the coffee machine and wait if there's someone else using it. However, once the coffee is made and poured into the cup, the person can take the cup and drink the coffee without waiting for anyone else. The same principle applies to Sui. If a transaction only touches the private state (the cup with coffee), it can be executed without consensus. If it touches the shared state (the coffee machine), it requires consensus. This is the fast path.","breadcrumbs":"Advanced Programmability » Fast Path » Fast Path","id":"191","title":"Fast Path"},"192":{"body":"Consensus is only required for mutating the shared state. If the object is immutable, it is treated as a \"constant\" and can be accessed in parallel. Frozen objects can be used to share unchangable data between multiple parties without requiring consensus.","breadcrumbs":"Advanced Programmability » Fast Path » Frozen objects","id":"192","title":"Frozen objects"},"193":{"body":"module book::coffee_machine { use sui::object::{Self, UID}; use sui::tx_context::TxContext; /// Coffee machine is a shared object, hence requires `key` ability. struct CoffeeMachine has key { id: UID, counter: u16 } /// Cup is an owned object. struct Cup has key, store { id: UID, has_coffee: bool } /// Initialize the module and share the `CoffeeMachine` object. fun init(ctx: &mut TxContext) { transfer::share_object(CoffeeMachine { id: object::new(ctx), counter: 0 }); } /// Take a cup out of thin air. This is a fast path operation. public fun take_cup(ctx: &mut TxContext): Cup { Cup { id: object::new(ctx), has_coffee: false } } /// Make coffee and pour it into the cup. Requires consensus. public fun make_coffee(mut machine: &mut CoffeeMachine, mut cup: &mut Cup) { machine.counter = machine.counter + 1; cup.has_coffee = true; } /// Drink coffee from the cup. This is a fast path operation. public fun drink_coffee(mut cup: &mut Cup) { cup.has_coffee = false; } /// Put the cup back. This is a fast path operation. public fun put_back(cup: Cup) { let Cup { id, has_coffee: _ } = cup; object::delete(id); }\n}","breadcrumbs":"Advanced Programmability » Fast Path » In practice","id":"193","title":"In practice"},"194":{"body":"The Clock object with the reserved address 0x6 is a special case of a shared object which maintains the fast path. While being a shared object, it cannot be passed by a mutable reference in a regular transaction. An attempt to do so will not succeed, and the transaction will be rejected.","breadcrumbs":"Advanced Programmability » Fast Path » Special case: Clock","id":"194","title":"Special case: Clock"},"195":{"body":"Collection types are a fundamental part of any programming language. They are used to store a collection of data, such as a list of items. The vector type has already been covered in the vector section , and in this chapter we will cover the collection types offered by the Sui Framework. VecSet VecMap","breadcrumbs":"Advanced Programmability » Collections » Collections","id":"195","title":"Collections"},"196":{"body":"VecSet is a collection type that stores a set of unique items. It is similar to a vector, but it does not allow duplicate items. This makes it useful for storing a collection of unique items, such as a list of unique IDs or addresses. module book::collections { use sui::vec_set::{Self, VecSet}; struct App has drop { /// `VecSet` used in the struct definition subscribers: VecSet
} #[test] fun vec_set_playground() { let set = vec_set::empty(); // create an empty set let set = vec_set::sigleton(1); // create a set with a single item set.insert(2); // add an item to the set set.insert(3); assert!(set.contains(1), 0); // check if an item is in the set assert!(set.size() == 3, 1); // get the number of items in the set assert!(!set.is_empty(), 2); // check if the set is empty set.remove(2); // remove an item from the set }\n}","breadcrumbs":"Advanced Programmability » Collections » VecSet","id":"196","title":"VecSet"},"197":{"body":"VecMap is a collection type that stores a map of key-value pairs. It is similar to a VecSet, but it allows you to associate a value with each item in the set. This makes it useful for storing a collection of key-value pairs, such as a list of addresses and their balances, or a list of user IDs and their associated data. Keys in a VecMap are unique, and each key can only be associated with a single value. If you try to insert a key-value pair with a key that already exists in the map, the old value will be replaced with the new value. module book::collections { use std::string::String; use sui::vec_map::{Self, VecMap}; struct Metadata has drop { name: String /// `VecMap` used in the struct definition attributes: VecMap } #[test] fun vec_map_playground() { let mut map = vec_map::empty(); // create an empty map map.insert(2, b\"two\".to_string()); // add a key-value pair to the map map.insert(3, b\"three\".to_string()); assert!(map.contains(1), 0); // check if a key is in the map map.remove(&2); // remove a key-value pair from the map }\n}","breadcrumbs":"Advanced Programmability » Collections » VecMap","id":"197","title":"VecMap"},"198":{"body":"Sui Object model allows objects to be attached to other objects as dynamic fields . The behavior is similar to how a Map works in other programming languages, however, the types of attached objects can be any. This allows for a wide range of use cases, such as attaching an accessory to a character, or storing large, non-heterogeneous collections in a single object.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Fields","id":"198","title":"Dynamic Fields"},"199":{"body":"Dynamic fields are attached to an object via a key , which can be any type with the store , copy and drop abilities. The key is used to access the attached object, and can be used to update or remove it. The attached object can be any type, if it has the store ability.","breadcrumbs":"Advanced Programmability » Dynamic Fields » Structure","id":"199","title":"Structure"},"2":{"body":"This chapter covers the prerequisites for the Move language: how to set up your IDE, how to install the compiler and what is Move 2024. If you are already familiar with these topics or have a CLI installed, you can skip this chapter and proceed to the next one .","breadcrumbs":"Before we begin » Before we begin","id":"2","title":"Before we begin"},"20":{"body":"To run a Move program there needs to be an environment which stores packages and executes transactions. The best way to test a Move program is to write some tests and run them locally. Move has built-in testing functionality, and the tests are written in Move as well. In this section, we will learn how to write tests for our hello_world module. First, let's try to run tests. All of the Move binaries support the test command, and this is the command we will use to run tests: $ sui move test If you see similar output, then everything is fine, and the test command has run successfully: INCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\nTest result: OK. Total tests: 0; passed: 0; failed: 0 As you can see, the test command has run successfully, but it didn't find any tests. Let's add some tests to our module.","breadcrumbs":"Your First Move » Adding Tests » Adding Tests","id":"20","title":"Adding Tests"},"200":{"body":"Dynamic fields are defined in the sui::dynamic_field module. module book::accessories { struct Character has key { id: UID, name: String } /// An accessory that can be attached to a character. struct Accessory has store { type: String, name: String, }\n}","breadcrumbs":"Advanced Programmability » Dynamic Fields » Usage","id":"200","title":"Usage"},"201":{"body":"TODO: dynamic object fields discoverability benefits of DOFs","breadcrumbs":"Advanced Programmability » Dynamic Fields » Dynamic Object Fields","id":"201","title":"Dynamic Object Fields"},"202":{"body":"TODO: explain how custom fields ca","breadcrumbs":"Advanced Programmability » Dynamic Fields » Custom Fields for Keys","id":"202","title":"Custom Fields for Keys"},"203":{"body":"Dynamic fields are used for: Heterogeneous collections Storing large data that does not fit into the object limit size Attaching objects to other objects as a part of application logic Extending existing types with additional data Storing data that is not always present","breadcrumbs":"Advanced Programmability » Dynamic Fields » Applications","id":"203","title":"Applications"},"204":{"body":"Sui has two ways of accessing the current time: Epoch and Time. The former represents operational periods in the system and changed roughly every 24 hours. The latter represents the current time in milliseconds since the Unix Epoch. Both can be accessed freely in the program.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch and Time","id":"204","title":"Epoch and Time"},"205":{"body":"Epochs are used to separate the system into operational periods. During an epoch the validator set is fixed, however, at the epoch boundary, the validator set can be changed. Epochs play a crucial role in the consensus algorithm and are used to determine the current validator set. They are also used as measurement in the staking mechanism. Epoch can be read from the transaction context : public fun current_epoch(ctx: &TxContext) { let epoch = ctx.epoch(); // ...\n} It is also possible to get the unix timestamp of the epoch start: public fun current_epoch_start(ctx: &TxContext) { let epoch_start = ctx.epoch_timestamp_ms(); // ...\n} Normally, epochs are used in staking and system operations, however, in custom scenarios they can be used to emulate 24h periods. They are cricital if an application relies on the staking logic or needs to know the current validator set.","breadcrumbs":"Advanced Programmability » Epoch and Time » Epoch","id":"205","title":"Epoch"},"206":{"body":"For a more precise time measurement, Sui provides the Clock object. It is a system object that is updated during checkpoints by the system, which stores the current time in milliseconds since the Unix Epoch. The Clock object is defined in the sui::clock module and has a reserved address 0x6. Clock is a shared object and normally would require consensus to access. However, Clock is special, and the system won't allow accessing it mutably, so that the only way to access it is immutably. This limitation allows parallel access to the Clock object and makes it a fast path operation . File: sui-framework/clock.move /// Singleton shared object that exposes time to Move calls. This\n/// object is found at address 0x6, and can only be read (accessed\n/// via an immutable reference) by entry functions.\n///\n/// Entry Functions that attempt to accept `Clock` by mutable\n/// reference or value will fail to verify, and honest validators\n/// will not sign or execute transactions that use `Clock` as an\n/// input parameter, unless it is passed by immutable reference.\nstruct Clock has key { id: UID, /// The clock's timestamp, which is set automatically by a /// system transaction every time consensus commits a /// schedule, or by `sui::clock::increment_for_testing` during /// testing. timestamp_ms: u64,\n} There is only one public function available in the Clock module - timestamp_ms. It returns the current time in milliseconds since the Unix Epoch. /// Clock needs to be passed as an immutable reference.\npublic fun current_time(clock: &Clock) { let _time = clock.timestamp_ms(); // ...\n}","breadcrumbs":"Advanced Programmability » Epoch and Time » Time","id":"206","title":"Time"},"207":{"body":"TODO: how to use Clock in tests.","breadcrumbs":"Advanced Programmability » Epoch and Time » Testing","id":"207","title":"Testing"},"208":{"body":"Some of the language features combined together can create patterns that are similar to other programming languages. The simplest example would be \"getters and setters\" - functions that get and set the value of a field. This pattern is possible, because struct fields are private by default, and can only be accessed through functions. However, there are more advanced patterns, such as the abstract class. An abstract class is a class that cannot be instantiated, but can be inherited from. While Move does not have inheritance, it has generic structs, which can be instantiated with different types. This allows us to create a generic struct that can be used as an abstract class. Combined with a set of Witness-gated functions, this allows us to create a generic struct with a generic implementation. Some of the methods in this approach will be shared and available to all implementations, while others will be abstract and will need to be implemented by the concrete implementations.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Abstract Class","id":"208","title":"Abstract Class"},"209":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Generic Struct","id":"209","title":"Generic Struct"},"21":{"body":"When the test command runs, it looks for all tests in all files in the directory. Tests can be either placed separate modules or in the same module as the code they test. First, let's add a test function to the hello_world module: module book::hello_world { use std::string::{Self, String}; public fun hello_world(): String { string::utf8(b\"Hello, World!\") } #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) }\n} The test function is a function with a #[test] attribute. Normally it takes no arguments (but it can take arguments in some cases - you'll learn more about it closer to the end of this book) and returns nothing. Tests placed in the same module as the code they test are called \"unit tests\". They can access all functions and types in the module. We'll go through them in more detail in the Test section. #[test] fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); assert!(hello_world() == expected, 0) } Inside the test function, we define the expected outcome by creating a String with the expected value and assign it to the expected variable. Then we use the special built-in assert!() which takes two arguments: a conditional expression and an error code. If the expression evaluates to false, then the test fails with the given error code. The equality operator == compares the actual and expected values and returns true if they are equal. We'll learn more about expressions in the Expression and Scope section. Now let's run the test command again: $ sui move test You should see this output, which means that the test has run successfully: ...\nTest result: OK. Total tests: 1; passed: 1; failed: 0","breadcrumbs":"Your First Move » Adding Tests » Your first test","id":"21","title":"Your first test"},"210":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Common methods","id":"210","title":"Common methods"},"211":{"body":"","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Witness-gated Functions","id":"211","title":"Witness-gated Functions"},"212":{"body":"While this approach imitates the abstract class pattern well, it is not the same as the abstract class in OOP. The main difference is that the abstract class in OOP and its implementors have different type. In Move, the base type stays the same, and the implementors set a generic type parameter. Another notable difference is that due to lack of dynamic dispatch and interfaces, the implemented methods are not available through the base type and can even be missing.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Differences from OOP","id":"212","title":"Differences from OOP"},"213":{"body":"The Sui Framework uses this pattern to implement the Coin type and the underlying Balance. Its variation is also used in the Closed Loop Token implementation, however, the latter is a bit more complex, because it uses the Request pattern to dynamically implement the interface.","breadcrumbs":"Advanced Programmability » Witness and Abstract Implementation » Usage in Sui Framework","id":"213","title":"Usage in Sui Framework"},"214":{"body":"This section contains a collection of guides that cover various aspects of programming on Sui. They are intended to provide a deeper understanding of Sui blockchain and Move language, while also aiming at practical challenges and solutions.","breadcrumbs":"Guides » Guides","id":"214","title":"Guides"},"215":{"body":"Move 2024 is the new edition of the Move language that is maintained by Mysten Labs. This guide is intended to help you understand the differences between the 2024 edition and the previous version of the Move language.","breadcrumbs":"Guides » 2024 Migration Guide » Move 2024 Migration Guide","id":"215","title":"Move 2024 Migration Guide"},"216":{"body":"To use the new edition, you need to specify the edition in the move file. The edition is specified in the move file using the edition keyword. Currently, the only available edition is 2024.alpha. edition = \"2024.beta\";","breadcrumbs":"Guides » 2024 Migration Guide » Using the New Edition","id":"216","title":"Using the New Edition"},"217":{"body":"In Move 2024, structs get a visibility modifier. Just like functions, structs can be public, friend, or private. // Move 2020\nstruct Book {} // Move 2024\npublic struct Book {}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Visibility","id":"217","title":"Struct Visibility"},"218":{"body":"In the new edition, functions which have a struct as the first argument are associated with the struct. This means that the function can be called using the dot notation. Methods defined in the same module with the type are automatically exported. public fun count(c: &Counter): u64 { /* ... */ } fun use_counter() { // move 2020 let count = counter::count(&c); // move 2024 let count = c.count();\n}","breadcrumbs":"Guides » 2024 Migration Guide » Struct Methods","id":"218","title":"Struct Methods"},"219":{"body":"The borrow and borrow_mut functions (when defined) can be accessed using the square brackets. Just like the method syntax, the borrowing functions are associated with the type. fun play_vec() { let v = vector[1,2,3,4]; let first = v[0]; // calls vector::borrow(v, 0) v[0] = 5; // calls vector::borrow_mut(v, 0)\n}","breadcrumbs":"Guides » 2024 Migration Guide » Borrowing Operator","id":"219","title":"Borrowing Operator"},"22":{"body":"Try replacing the equality operator == inside the assert! with the inequality operator != and run the test command again. assert!(hello_world() != expected, 0) You should see this output, which means that the test has failed: Running Move unit tests\n[ FAIL ] 0x0::hello_world::test_is_hello_world Test failures: Failures in 0x0::hello_world: ┌── test_is_hello_world ──────\n│ error[E11001]: test failure\n│ ┌─ ./sources/your-first-move/hello_world.move:14:9\n│ │\n│ 12 │ fun test_is_hello_world() {\n│ │ ------------------- In this function in 0x0::hello_world\n│ 13 │ let expected = string::utf8(b\"Hello, World!\");\n│ 14 │ assert!(hello_world() != expected, 0)\n│ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test was not expected to error, but it aborted with code 0 originating in the module 00000000000000000000000000000000::hello_world rooted here\n│\n│\n└────────────────── Test result: FAILED. Total tests: 1; passed: 0; failed: 1 Tests are used to verify the execution of the code. If the code is correct, the test should pass, otherwise it should fail. In this case, the test failed because we intentionally made a mistake in the test code. However, normally you should write tests that check the correctness of the code, not the other way around! In the next section, we will learn how to debug Move programs and print intermediate values to the console.","breadcrumbs":"Your First Move » Adding Tests » Failed experiment","id":"22","title":"Failed experiment"},"220":{"body":"In Move 2024, generic methods can be associated with types. The alias can be defined for any type privately to the module, or publicly, if the type is defined in the same module. use fun my_custom_function as vector.do_magic;","breadcrumbs":"Guides » 2024 Migration Guide » Method Aliases","id":"220","title":"Method Aliases"},"221":{"body":"Macros are introduced in Move 2024. And assert! is no longer a built-in function - Instead, it's a macro. // can be called as for!(0, 10, |i| call(i));\nmacro fun for($start: u64, $stop: u64, $body: |u64|) { let mut i = $start; let stop = $stop; while (i < stop) { $body(i); i = i + 1 }\n}","breadcrumbs":"Guides » 2024 Migration Guide » Macros","id":"221","title":"Macros"},"222":{"body":"To talk about best practices for upgradability, we need to first understand what can be upgraded in a package. The base premise of upgradability is that an upgrade should not break public compatibility with the previous version. The parts of the module which can be used in dependent packages should not change their static signature. This applies to modules - a module can not be removed from a package, public structs - they can be used in function signatures and public functions - they can be called from other packages. // module can not be removed from the package\nmodule book::upgradable { // dependencies can be changed use sui::tx_context::TxContext; use sui::object::UID; // public structs can not be removed and can't be changed public struct Book has key { id: UID } // public functions can not be removed and their signature can never change public fun create_book(ctx: &mut TxContext): Book { create_book_internal(ctx) } // friend-only functions can be removed and changed public(friend) fun create_book_friend(ctx: &mut TxContext): Book { create_book_internal(ctx) } // entry functions can be removed and changed as long they're not public entry fun create_book_entry(ctx: &mut TxContext): Book { create_book_internal(ctx) } // private functions can be removed and changed fun create_book_internal(ctx: &mut TxContext): Book { abort 0 }\n}","breadcrumbs":"Guides » Upgradability Practices » Upgradability Practices","id":"222","title":"Upgradability Practices"},"223":{"body":"TODO: Add a section about entry and friend functions","breadcrumbs":"Guides » Upgradability Practices » Using entry and friend functions","id":"223","title":"Using entry and friend functions"},"224":{"body":"To discard previous versions of the package, the objects can be versioned. As long as the object contains a version field, and the code which uses the object expects and asserts a specific version, the code can be force-migrated to the new version. Normally, after an upgrade, admin functions can be used to update the version of the shared state, so that the new version of code can be used, and the old version aborts with a version mismatch. module book::versioned_state { const EVersionMismatch: u64 = 0; const VERSION: u8 = 1; /// The shared state (can be owned too) struct SharedState has key { id: UID, version: u8, /* ... */ } public fun mutate(state: &mut SharedState) { assert!(state.version == VERSION, EVersionMismatch); // ... }\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning objects","id":"224","title":"Versioning objects"},"225":{"body":"There's a common pattern in Sui which allows changing the stored configuration of an object while retaining the same object signature. This is done by keeping the base object simple and versioned and adding an actual configuration object as a dynamic field. Using this anchor pattern, the configuration can be changed with package upgrades while keeping the same base object signature. module book::versioned_config { use sui::vec_map::VecMap; use std::string::String; /// The base object struct Config has key { id: UID, version: u16 } /// The actual configuration struct ConfigV1 has store { data: Bag, metadata: VecMap } // ...\n}","breadcrumbs":"Guides » Upgradability Practices » Versioning configuration with dynamic fields","id":"225","title":"Versioning configuration with dynamic fields"},"226":{"body":"TODO: add two patterns for modular architecture: object capability (SuiFrens) and witness registry (SuiNS)","breadcrumbs":"Guides » Upgradability Practices » Modular architecture","id":"226","title":"Modular architecture"},"227":{"body":"To guarantee the safety and security of the network, Sui has certain limits and restrictions. These limits are in place to prevent abuse and to ensure that the network remains stable and efficient. This guide provides an overview of these limits and restrictions, and how to build your application to work within them. The limits are defined in the protocol configuration and are enforced by the network. If any of the limits are exceeded, the transaction will either be rejected or aborted. The limits, being a part of the protocol, can only be changed through a network upgrade.","breadcrumbs":"Guides » Building against Limits » Building against Limits","id":"227","title":"Building against Limits"},"228":{"body":"The size of a transaction is limited to 128KB. This includes the size of the transaction payload, the size of the transaction signature, and the size of the transaction metadata. If a transaction exceeds this limit, it will be rejected by the network.","breadcrumbs":"Guides » Building against Limits » Transaction Size","id":"228","title":"Transaction Size"},"229":{"body":"The size of an object is limited to 256KB. This includes the size of the object data. If an object exceeds this limit, it will be rejected by the network. While a single object cannot bypass this limit, for more extensive storage options, one could use a combination of a base object with other attached to it using dynamic fields (eg Bag).","breadcrumbs":"Guides » Building against Limits » Object Size","id":"229","title":"Object Size"},"23":{"body":"Now that we have a package with a module and a test, let's take a slight detour and learn how to debug Move programs. Move Compiler has a built-in debugging tool that allows you to print intermediate values to the console. This is especially useful when you are writing tests and want to see what's going on inside the program.","breadcrumbs":"Your First Move » Debugging » Debugging","id":"23","title":"Debugging"},"230":{"body":"The size of a single pure argument is limited to 16KB. A transaction argument bigger than this limit will result in execution failure. So in order to create a vector of more than ~500 addresses (given that a single address is 32 bytes), it needs to be joined dynamically either in Transaction Block or in a Move function. Standard functions like vector::append() can join two vectors of ~16KB resulting in a ~32KB of data as a single value.","breadcrumbs":"Guides » Building against Limits » Single Pure Argument Size","id":"230","title":"Single Pure Argument Size"},"231":{"body":"The maximum number of objects that can be created in a single transaction is 2048. If a transaction attempts to create more than 2048 objects, it will be rejected by the network. This also affects dynamic fields , as both the key and the value are objects. So the maximum number of dynamic fields that can be created in a single transaction is 1024.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Objects created","id":"231","title":"Maximum Number of Objects created"},"232":{"body":"The maximum number of events that can be emitted in a single transaction is 1024. If a transaction attempts to emit more than 1024 events, it will be aborted.","breadcrumbs":"Guides » Building against Limits » Maximum Number of Events","id":"232","title":"Maximum Number of Events"},"233":{"body":"Whenever execution encounters an abort, transaction fails and abort code is returned to the caller. Move VM returns the module name that aborted the transaction and the abort code. This behavior is not fully transparent to the caller of the transaction, especially when a single function contains multiple calls to the same function which may abort. In this case, the caller will not know which call aborted the transaction, and it will be hard to debug the issue or provide meaningful error message to the user. module book::module_a { use book::module_b; public fun do_something() { let field_1 = module_b::get_field(1); // may abort with 0 /* ... a lot of logic ... */ let field_2 = module_b::get_field(2); // may abort with 0 /* ... some more logic ... */ let field_3 = module_b::get_field(3); // may abort with 0 }\n} The example above illustrates the case when a single function contains multiple calls which may abort. If the caller of the do_something function receives an abort code 0, it will be hard to understand which call to module_b::get_field aborted the transaction. To address this problem, there are common patterns that can be used to improve error handling.","breadcrumbs":"Guides » Better error handling » Better error handling","id":"233","title":"Better error handling"},"234":{"body":"It is considered a good practice to provide a safe \"check\" function that returns a boolean value indicating whether an operation can be performed safely. If the module_b provides a function has_field that returns a boolean value indicating whether a field exists, the do_something function can be rewritten as follows: module book::module_a { use book::module_b; const ENoField: u64 = 0; public fun do_something() { assert!(module_b::has_field(1), ENoField); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoField); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoField); let field_3 = module_b::get_field(3); }\n} By adding custom checks before each call to module_b::get_field, the developer of the module_a takes control over the error handling. And it allows implementing the second rule.","breadcrumbs":"Guides » Better error handling » Rule 1: Handle all possible scenarios","id":"234","title":"Rule 1: Handle all possible scenarios"},"235":{"body":"The second trick, once the abort codes are handled by the caller module, is to use different abort codes for different scenarios. This way, the caller module can provide a meaningful error message to the user. The module_a can be rewritten as follows: module book::module_a { use book::module_b; const ENoFieldA: u64 = 0; const ENoFieldB: u64 = 1; const ENoFieldC: u64 = 2; public fun do_something() { assert!(module_b::has_field(1), ENoFieldA); let field_1 = module_b::get_field(1); /* ... */ assert!(module_b::has_field(1), ENoFieldB); let field_2 = module_b::get_field(2); /* ... */ assert!(module_b::has_field(1), ENoFieldC); let field_3 = module_b::get_field(3); }\n} Now, the caller module can provide a meaningful error message to the user. If the caller receives an abort code 0, it can be translated to \"Field 1 does not exist\". If the caller receives an abort code 1, it can be translated to \"Field 2 does not exist\". And so on.","breadcrumbs":"Guides » Better error handling » Rule 2: Abort with different codes","id":"235","title":"Rule 2: Abort with different codes"},"236":{"body":"A developer is often tempted to add a public function that would assert all the conditions and abort the execution. However, it is a better practice to create a function that returns a boolean value instead. This way, the caller module can handle the error and provide a meaningful error message to the user. module book::some_app_assert { const ENotAuthorized: u64 = 0; public fun do_a() { assert_is_authorized(); // ... } public fun do_b() { assert_is_authorized(); // ... } /// Don't do this public fun assert_is_authorized() { assert!(/* some condition */ true, ENotAuthorized); }\n} This module can be rewritten as follows: module book::some_app { const ENotAuthorized: u64 = 0; public fun do_a() { assert!(is_authorized(), ENotAuthorized); // ... } public fun do_b() { assert!(is_authorized(), ENotAuthorized); // ... } public fun is_authorized(): bool { /* some condition */ true } // a private function can still be used to avoid code duplication for a case // when the same condition with the same abort code is used in multiple places fun assert_is_authorized() { assert!(is_authorized(), ENotAuthorized); }\n} Utilizing these three rules will make the error handling more transparent to the caller of the transaction, and it will allow other developers to use custom abort codes in their modules.","breadcrumbs":"Guides » Better error handling » Rule 3: Return bool instead of assert","id":"236","title":"Rule 3: Return bool instead of assert"},"237":{"body":"Fast Path - term used to describe a transaction that does not involve shared objects, and can be executed without the need for consensus. Internal Type - type that is defined within the module. Fields of this type can not be accessed from outside the module, and, in case of \"key\"-only abilities, can not be used in public_* transfer functions.","breadcrumbs":"Appendix » Glossary » Glossary","id":"237","title":"Glossary"},"238":{"body":"key - ability that allows the struct to be used as a key in the storage. On Sui, the key ability marks an object and requires the first field to be a id: UID. store - ability that allows the struct to be stored inside other objects. This ability relaxes restrictions applied to internal structs, allowing public_* transfer functions to accept them as arguments. It also enables the object to be stored as a dynamic field. copy - ability that allows the struct to be copied. On Sui, the copy ability conflicts with the key ability, and can not be used together with it. drop - ability that allows the struct to be ignored or discarded. On Sui, the drop ability cannot be used together with the key ability, as objects are not allowed to be ignored.","breadcrumbs":"Appendix » Glossary » Abilities","id":"238","title":"Abilities"},"24":{"body":"To use the debug module, we need to import it in our module. Imports are usually grouped together for readability and they are placed at the top of the module. Let's add the import statement to the hello_world module: module book::hello_world { use std::string::{Self, String}; use std::debug; // the added import! Having imported the std::debug module, we can now use its functions. Let's add a debug::print function call to the hello_world function. To achieve that we need to change the function body. Instead of returning the value right away we will assign it to a variable, print it to the console and then return it: public fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result } First, run the build command: $ sui move build The output does not contain anything unusual, because our code was never executed. But running build is an important part of the routine - this way we make sure that the changes we added can compile. Let's run the test command now: $ sui move test The output of the test command now contains the \"Hello, World!\" string: INCLUDING DEPENDENCY MoveNursery\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING Book Samples\nRunning Move unit tests\n[debug] \"Hello, World!\"\n[ PASS ] 0x0::hello_world::test_is_hello_world\nTest result: OK. Total tests: 1; passed: 1; failed: 0 Now every time the hello_world function is run in tests, you'll see the \"Hello, World!\" string in the output.","breadcrumbs":"Your First Move » Debugging » New import","id":"24","title":"New import"},"25":{"body":"Debug should only be used in local environment and never published on-chain. Usually, during the publish, the debug module is either removed from the package or the publishing fails with an error. There's no way to use this functionality on-chain.","breadcrumbs":"Your First Move » Debugging » Correct usage","id":"25","title":"Correct usage"},"26":{"body":"There's one trick that allows you to save some time while debugging. Instead of adding a module-level import, use a fully qualified function name. This way you don't need to add an import statement to the module, but you can still use the debug::print function: std::debug::print(&my_variable); Be mindful that the value passed into debug should be a reference (the & symbol in front of the variable name). If you pass a value, the compiler will emit an error.","breadcrumbs":"Your First Move » Debugging » Hint","id":"26","title":"Hint"},"27":{"body":"Move CLI has a built-in tool for generating documentation for Move modules. The tool is included into the binary and available out of the box. In this section we will learn how to generate documentation for our hello_world module.","breadcrumbs":"Your First Move » Generating Docs » Generating Documentation","id":"27","title":"Generating Documentation"},"28":{"body":"To generate documentation for a module, we need to add documentation comments to the module and its functions. Documentation comments are written in Markdown and start with /// (three slashes). For example, let's add a documentation comment to the hello_world module: /// This module contains a function that returns a string \"Hello, World!\".\nmodule book::hello_world { Doc comments placed above the module are linked to the module itself, while doc comments placed above the function are linked to the function. /// As the name says: returns a string \"Hello, World!\". public fun hello_world(): String { string::utf8(b\"Hello, World!\") } If a documented member has an attribute, such as #[test] in the example below, the doc comment must be placed after the attribute: While it is possible to document #[test] functions, doc comments for tests will not be included in the generated documentation. #[test] /// This is a test for the `hello_world` function. fun test_is_hello_world() { let expected = string::utf8(b\"Hello, World!\"); let actual = hello_world(); assert!(actual == expected, 0) }","breadcrumbs":"Your First Move » Generating Docs » Adding documentation comments","id":"28","title":"Adding documentation comments"},"29":{"body":"To generate documentation for a module, we need to run the sui move build command with a --doc flag. Let's run the command: $ sui move build --doc\n...\n...\nBUILDING Book Samples Alternatively, you can use move test --doc - this can be useful if you want to test and generate documentation at the same time. For example, as a part of your CI/CD pipeline. Once the build is complete, the documentation will be available in the build/docs directory. Each modile will have its own .md file. The documentation for the hello_world module will be available in the build/docs/hello_world.md file. Click to see an example of the `hello_world.md` contents # Module `0x0::hello_world`\nThis module contains a function that returns a string \"Hello, World!\".\n- [Function `hello_world`](#0x0_hello_world_hello_world)\n
use 0x1::debug;\nuse 0x1::string;\n
\n ## Function `hello_world`\nAs the name says: returns a string \"Hello, World!\".\n
fun hello_world(): string::String\n
\n
\nImplementation\n
fun hello_world(): String { let result = string::utf8(b\"Hello, World!\"); debug::print(&result); result\n}\n
\n
","breadcrumbs":"Your First Move » Generating Docs » Generating documentation","id":"29","title":"Generating documentation"},"3":{"body":"Move is a compiled language, so you need to install a compiler to be able to write and run Move programs. The compiler is included into the Sui binary, which can be installed or downloaded using one of the methods below.","breadcrumbs":"Before we begin » Install Sui » Install Sui","id":"3","title":"Install Sui"},"30":{"body":"In this chapter you will learn about the basic concepts of Sui and Move. You will learn what is a package, how to interact with it, what is an account and a transaction, and how data is stored on Sui. While this chapter is not a complete reference, and you should refer to the Sui Documentation for that, it will give you a good understanding of the basic concepts required to write Move programs on Sui.","breadcrumbs":"Concepts » Concepts","id":"30","title":"Concepts"},"31":{"body":"Move is a language for writing smart contracts - programs that stored and run on the blockchain. A single program is organized into a package. A package is published on the blockchain and is identified by an address . A published package can be interacted with by sending transactions calling its functions. It can also act as a dependency for other packages. To create a new package, use the sui move new command. To learn more about the command, run sui move new --help. Package consists of modules - separate scopes that contain functions, types, and other items. package 0x... module a struct A1 fun hello_world() module b struct B1 fun hello_package()","breadcrumbs":"Concepts » What is a Package » Packages","id":"31","title":"Packages"},"32":{"body":"Locally, a package is a directory with a Move.toml file and a sources directory. The Move.toml file - called the \"package manifest\" - contains metadata about the package, and the sources directory contains the source code for the modules. Packages usually looks like this: sources/ my_module.move another_module.move ...\ntests/ ...\nexamples/ using_my_module.move\nMove.toml The tests directory is optional and contains tests for the package. Code placed into the tests directory is not published on-chain and is only availably in tests. The examples directory can be used for code examples, and is also not published on-chain.","breadcrumbs":"Concepts » What is a Package » Package Structure","id":"32","title":"Package Structure"},"33":{"body":"During development, package doesn't have an address and it needs to be set to 0x0. Once a package is published, it gets a single unique address on the blockchain containing its modules' bytecode. A published package becomes immutable and can be interacted with by sending transactions. 0x... my_module: another_module: ","breadcrumbs":"Concepts » What is a Package » Published Package","id":"33","title":"Published Package"},"34":{"body":"Package Manifest Address Publishing a Package","breadcrumbs":"Concepts » What is a Package » Links","id":"34","title":"Links"},"35":{"body":"The Move.toml is a manifest file that describes the package and its dependencies. It is written in TOML format and contains multiple sections, the most important of which are [package], [dependencies] and [addresses]. [package]\nname = \"my_project\"\nversion = \"0.0.0\"\nedition = \"2024\" [dependencies]\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } [addresses]\nstd = \"0x1\"\nalice = \"0xA11CE\" [dev-addresses]\nalice = \"0xB0B\"","breadcrumbs":"Concepts » Manifest » Package Manifest","id":"35","title":"Package Manifest"},"36":{"body":"","breadcrumbs":"Concepts » Manifest » Sections","id":"36","title":"Sections"},"37":{"body":"The [package] section is used to describe the package. None of the fields in this section are published on chain, but they are used in tooling and release management; they also specify the Move edition for the compiler. name - the name of the package when it is imported; version - the version of the package, can be used in release management; edition - the edition of the Move language; currently, the only valid value is 2024.","breadcrumbs":"Concepts » Manifest » Package","id":"37","title":"Package"},"38":{"body":"The [dependencies] section is used to specify the dependencies of the project. Each dependency is specified as a key-value pair, where the key is the name of the dependency, and the value is the dependency specification. The dependency specification can be a git repository URL or a path to the local directory. # git repository\nSui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" } # local directory\nMyPackage = { local = \"../my-package\" } Packages also import addresses from other packages. For example, the Sui dependency adds the std and sui addresses to the project. These addresses can be used in the code as aliases for the addresses.","breadcrumbs":"Concepts » Manifest » Dependencies","id":"38","title":"Dependencies"},"39":{"body":"Sometimes dependencies have conflicting versions of the same package. For example, if you have two dependencies that use different versions of the Sui package, you can override the dependency in the [dependencies] section. To do so, add the override field to the dependency. The version of the dependency specified in the [dependencies] section will be used instead of the one specified in the dependency itself. [dependencies]\nSui = { override = true, git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }","breadcrumbs":"Concepts » Manifest » Resolving version conflicts with override","id":"39","title":"Resolving version conflicts with override"},"4":{"body":"You can download the latest Sui binary from the releases page . The binary is available for macOS, Linux and Windows. For education purposes and development, we recommend using the mainnet version.","breadcrumbs":"Before we begin » Install Sui » Download Binary","id":"4","title":"Download Binary"},"40":{"body":"It is possible to add [dev-dependencies] section to the manifest. It is used to override dependencies in the dev and test modes. For example, if you want to use a different version of the Sui package in the dev mode, you can add a custom dependency specification to the [dev-dependencies] section.","breadcrumbs":"Concepts » Manifest » Dev-dependencies","id":"40","title":"Dev-dependencies"},"41":{"body":"The [addresses] section is used to add aliases for the addresses. Any address can be specified in this section, and then used in the code as an alias. For example, if you add alice = \"0xA11CE\" to this section, you can use alice as 0xA11CE in the code.","breadcrumbs":"Concepts » Manifest » Addresses","id":"41","title":"Addresses"},"42":{"body":"The [dev-addresses] section is the same as [addresses], but only works for the test and dev modes. Important to note that it is impossible to introduce new aliases in this section, only override the existing ones. So in the example above, if you add alice = \"0xB0B\" to this section, the alice address will be 0xB0B in the test and dev modes, and 0xA11CE in the regular build.","breadcrumbs":"Concepts » Manifest » Dev-addresses","id":"42","title":"Dev-addresses"},"43":{"body":"The TOML format supports two styles for tables: inline and multiline. The examples above are using the inline style, but it is also possible to use the multiline style. You wouldn't want to use it for the [package] section, but it can be useful for the dependencies. # Inline style\n[dependencies]\nSui = { override = true, git = \"\", subdir = \"crates/sui-framework/packages/sui-framework\", rev = \"framework/testnet\" }\nMyPackage = { local = \"../my-package\" } # Multiline style\n[dependencies.Sui]\noverride = true\ngit = \"https://github.com/MystenLabs/sui.git\"\nsubdir = \"crates/sui-framework/packages/sui-framework\"\nrev = \"framework/testnet\" [dependencies.MyPackage]\nlocal = \"../my-package\"","breadcrumbs":"Concepts » Manifest » TOML styles","id":"43","title":"TOML styles"},"44":{"body":"Packages in the Move Documentation","breadcrumbs":"Concepts » Manifest » Links","id":"44","title":"Links"},"45":{"body":"Address is a unique identifier of a location on the blockchain. It is used to identify packages , accounts , and objects . Address has a fixed size of 32 bytes and is usually represented as a hexadecimal string prefixed with 0x. Addresses are case insensitive. 0xe51ff5cd221a81c3d6e22b9e670ddf99004d71de4f769b0312b68c7c4872e2f1 The address above is an example of a valid address. It is 64 characters long (32 bytes) and is prefixed with 0x. Sui also has reserved addresses that are used to identify standard packages and objects. Reserved addresses are typically simple values that are easy to remember and type. For example, the address of the Standard Library is 0x1. Addresses, shorter than 32 bytes, are padded with zeros to the left. 0x1 = 0x0000000000000000000000000000000000000000000000000000000000000001 Here are some examples of reserved addresses: 0x1 - address of the Sui Standard Library (alias std) 0x2 - address of the Sui Framework (alias sui) 0x5 - address of the Sui System object 0x6 - address of the system Clock object 0x403 - address of the DenyList system object","breadcrumbs":"Concepts » Addresses » Addresses","id":"45","title":"Addresses"},"46":{"body":"Address type in Move","breadcrumbs":"Concepts » Addresses » Further reading","id":"46","title":"Further reading"},"47":{"body":"Module is the basic unit of organization in a package. A module is a separate scope that contains functions, types, and other items. A package consists of one or more modules.","breadcrumbs":"Concepts » Module » Module","id":"47","title":"Module"},"48":{"body":"Accounts interact with the blockchain by sending transactions . Transactions can call functions in a package, and can also deploy new packages. On Sui, a single transaction can contain multiple operations, we call them \"commands\". A command can be a call to a function, a deployment of a new package, upgrade of an existing one, or a combination of these. Commands can return values, which can be used in subsequent commands.","breadcrumbs":"Concepts » Interacting with a Package » Interacting with a Package","id":"48","title":"Interacting with a Package"},"49":{"body":"An account is a way to identify a user. An account is generated from a private key, and is identified by an address. An account can own objects, and can send transactions. Every transaction has a sender, and the sender is identified by an address .","breadcrumbs":"Concepts » Account » Account","id":"49","title":"Account"},"5":{"body":"You can install Sui using the Homebrew package manager. brew install sui","breadcrumbs":"Before we begin » Install Sui » Install using Homebrew (MacOS)","id":"5","title":"Install using Homebrew (MacOS)"},"50":{"body":"Transaction is a fundamental concept in the blockchain world. It is a way to interact with a blockchain. Transactions are used to change the state of the blockchain, and they are the only way to do so. In Move, transactions are used to call functions in a package, deploy new packages, and upgrade existing ones.","breadcrumbs":"Concepts » Transaction » Transaction","id":"50","title":"Transaction"},"51":{"body":"Transactions consist of: a sender - the account that signs the transaction a list (or a chain) of commands - the operations to be executed command inputs - the arguments for the commands a gas object - the object used to pay for the transaction gas price and budget - the cost of the transaction","breadcrumbs":"Concepts » Transaction » Transaction Structure","id":"51","title":"Transaction Structure"},"52":{"body":"Sui does not have global storage. Instead, storage is split into a pool of objects. Some of the objects are owned by accounts and available only to them, and some are shared and can be accessed by anyone on the network. There's also a special kind of shared immutable objects, also called frozen , which can't be modified, and act as public chain-wide constants. Each object has a unique 32-byte identifier - UID, it is used to access and reference the object. Sui object consists of: UID - 32-byte unique identifier (address) Type - Move type with the key ability Owner - can be shared, account_address, object_owner or immutable Digest - hash of the object's content Version - acts as a nonce Content - the actual data represented as BCS","breadcrumbs":"Concepts » Object Model » Object Model","id":"52","title":"Object Model"},"53":{"body":"In this chapter we illustrate the concepts of Sui by building a simple application. Unlike the Hello World example which aims to illustrate Move Compiler, this application is focused on Sui specifics. It is also more complex - it uses objects , and we will publish and use it on Sui. The goal of this mini-project is to demonstrate the process of building, testing, and publishing a Sui application. The result is a simple but complete application that you can use as a starting point for your projects or as a playground to experiment with Sui as you learn. The chapter is split into the following parts (in order): Hello Sui! Build and Publish Testing Additionally, there's a section with ideas for further development of the application which you may get back to as you progress through the book.","breadcrumbs":"Your First Sui App » Your First Sui App","id":"53","title":"Your First Sui App"},"54":{"body":"Just like we did with the Hello World example, we will start by initializing a new package using the Sui CLI, then we will implement a simple application that creates a \"Postcard\" - a digital postcard that can be sent to a friend.","breadcrumbs":"Your First Sui App » Hello Sui! » Hello Sui!","id":"54","title":"Hello Sui!"},"55":{"body":"Sui packages are no different to regular Move packages, and can be initialized using the sui CLI. The following command will create a new package called postcard: $ sui new postcard This will create a new directory called postcard with the following structure: postcard\n├── Move.toml\n├── src/\n│ └── postcard.move\n└── tests/ └── postcard_tests.move The package manifest - Move.toml - already contains all required dependencies for Sui, and the src/postcard.move file is pre-created with a simple module layout. In case the Move.toml file does not feature the edition field, please, add it manually. The edition field under the [package] section should be set to 2024.beta. Like this: edition = \"2024.beta\"","breadcrumbs":"Your First Sui App » Hello Sui! » Create a new Sui package","id":"55","title":"Create a new Sui package"},"56":{"body":"The Postcard application will be a simple module that defines an object , and a set of functions to create, modify and send the postcard to any address . Let's start by inserting the code. Replace the contents of the src/postcard.move file with the following: module postcard::postcard { use std::string::String; use fun sui::object::new as TxContext.fresh_uid; /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, } /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) } /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }\n} To make sure that everything is working as expected, run this command: $ sui move build You should see this output, indicating that the package was built successfully. There shouldn't be any errors following the BUILDING postcard line: > $ sui move build\nUPDATING GIT DEPENDENCY https://github.com/MystenLabs/sui.git\nINCLUDING DEPENDENCY Sui\nINCLUDING DEPENDENCY MoveStdlib\nBUILDING postcard If you do see errors, please, double check the code and the steps you've taken to create the package. It's very likely a typo in one of the commands.","breadcrumbs":"Your First Sui App » Hello Sui! » Implement the Postcard application","id":"56","title":"Implement the Postcard application"},"57":{"body":"In the next section we will take a closer look at the structure of the postcard.move file and explain the code we've just inserted. We will also discuss the imports and the object definition in more detail.","breadcrumbs":"Your First Sui App » Hello Sui! » Next steps","id":"57","title":"Next steps"},"58":{"body":"Let's take a look at the code we've inserted into the postcard.move file. We will discuss the structure of the module and the code in more detail, and explain the way the Postcard object is created, used and stored.","breadcrumbs":"Your First Sui App » Using Objects » Using Objects","id":"58","title":"Using Objects"},"59":{"body":"First line of the file is the module declaration. The address of the module is package - a name defined in the Move.toml file. The module name is also postcard. The module body is enclosed in curly braces {}. module postcard::postcard {","breadcrumbs":"Your First Sui App » Using Objects » Module","id":"59","title":"Module"},"6":{"body":"You can install and build Sui locally by using the Cargo package manager (requires Rust) cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch mainnet","breadcrumbs":"Before we begin » Install Sui » Build using Cargo (MacOS, Linux)","id":"6","title":"Build using Cargo (MacOS, Linux)"},"60":{"body":"In the top of the module we import String type from the Standard Library (std). The rest of the types used in this module are implicitly imported from the Sui Framework . use std::string::String;","breadcrumbs":"Your First Sui App » Using Objects » Imports","id":"60","title":"Imports"},"61":{"body":"A public struct Postcard, that goes after imports, is an object. A struct with the key ability is an object on Sui. As such, its first field must be id of type UID (that we imported from the Sui Framework). The id field is the unique identifier and an address of the object. /// The Postcard object. public struct Postcard has key { /// The unique identifier of the Object. /// Created using the `object::new()` function. id: UID, /// The message to be printed on the gift card. message: String, }","breadcrumbs":"Your First Sui App » Using Objects » Postcard is an Object","id":"61","title":"Postcard is an Object"},"62":{"body":"Sui has no global storage , and the objects are stored independently of their package. This is why we defined a single Postcard and not a collection \"Postcards\". Objects have to be created and stored in the storage before they can be used. The new function is a public function that creates a new instance of the Postcard object and returns it to the caller. It takes two arguments: the message of type String, which is the message on the postcard, and the ctx of type TxContext, a standard type that is automatically inserted by the Sui runtime. /// Create a new Postcard with a message. public fun new(message: String, ctx: &mut TxContext): Postcard { Postcard { id: ctx.fresh_uid(), message, } } When initializing an instance of Postcard we pass the fields of the struct as arguments, the id is generated from the TxContext argument via the ctx.fresh_uid() call. And the message is taken as-is from the message argument.","breadcrumbs":"Your First Sui App » Using Objects » Creating an Object","id":"62","title":"Creating an Object"},"63":{"body":"Objects can't be ignored, so when the function new is called, the returned Postcard needs to be stored. And here's when the sui::transfer module comes into play. The sui::transfer::transfer function is used to store the object at the specified address. /// Send the Postcard to the specified address. public fun send_to(card: Postcard, to: address) { transfer::transfer(card, to) } The function takes the Postcard as the first argument and a value of the address type as the second argument. Both are passed into the transfer function to send — and hence, store — the object to the specified address.","breadcrumbs":"Your First Sui App » Using Objects » Sending a Postcard","id":"63","title":"Sending a Postcard"},"64":{"body":"A very common scenario is transfering the object to the caller. This can be done by calling the send_to function with the sender address. It can be read from the ctx argument, which is a TxContext type. /// Keep the Postcard for yourself. public fun keep(card: Postcard, ctx: &TxContext) { transfer::transfer(card, ctx.sender()) }","breadcrumbs":"Your First Sui App » Using Objects » Keeping the Object","id":"64","title":"Keeping the Object"},"65":{"body":"The update function is another public function that takes a mutable reference to the Postcard and a String argument. It updates the message field of the Postcard. Because the Postcard is passed by a reference, the owner is not changed, and the object is not moved. /// Update the message on the Postcard. public fun update(card: &mut Postcard, message: String) { card.message = message }","breadcrumbs":"Your First Sui App » Using Objects » Updating the Object","id":"65","title":"Updating the Object"},"66":{"body":"In the next section we will write a simple test for the Postcard module to see how it works. Later we will publish the package on Sui DevNet and learn how to use the Sui CLI to interact with the package.","breadcrumbs":"Your First Sui App » Using Objects » Next steps","id":"66","title":"Next steps"},"67":{"body":"This chapter is all about the basic syntax of the Move language. It covers the basics of the language, such as types, modules, functions, and control flow. It focuses on the language without a storage model or a blockchain, and explains the essential concepts of the language.","breadcrumbs":"Syntax Basics » Basic Syntax","id":"67","title":"Basic Syntax"},"68":{"body":"Module is the base unit of code organization in Move. Modules are used to group and isolate code, and all of the members of the module are private to the module by default. In this section you will learn how to define a module, how to declare its members and how to access them from other modules.","breadcrumbs":"Syntax Basics » Module » Module","id":"68","title":"Module"},"69":{"body":"Modules are declared using the module keyword followed by the package address, module name and the module body inside the curly braces {}. The module name should be in snake_case - all lowercase letters with underscores between words. Modules names must be unique in the package. Usually, a single file in the sources/ folder contains a single module. The file name should match the module name - for example, a donut_shop module should be stored in the donut_shop.move file. You can read more about coding conventions in the Coding Conventions section. module book::my_module { // module body\n} Structs, functions and constants, imports and friend declarations are all part of the module: Structs Functions Constants Imports Friend declarations Method Aliases","breadcrumbs":"Syntax Basics » Module » Module declaration","id":"69","title":"Module declaration"},"7":{"body":"For troubleshooting the installation process, please refer to the Install Sui Guide.","breadcrumbs":"Before we begin » Install Sui » Troubleshooting","id":"7","title":"Troubleshooting"},"70":{"body":"Module address can be specified as both: an address literal (does not require the @ prefix) or a named address specified in the Package Manifest . In the example below, both are identical because there's a book = \"0x0\" record in the [addresses] section of the Move.toml. module 0x0::address_literal_example { // module body\n} Addresses section in the Move.toml: # Move.toml\n[addresses]\nbook = \"0x0\"","breadcrumbs":"Syntax Basics » Module » Address / Named address","id":"70","title":"Address / Named address"},"71":{"body":"Module members are declared inside the module body. To illustrate that, let's define a simple module with a struct, a function and a constant: module book::my_module_with_members { // import use book::my_module; // friend declaration friend book::constants; // a constant const CONST: u8 = 0; // a struct public struct Struct {} // method alias public use fun function as Struct.struct_fun; // function fun function(_: &Struct) { /* function body */ }\n}","breadcrumbs":"Syntax Basics » Module » Module members","id":"71","title":"Module members"},"72":{"body":"Before the introduction of the address::module_name syntax, modules were organized into address {} blocks. This way of code organization is still available today, but is not used widely. Modern practices imply having a single module per file, so the address {} block is rather a redundant construct. Module addresses can be omitted if modules are organized into address {} blocks. address book { // address block module another_module { // module body\n} module yet_another_module { // module body\n}\n} The modules defined in this code sample will be accessible as: book::another_module book::yet_another_module","breadcrumbs":"Syntax Basics » Module » Address block","id":"72","title":"Address block"},"73":{"body":"Comments are a way to add notes or document your code. They are ignored by the compiler and don't result in the Move bytecode. You can use comments to explain what your code does, to add notes to yourself or other developers, to temporarily remove a part of your code, or to generate documentation. There are three types of comments in Move: line comment, block comment, and doc comment.","breadcrumbs":"Syntax Basics » Comments » Comments","id":"73","title":"Comments"},"74":{"body":"module book::comments_line { fun some_function() { // this is a comment line }\n} You can use double slash // to comment out the rest of the line. Everything after // will be ignored by the compiler. module book::comments_line_2 { // let's add a note to everything! fun some_function_with_numbers() { let a = 10; // let b = 10 this line is commented and won't be executed let b = 5; // here comment is placed after code a + b; // result is 15, not 10! }\n}","breadcrumbs":"Syntax Basics » Comments » Line comment","id":"74","title":"Line comment"},"75":{"body":"Block comments are used to comment out a block of code. They start with /* and end with */. Everything between /* and */ will be ignored by the compiler. You can use block comments to comment out a single line or multiple lines. You can even use them to comment out a part of a line. module book::comments_block { fun /* you can comment everywhere */ go_wild() { /* here there everywhere */ let a = 10; let b = /* even here */ 10; /* and again */ a + b; } /* you can use it to remove certain expressions or definitions fun empty_commented_out() { } */\n} This example is a bit extreme, but it shows how you can use block comments to comment out a part of a line.","breadcrumbs":"Syntax Basics » Comments » Block comment","id":"75","title":"Block comment"},"76":{"body":"Documentation comments are special comments that are used to generate documentation for your code. They are similar to block comments, but they start with three slashes /// and are placed before the definition of the item they document. /// Module has documentation!\nmodule book::comments_doc { /// This is a 0x0 address constant! const AN_ADDRESS: address = @0x0; /// This is a struct! public struct AStruct { /// This is a field of a struct! a_field: u8, } /// This function does something! /// And it's documented! fun do_something() {}\n}","breadcrumbs":"Syntax Basics » Comments » Doc comment","id":"76","title":"Doc comment"},"77":{"body":"For simple values, Move has a number of built-in primitive types. They're the base that makes up all other types. The primitive types are: Booleans Unsigned Integers Address - covered in the next section However, before we get to the types, let's first look at how to declare and assign variables in Move.","breadcrumbs":"Syntax Basics » Primitive Types » Primitive Types","id":"77","title":"Primitive Types"},"78":{"body":"Variables are declared using the let keyword. They are immutable by default, but can be made mutable using the let mut keyword. The syntax for the let mut statement is: let [: ] = ;\nlet mut [: ] = ; Where: - the name of the variable - the type of the variable, optional - the value to be assigned to the variable let x: bool = true;\nlet mut y: u8 = 42; A mutable variable can be reassigned using the = operator. y = 43; Variables can also be shadowed by re-declaring. let x: u8 = 42;\nlet x: u8 = 43;","breadcrumbs":"Syntax Basics » Primitive Types » Variables and assignment","id":"78","title":"Variables and assignment"},"79":{"body":"The bool type represents a boolean value - yes or no, true or false. It has two possible values: true and false which are keywords in Move. For booleans, there's no need to explicitly specify the type - the compiler can infer it from the value. let x = true;\nlet y = false; Booleans are often used to store flags and to control the flow of the program. Please, refer to the Control Flow section for more information.","breadcrumbs":"Syntax Basics » Primitive Types » Booleans","id":"79","title":"Booleans"},"8":{"body":"There are two most popular IDEs for Move development: VSCode and IntelliJ IDEA. Both of them provide basic features like syntax highlighting and error messages, though they differ in their additional features. Whatever IDE you choose, you'll need to use the terminal to run the Move CLI . IntelliJ Plugin does not support Move 2024 edition fully, some syntax won't get highlighted and not supported.","breadcrumbs":"Before we begin » Set up your IDE » Set up your IDE","id":"8","title":"Set up your IDE"},"80":{"body":"Move supports unsigned integers of various sizes: from 8-bit to 256-bit. The integer types are: u8 - 8-bit u16 - 16-bit u32 - 32-bit u64 - 64-bit u128 - 128-bit u256 - 256-bit let x: u8 = 42;\nlet y: u16 = 42;\n// ...\nlet z: u256 = 42; Unlike booleans, integer types need to be inferred. In most of the cases, the compiler will infer the type from the value, usually defaulting to u64. However, sometimes the compiler is unable to infer the type and will require an explicit type annotation. It can either be provided during assignment or by using a type suffix. // Both are equivalent\nlet x: u8 = 42;\nlet x = 42u8;","breadcrumbs":"Syntax Basics » Primitive Types » Integer Types","id":"80","title":"Integer Types"},"81":{"body":"Move supports the standard arithmetic operations for integers: addition, subtraction, multiplication, division, and remainder. The syntax for these operations is: Syntax Operation Aborts If + addition Result is too large for the integer type - subtraction Result is less than zero * multiplication Result is too large for the integer type % modular division The divisor is 0 / truncating division The divisor is 0 The type of the operands must match , otherwise, the compiler will raise an error. The result of the operation will be of the same type as the operands. To perform operations on different types, the operands need to be cast to the same type.","breadcrumbs":"Syntax Basics » Primitive Types » Operations","id":"81","title":"Operations"},"82":{"body":"Move supports explicit casting between integer types. The syntax for it is: ( as ) Note, that it requires parentheses around the expression to prevent ambiguity. let x: u8 = 42;\nlet y: u16 = (x as u16); A more complex example, preventing overflow: let x: u8 = 255;\nlet y: u8 = 255;\nlet z: u16 = (x as u16) + ((y as u16) * 2);","breadcrumbs":"Syntax Basics » Primitive Types » Casting with as","id":"82","title":"Casting with as"},"83":{"body":"Move does not support overflow / underflow, an operation that results in a value outside the range of the type will raise a runtime error. This is a safety feature to prevent unexpected behavior. let x = 255u8;\nlet y = 1u8; // This will raise an error\nlet z = x + y;","breadcrumbs":"Syntax Basics » Primitive Types » Overflow","id":"83","title":"Overflow"},"84":{"body":"To represent addresses , Move uses a special type called address. It is a 32 byte value that can be used to represent any address on the blockchain. Addresses are used in two syntax forms: hexadecimal addresses prefixed with 0x and named addresses. // address literal\nlet value: address = @0x1; // named address registered in Move.toml\nlet value = @std;\nlet other = @sui; An address literal starts with the @ symbol followed by a hexadecimal number or an identifier. The hexadecimal number is interpreted as a 32 byte value. The identifier is looked up in the Move.toml file and replaced with the corresponding address by the compiler. If the identifier is not found in the Move.toml file, the compiler will throw an error.","breadcrumbs":"Syntax Basics » Address Type » Address Type","id":"84","title":"Address Type"},"85":{"body":"Sui Framework offers a set of helper functions to work with addresses. Given that the address type is a 32 byte value, it can be converted to a u256 type and vice versa. It can also be converted to and from a vector type. Example: Convert an address to a u256 type and back. use sui::address; let addr_as_u256: u256 = address::to_u256(@0x1);\nlet addr = address::from_u256(addr_as_u256); Example: Convert an address to a vector type and back. use sui::address; let addr_as_u8: vector = address::to_bytes(@0x1);\nlet addr = address::from_bytes(addr_as_u8); Example: Convert an address into a string. use sui::address;\nuse std::string::String; let addr_as_string: String = address::to_string(@0x1);","breadcrumbs":"Syntax Basics » Address Type » Conversion","id":"85","title":"Conversion"},"86":{"body":"In programming languages expression is a unit of code which returns a value, in Move, almost everything is an expression, - with the sole exception of let statement which is a declaration. In this section, we cover the types of expressions and introduce the concept of scope. Expressions are sequenced with semicolons ;. If there's \"no expression\" after the semicolon, the compiler will insert an empty expression ().","breadcrumbs":"Syntax Basics » Expression » Expression","id":"86","title":"Expression"},"87":{"body":"In the Primitive Types section, we introduced the basic types of Move. And to illustrate them, we used literals. A literal is a notation for representing a fixed value in the source code. Literals are used to initialize variables and to pass arguments to functions. Move has the following literals: true and false for boolean values 0, 1, 123123 or other numeric for integer values 0x0, 0x1, 0x123 or other hexadecimal for integer values b\"bytes_vector\" for byte vector values x\"0A\" HEX literal for byte values let b = true; // true is a literal\nlet n = 1000; // 1000 is a literal\nlet h = 0x0A; // 0x0A is a literal\nlet v = b\"hello\"; // b'hello' is a byte vector literal\nlet x = x\"0A\"; // x'0A' is a byte vector literal\nlet c = vector[1, 2, 3]; // vector[] is a vector literal","breadcrumbs":"Syntax Basics » Expression » Literals","id":"87","title":"Literals"},"88":{"body":"Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of an operation is a value, so operators are also expressions. let sum = 1 + 2; // 1 + 2 is an expression\nlet sum = (1 + 2); // the same expression with parentheses\nlet is_true = true && false; // true && false is an expression\nlet is_true = (true && false); // the same expression with parentheses","breadcrumbs":"Syntax Basics » Expression » Operators","id":"88","title":"Operators"},"89":{"body":"A block is a sequence of statements and expressions, and it returns the value of the last expression in the block. A block is written as a pair of curly braces {}. A block is an expression, so it can be used anywhere an expression is expected. // block with an empty expression, however, the compiler will\n// insert an empty expression automatically: `let none = { () }`\n// let none = {}; // block with let statements and an expression.\nlet sum = { let a = 1; let b = 2; a + b // last expression is the value of the block\n}; let none = { let a = 1; let b = 2; a + b // not returned - semicolon. // compiler automatically inserts an empty expression `()`\n};","breadcrumbs":"Syntax Basics » Expression » Blocks","id":"89","title":"Blocks"},"9":{"body":"VSCode is a free and open source IDE from Microsoft. Move Analyzer is a language server extension for Move maintained by MystenLabs . Move Syntax a simple syntax highlighting extension for Move by Damir Shamanaev .","breadcrumbs":"Before we begin » Set up your IDE » VSCode","id":"9","title":"VSCode"},"90":{"body":"We go into detail about functions in the Functions section. However, we already used function calls in the previous sections, so it's worth mentioning them here. A function call is an expression that calls a function and returns the value of the last expression in the function body. fun add(a: u8, b: u8): u8 { a + b\n} #[test]\nfun some_other() { let sum = add(1, 2); // add(1, 2) is an expression with type u8\n}","breadcrumbs":"Syntax Basics » Expression » Function Calls","id":"90","title":"Function Calls"},"91":{"body":"Control flow expressions are used to control the flow of the program. They are also expressions, so they return a value. We cover control flow expressions in the Control Flow section. Here's a very brief overview: // if is an expression, so it returns a value; if there are 2 branches,\n// the types of the branches must match.\nif (bool_expr) expr1 else expr2; // while is an expression, but it returns `()`.\nwhile (bool_expr) { expr; }; // loop is an expression, but returns `()` as well.\nloop { expr; break };","breadcrumbs":"Syntax Basics » Expression » Control Flow Expressions","id":"91","title":"Control Flow Expressions"},"92":{"body":"Move type system shines when it comes to defining custom types. User defined types can be custom tailored to the specific needs of the application. Not just on the data level, but also in its behavior. In this section we introduce the struct definition and how to use it.","breadcrumbs":"Syntax Basics » Struct » Custom Types with Struct","id":"92","title":"Custom Types with Struct"},"93":{"body":"To define a custom type, you can use the struct keyword followed by the name of the type. After the name, you can define the fields of the struct. Each field is defined with the field_name: field_type syntax. Field definitions must be separated by commas. The fields can be of any type, including other structs. Note: Move does not support recursive structs, meaning a struct cannot contain itself as a field. /// A struct representing an artist.\npublic struct Artist { /// The name of the artist. name: String,\n} /// A struct representing a music record.\npublic struct Record { /// The title of the record. title: String, /// The artist of the record. Uses the `Artist` type. artist: Artist, /// The year the record was released. year: u16, /// Whether the record is a debut album. is_debut: bool, /// The edition of the record. edition: Option,\n} In the example above, we define a Record struct with five fields. The title field is of type String, the artist field is of type Artist, the year field is of type u16, the is_debut field is of type bool, and the edition field is of type Option. The edition field is of type Option to represent that the edition is optional. Structs are private by default, meaning they cannot be imported and used outside of the module they are defined in. Their fields are also private and can't be accessed from outside the module. See visibility for more information on different visibility modifiers. A struct by default is internal to the module it is defined in.","breadcrumbs":"Syntax Basics » Struct » Struct","id":"93","title":"Struct"},"94":{"body":"We described how struct definition works. Now let's see how to initialize a struct and use it. A struct can be initialized using the struct_name { field1: value1, field2: value2, ... } syntax. The fields can be initialized in any order, and all of the fields must be set. let mut artist = Artist { name: b\"The Beatles\".to_string()\n}; In the example above, we create an instance of the Artist struct and set the name field to a string \"The Beatles\". To access the fields of a struct, you can use the . operator followed by the field name. // Access the `name` field of the `Artist` struct.\nlet artist_name = artist.name; // Access a field of the `Artist` struct.\nassert!(artist.name == string::utf8(b\"The Beatles\"), 0); // Mutate the `name` field of the `Artist` struct.\nartist.name = string::utf8(b\"Led Zeppelin\"); // Check that the `name` field has been mutated.\nassert!(artist.name == string::utf8(b\"Led Zeppelin\"), 1); Only module defining the struct can access its fields (both mutably and immutably). So the above code should be in the same module as the Artist struct.","breadcrumbs":"Syntax Basics » Struct » Create and use an instance","id":"94","title":"Create and use an instance"},"95":{"body":"Structs are non-discardable by default, meaning that the initiated struct value must be used: either stored or unpacked . Unpacking a struct means deconstructing it into its fields. This is done using the let keyword followed by the struct name and the field names. // Unpack the `Artist` struct and create a new variable `name`\n// with the value of the `name` field.\nlet Artist { name } = artist; In the example above we unpack the Artist struct and create a new variable name with the value of the name field. Because the variable is not used, the compiler will raise a warning. To suppress the warning, you can use the underscore _ to indicate that the variable is intentionally unused. // Unpack the `Artist` struct and ignore the `name` field.\nlet Artist { name: _ } = artist;","breadcrumbs":"Syntax Basics » Struct » Unpacking a struct","id":"95","title":"Unpacking a struct"},"96":{"body":"Move has a unique type system which allows defining type abilities . In the previous section , we introduced the struct definition and how to use it. However, the instances of the Artist and Record structs had to be unpacked for the code to compile. This is default behavior of a struct without abilities . In this section, we introduce the first ability - drop.","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities: Drop","id":"96","title":"Abilities: Drop"},"97":{"body":"Abilities are set in the struct definition using the has keyword followed by a list of abilities. The abilities are separated by commas. Move supports 4 abilities: copy, drop, key, and store. In this section, we cover the first two abilities: copy and drop. The last two abilities are covered in the programmability chapter , when we introduce Objects and storage operations. /// This struct has the `copy` and `drop` abilities.\nstruct VeryAble has copy, drop { // field: Type1, // field2: Type2, // ...\n}","breadcrumbs":"Syntax Basics » Abilities: Drop » Abilities syntax","id":"97","title":"Abilities syntax"},"98":{"body":"A struct without abilities cannot be discarded, or copied, or stored in the storage. We call such a struct a Hot Potato . It is a joke, but it is also a good way to remember that a struct without abilities is like a hot potato - it needs to be passed around and handled properly. Hot Potato is one of the most powerful patterns in Move, we go in detail about it in the TODO: authorization patterns chapter.","breadcrumbs":"Syntax Basics » Abilities: Drop » No abilities","id":"98","title":"No abilities"},"99":{"body":"The drop ability - the simplest of them - allows the instance of a struct to be ignored or discarded . In many programming languages this behavior is considered default. However, in Move, a struct without the drop ability is not allowed to be ignored. This is a safety feature of the Move language, which ensures that all assets are properly handled. An attempt to ignore a struct without the drop ability will result in a compilation error. module book::drop_ability { /// This struct has the `drop` ability. public struct IgnoreMe has drop { a: u8, b: u8, } /// This struct does not have the `drop` ability. public struct NoDrop {} #[test] // Create an instance of the `IgnoreMe` struct and ignore it. // Even though we constructed the instance, we don't need to unpack it. fun test_ignore() { let no_drop = NoDrop {}; let _ = IgnoreMe { a: 1, b: 2 }; // no need to unpack // The value must be unpacked for the code to compile. let NoDrop {} = no_drop; // OK }\n} The drop ability is often used on custom collection types to eliminate the need for special handling of the collection when it is no longer needed. For example, a vector type has the drop ability, which allows the vector to be ignored when it is no longer needed. However, the biggest feature of Move's type system is the ability to not have drop. This ensures that the assets are properly handled and not ignored. A struct with a single drop ability is called a Witness . We explain the concept of a Witness in the Witness and Abstract Implementation section.","breadcrumbs":"Syntax Basics » Abilities: Drop » Drop ability","id":"99","title":"Drop ability"}},"length":239,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.0},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.3166247903554},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.8284271247461903},"98":{"tf":1.7320508075688772},"99":{"tf":3.1622776601683795}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":2.6457513110645907},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.6457513110645907},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.0},"42":{"tf":2.0},"45":{"tf":4.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.8284271247461903},"72":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.23606797749979}}}}}}},"df":11,"docs":{"105":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"196":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":1.7320508075688772},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"126":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.0},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"128":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"234":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.3166247903554},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"89":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.4142135623730951},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":2.449489742783178},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.23606797749979},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":2.8284271247461903},"73":{"tf":2.6457513110645907},"74":{"tf":2.23606797749979},"75":{"tf":3.0},"76":{"tf":2.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.23606797749979},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.0},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.0}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.605551275463989},"161":{"tf":2.6457513110645907},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.0},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":14,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.0},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"39":{"tf":3.0},"40":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.0},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"235":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":5,"docs":{"14":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":2.8284271247461903},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.6457513110645907},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"99":{"tf":3.3166247903554}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":3.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":3.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.4142135623730951}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":25,"docs":{"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"125":{"tf":2.0},"126":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.0},"195":{"tf":1.0},"213":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.605551275463989},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.3166247903554},"142":{"tf":3.0},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.6457513110645907}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":3.0},"171":{"tf":1.7320508075688772},"172":{"tf":2.8284271247461903},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"188":{"tf":2.0},"208":{"tf":2.0},"209":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.0},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"227":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":19,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":16,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.0},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":3.4641016151377544},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.6457513110645907},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.4641016151377544}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":2.8284271247461903},"128":{"tf":2.6457513110645907},"129":{"tf":3.4641016151377544},"130":{"tf":3.7416573867739413},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.605551275463989},"148":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":8,"docs":{"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":13,"docs":{"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":95,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":2.8284271247461903},"102":{"tf":2.8284271247461903},"103":{"tf":3.605551275463989},"104":{"tf":2.449489742783178},"106":{"tf":3.1622776601683795},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":3.605551275463989},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":3.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"14":{"tf":2.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":35,"docs":{"183":{"tf":3.605551275463989},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.0},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.449489742783178},"231":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.0},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"88":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.0},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.449489742783178},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.8284271247461903},"32":{"tf":2.449489742783178},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"173":{"tf":3.3166247903554},"174":{"tf":2.6457513110645907},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.8284271247461903},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":15,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":3,"docs":{"1":{"tf":1.0},"184":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.6457513110645907},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.605551275463989},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":17,"docs":{"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.23606797749979},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.449489742783178},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.0},"120":{"tf":2.6457513110645907},"121":{"tf":2.8284271247461903},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.6457513110645907},"147":{"tf":3.3166247903554},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.8284271247461903},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.449489742783178}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"7":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":30,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.23606797749979}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":3.4641016151377544},"181":{"tf":3.1622776601683795},"182":{"tf":3.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.123105625617661},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":4.58257569495584},"22":{"tf":3.605551275463989},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.0},"206":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":3.872983346207417},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.449489742783178},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.0},"172":{"tf":2.6457513110645907},"173":{"tf":4.47213595499958},"174":{"tf":3.1622776601683795},"176":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.0}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":6,"docs":{"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":154,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.6457513110645907},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"113":{"tf":2.449489742783178},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":18,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":14,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{":":{":":{"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":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":41,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"128":{"tf":2.449489742783178},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"222":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":1.0}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":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":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"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":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":2.23606797749979},"33":{"tf":1.0},"70":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"84":{"tf":1.0},"87":{"tf":1.0}}},"2":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"45":{"tf":1.0}}},"4":{"0":{"3":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"45":{"tf":1.0}}},"6":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"a":{"1":{"1":{"c":{"df":4,"docs":{"133":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":2,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.4142135623730951},"84":{"tf":1.0}},"e":{"5":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"c":{"d":{"2":{"2":{"1":{"a":{"8":{"1":{"c":{"3":{"d":{"6":{"df":0,"docs":{},"e":{"2":{"2":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"7":{"0":{"d":{"d":{"df":0,"docs":{},"f":{"9":{"9":{"0":{"0":{"4":{"d":{"7":{"1":{"d":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"7":{"6":{"9":{"b":{"0":{"3":{"1":{"2":{"b":{"6":{"8":{"c":{"7":{"c":{"4":{"8":{"7":{"2":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"182":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":2.8284271247461903},"131":{"tf":2.449489742783178},"146":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"1":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"1":{"2":{"3":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"22":{"tf":1.0}}},"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"22":{"tf":1.0}}},"5":{"df":1,"docs":{"74":{"tf":1.0}}},"6":{"df":1,"docs":{"80":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":35,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"9":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}}},"2":{"df":1,"docs":{"1":{"tf":1.0}}},"3":{"df":1,"docs":{"1":{"tf":1.0}}},"4":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"216":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":15,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"231":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"173":{"tf":1.0}}},"4":{"df":1,"docs":{"204":{"tf":1.0}},"h":{"df":1,"docs":{"205":{"tf":1.0}}}},"5":{"5":{"df":1,"docs":{"82":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"k":{"b":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":1.0},"196":{"tf":1.0},"235":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":6,"docs":{"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"196":{"tf":1.0},"236":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"4":{"0":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"2":{"df":3,"docs":{"78":{"tf":1.4142135623730951},"80":{"tf":2.0},"82":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"219":{"tf":1.0},"74":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"45":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0},"80":{"tf":1.4142135623730951}}},"9":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":9,"docs":{"101":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.449489742783178},"173":{"tf":1.4142135623730951},"193":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"186":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"114":{"tf":1.4142135623730951},"160":{"tf":2.6457513110645907},"161":{"tf":2.449489742783178},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":3.3166247903554},"176":{"tf":1.0},"183":{"tf":2.23606797749979},"193":{"tf":1.0},"199":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":3.4641016151377544},"52":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":3.1622776601683795},"98":{"tf":2.23606797749979},"99":{"tf":3.4641016151377544}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":3.4641016151377544},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"v":{"df":17,"docs":{"116":{"tf":1.0},"137":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":2.6457513110645907},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"227":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"238":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":2.449489742783178},"30":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.0},"24":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"21":{"tf":1.0},"225":{"tf":1.4142135623730951},"28":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"d":{"(":{"1":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"a":{"df":2,"docs":{"141":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"157":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"2":{"5":{"6":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"2":{"5":{"6":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"2":{"5":{"6":{"(":{"@":{"0":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":40,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"108":{"tf":1.0},"133":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":2.8284271247461903},"194":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"233":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"45":{"tf":4.242640687119285},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":3.7416573867739413},"85":{"tf":2.449489742783178}}}}}}},"df":13,"docs":{"105":{"tf":1.7320508075688772},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"189":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":34,"docs":{"127":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":2.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.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"df":2,"docs":{"144":{"tf":2.449489742783178},"172":{"tf":2.449489742783178}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"214":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":1,"docs":{"193":{"tf":1.0}}}},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}},"i":{"a":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"220":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"71":{"tf":1.0}},"s":{"df":7,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"69":{"tf":1.0}}}},"c":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"225":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":2.449489742783178},"26":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":10,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"29":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"203":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"104":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"170":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"106":{"tf":1.7320508075688772},"118":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.0},"212":{"tf":1.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"72":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"191":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":15,"docs":{"196":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":16,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":2.23606797749979},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":3,"docs":{"191":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"148":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"230":{"tf":2.0},"238":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"22":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"93":{"tf":3.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":5,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"165":{"tf":1.0},"166":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"123":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":1,"docs":{"126":{"tf":1.0}},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":2,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"182":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"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":{}}}}},"v":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":11,"docs":{"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"236":{"tf":2.0}}}},"t":{"df":2,"docs":{"160":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":2.0},"135":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"1":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":2.23606797749979},"182":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"105":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"62":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":18,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"12":{"tf":1.0},"182":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"147":{"tf":1.4142135623730951},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"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":2,"docs":{"18":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"1":{"df":1,"docs":{"31":{"tf":1.0}}},">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"193":{"tf":1.0},"53":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"225":{"tf":1.0},"229":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"197":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"172":{"tf":1.0},"212":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}}},"i":{"c":{"df":121,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"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},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"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}}},"df":0,"docs":{}}}},"c":{"df":2,"docs":{"108":{"tf":1.0},"52":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"148":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":11,"docs":{"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":2.8284271247461903},"160":{"tf":2.0},"31":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"33":{"tf":1.0}}}}},"df":4,"docs":{"127":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"234":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"130":{"tf":1.0},"161":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"160":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"176":{"tf":1.0},"191":{"tf":1.0}}}},"w":{"df":7,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"116":{"tf":1.4142135623730951},"13":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"192":{"tf":1.0},"215":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"230":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0}}}}},"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":4,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.8284271247461903}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"118":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":3.4641016151377544},"185":{"tf":1.0},"230":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"89":{"tf":3.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":11,"docs":{"142":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"221":{"tf":1.0},"24":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{":":{":":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"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":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}},"e":{"_":{"2":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"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":{"104":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"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":{},"e":{"d":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"146":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"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":1,"docs":{"102":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"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":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"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":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"_":{"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":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"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":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":19,"docs":{"0":{"tf":1.7320508075688772},"108":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"l":{">":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"164":{"tf":1.0},"171":{"tf":2.23606797749979},"193":{"tf":1.0},"236":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":1,"docs":{"219":{"tf":1.0}}}}}},"`":{"df":1,"docs":{"117":{"tf":1.0}}},"df":3,"docs":{"115":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":2.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.0},"231":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"170":{"tf":1.0},"219":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":6,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"222":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"29":{"tf":1.0}},"s":{"/":{"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":0,"docs":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":20,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":2.0},"29":{"tf":2.0},"42":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":2.0},"6":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"120":{"tf":3.3166247903554},"122":{"tf":1.7320508075688772},"148":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}}},"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"202":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.0}}}},"_":{"a":{"d":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":50,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"233":{"tf":2.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.0},"222":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"164":{"tf":1.0},"189":{"tf":2.449489742783178},"190":{"tf":2.8284271247461903},"226":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"162":{"tf":2.0},"163":{"tf":3.1622776601683795},"164":{"tf":2.449489742783178},"165":{"tf":2.0},"166":{"tf":2.449489742783178},"167":{"tf":2.449489742783178},"56":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"194":{"tf":1.7320508075688772},"198":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0}}},"t":{"df":3,"docs":{"146":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":3,"docs":{"158":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"227":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"214":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":14,"docs":{"135":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":2.6457513110645907},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"24":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"/":{"c":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"208":{"tf":2.449489742783178},"212":{"tf":1.7320508075688772}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"194":{"tf":1.7320508075688772},"206":{"tf":3.3166247903554},"207":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.4142135623730951},"213":{"tf":1.0}},"r":{"df":3,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"57":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":3.1622776601683795},"193":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"106":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":3.1622776601683795},"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"195":{"tf":2.449489742783178},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"208":{"tf":1.4142135623730951},"229":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.0},"63":{"tf":1.0},"92":{"tf":1.0}}},"m":{"a":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"n":{"d":{"df":13,"docs":{"16":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":2.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":3.0},"73":{"tf":3.0},"74":{"tf":2.6457513110645907},"75":{"tf":3.3166247903554},"76":{"tf":2.449489742783178}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.4142135623730951},"121":{"tf":1.0},"182":{"tf":1.0},"210":{"tf":1.4142135623730951},"225":{"tf":1.0},"233":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"21":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":35,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"37":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0}}},"x":{"df":5,"docs":{"129":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"115":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.0},"138":{"tf":1.7320508075688772},"21":{"tf":1.0},"236":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"225":{"tf":2.449489742783178},"227":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":2.0},"147":{"tf":1.4142135623730951},"238":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"191":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"237":{"tf":1.0}}}}}},"i":{"d":{"df":6,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"133":{"tf":2.449489742783178},"134":{"tf":2.0},"135":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"192":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":10,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"185":{"tf":1.4142135623730951},"72":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.0},"177":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":3.605551275463989},"173":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":3.0},"186":{"tf":2.0},"187":{"tf":1.0},"188":{"tf":1.0},"205":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"189":{"tf":1.0},"234":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"145":{"tf":1.0}}},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"120":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"115":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":3.872983346207417},"161":{"tf":3.0},"174":{"tf":2.23606797749979},"199":{"tf":1.0},"238":{"tf":1.7320508075688772},"97":{"tf":2.0},"98":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":2.23606797749979}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"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":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"51":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"218":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"100":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"236":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"222":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"178":{"tf":1.0},"179":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"186":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"190":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"186":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"190":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"191":{"tf":2.23606797749979},"193":{"tf":3.872983346207417}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"103":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"185":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"216":{"tf":1.0},"37":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"160":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"205":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"40":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"t":{"a":{"df":14,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"108":{"tf":1.4142135623730951},"14":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"233":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":2.0},"152":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.7320508075688772},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":46,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"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":3,"docs":{"170":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"100":{"tf":1.0},"105":{"tf":3.1622776601683795},"107":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"38":{"tf":3.0},"39":{"tf":3.0},"40":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"*":{"&":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"187":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"187":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"237":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"166":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"35":{"tf":1.0},"40":{"tf":2.449489742783178},"42":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"0":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":2.0},"183":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":2.23606797749979},"215":{"tf":1.0},"235":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"185":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"105":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":2.449489742783178},"38":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"155":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}}},"o":{"_":{"a":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"142":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"76":{"tf":1.0}}}}}}}}},"c":{"df":6,"docs":{"14":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":3.0},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":1,"docs":{"201":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"115":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"225":{"tf":1.0},"64":{"tf":1.0},"95":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"218":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"161":{"tf":2.8284271247461903},"170":{"tf":1.4142135623730951},"174":{"tf":2.8284271247461903},"185":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"238":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":3.605551275463989}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"174":{"tf":1.0}}}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"212":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"80":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"128":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.4142135623730951},"234":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"215":{"tf":1.4142135623730951},"216":{"tf":2.8284271247461903},"218":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"8":{"tf":1.0},"93":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"u":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"139":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"121":{"tf":1.0},"191":{"tf":1.0},"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"229":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"111":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"232":{"tf":1.4142135623730951},"26":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"205":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"170":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"113":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"df":2,"docs":{"139":{"tf":1.4142135623730951},"234":{"tf":2.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":2.449489742783178}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"227":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"185":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":3.3166247903554},"206":{"tf":1.7320508075688772},"207":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"1":{"1":{"0":{"0":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":23,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.6457513110645907},"140":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"131":{"tf":1.0},"179":{"tf":1.0},"212":{"tf":1.0},"75":{"tf":1.4142135623730951},"99":{"tf":1.0}},"t":{"df":1,"docs":{"232":{"tf":2.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":52,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"186":{"tf":1.0},"86":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":25,"docs":{"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"155":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"138":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"224":{"tf":1.0},"28":{"tf":1.4142135623730951},"56":{"tf":1.0},"89":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"129":{"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":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"125":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":2.0},"202":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"160":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"218":{"tf":1.0}}}},"s":{"df":2,"docs":{"188":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"119":{"tf":1.0},"126":{"tf":3.605551275463989},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"86":{"tf":3.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":3.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"229":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"122":{"tf":1.0},"174":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"233":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"230":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":9,"docs":{"126":{"tf":1.0},"132":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"21":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"111":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"_":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":37,"docs":{"115":{"tf":1.0},"116":{"tf":2.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":2.0},"203":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.23606797749979},"97":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":21,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"17":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"182":{"tf":1.0}}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":42,"docs":{"134":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":2.6457513110645907},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"203":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"x":{"df":4,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"125":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"167":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"14":{"tf":1.0},"183":{"tf":1.0}},"s":{"df":3,"docs":{"172":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"69":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"!":{"(":{"0":{"df":1,"docs":{"221":{"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":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.0}}}},"df":2,"docs":{"176":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":3,"docs":{"181":{"tf":1.0},"206":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"195":{"tf":1.0},"213":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"149":{"tf":1.4142135623730951},"152":{"tf":3.7416573867739413},"217":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"54":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"233":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"(":{"_":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":90,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":2.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":2.6457513110645907},"141":{"tf":3.605551275463989},"142":{"tf":3.3166247903554},"143":{"tf":2.6457513110645907},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"155":{"tf":2.8284271247461903},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.449489742783178},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":3.1622776601683795},"180":{"tf":2.23606797749979},"182":{"tf":3.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"20":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"76":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":2.8284271247461903}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"154":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":84,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":3.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"180":{"tf":2.23606797749979},"182":{"tf":2.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}}}}}},"g":{"a":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.7320508075688772},"170":{"tf":3.3166247903554},"171":{"tf":2.0},"172":{"tf":3.1622776601683795},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"188":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"49":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"177":{"tf":1.0},"33":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.7320508075688772},"208":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":9,"docs":{"105":{"tf":1.7320508075688772},"110":{"tf":1.0},"19":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"56":{"tf":1.0},"6":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"189":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":9,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"21":{"tf":1.0},"230":{"tf":1.0},"85":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"188":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.7320508075688772},"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"53":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"155":{"tf":1.0},"61":{"tf":1.0}}},"o":{"d":{"df":5,"docs":{"139":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"30":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":28,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"191":{"tf":1.0}},"i":{"df":1,"docs":{"182":{"tf":1.0}}},"l":{"df":10,"docs":{"122":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"161":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"17":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"185":{"tf":1.0},"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"72":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":3,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"*":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"31":{"tf":1.0}}}},"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":{},"m":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":2.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"`":{"]":{"(":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"123":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"p":{"df":6,"docs":{"108":{"tf":1.0},"127":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"121":{"tf":1.0},"166":{"tf":1.0},"193":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"63":{"tf":1.0},"91":{"tf":1.0}}},"df":14,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"173":{"tf":1.0},"179":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"o":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"146":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":3.4641016151377544},"147":{"tf":3.3166247903554},"148":{"tf":3.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"203":{"tf":1.0}}}}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"45":{"tf":1.0},"84":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"87":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"\"":{">":{"0":{"df":0,"docs":{},"x":{"1":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{">":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"/":{"a":{">":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"t":{"df":0,"docs":{},"f":{"8":{"\"":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"<":{"/":{"a":{">":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"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":0,"docs":{},"m":{"d":{"#":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":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":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"19":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"193":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":3,"docs":{"10":{"tf":2.0},"53":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}}}}},"s":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"114":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.0},"238":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":9,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0},"233":{"tf":1.0},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"206":{"tf":2.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"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":19,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"153":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.7320508075688772},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"234":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"160":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"103":{"tf":3.7416573867739413},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":2.8284271247461903},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"164":{"tf":1.0},"42":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":15,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"172":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":6,"docs":{"122":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"234":{"tf":1.4142135623730951},"56":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"122":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"197":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"n":{"c":{"df":12,"docs":{"101":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"62":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"208":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"137":{"tf":1.0},"159":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"212":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":2.449489742783178},"182":{"tf":1.0},"187":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"93":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":12,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"221":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"236":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"221":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":7,"docs":{"133":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"197":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"76":{"tf":1.0}}},"r":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":2.449489742783178}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"225":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"y":{"df":23,"docs":{"105":{"tf":1.0},"160":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":3.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"97":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"216":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"14":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"213":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.7320508075688772},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"'":{"df":23,"docs":{"116":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"17":{"tf":1.0},"69":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"1":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"45":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"227":{"tf":3.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"129":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"56":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}}},"k":{"df":3,"docs":{"28":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"51":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"112":{"tf":1.0},"119":{"tf":1.7320508075688772},"129":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"70":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.605551275463989}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"105":{"tf":2.0},"147":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"128":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"221":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":8,"docs":{"125":{"tf":1.7320508075688772},"127":{"tf":3.0},"128":{"tf":2.8284271247461903},"129":{"tf":3.605551275463989},"130":{"tf":3.872983346207417},"131":{"tf":2.449489742783178},"213":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":2.0},"193":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":2.0},"221":{"tf":2.23606797749979}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"147":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"212":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"215":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":20,"docs":{"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.7320508075688772},"164":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"a":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"df":2,"docs":{"146":{"tf":2.0},"148":{"tf":1.4142135623730951}},"g":{"df":4,"docs":{"161":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"168":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"70":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"185":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"3":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"&":{"2":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"197":{"tf":2.6457513110645907},"198":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"238":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"171":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"h":{":":{":":{"a":{"d":{"d":{"(":{"1":{"df":1,"docs":{"143":{"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":{}},"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"172":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":2.0},"232":{"tf":1.7320508075688772}}}}}}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"110":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.0},"28":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"56":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":2.449489742783178},"65":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"172":{"tf":2.0},"197":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.0},"147":{"tf":3.872983346207417},"148":{"tf":2.6457513110645907},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"3":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":2.449489742783178}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"13":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":2,"docs":{"182":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"212":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"173":{"tf":1.0}}}},"o":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":5,"docs":{"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}},"l":{"df":8,"docs":{"160":{"tf":1.0},"183":{"tf":2.8284271247461903},"184":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.0},"52":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":2.0},"176":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"217":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"93":{"tf":1.0}}}},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"226":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"df":96,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":3.1622776601683795},"102":{"tf":3.0},"103":{"tf":3.7416573867739413},"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":3.4641016151377544},"107":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.449489742783178},"149":{"tf":2.6457513110645907},"150":{"tf":2.449489742783178},"151":{"tf":2.23606797749979},"152":{"tf":3.0},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":2.6457513110645907},"176":{"tf":1.0},"177":{"tf":2.0},"18":{"tf":3.1622776601683795},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":3.0},"69":{"tf":3.872983346207417},"70":{"tf":2.0},"71":{"tf":2.6457513110645907},"72":{"tf":3.1622776601683795},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"_":{"a":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}},"b":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"1":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"2":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"3":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"191":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"213":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"105":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"55":{"tf":1.7320508075688772},"59":{"tf":1.0},"70":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}}}}}}},"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{":":{"1":{"4":{":":{"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":104,"docs":{"0":{"tf":2.0},"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.8284271247461903},"134":{"tf":1.4142135623730951},"14":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":2.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":2.0},"168":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.23606797749979},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"9":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"110":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"127":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951}},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"144":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"187":{"tf":1.4142135623730951},"194":{"tf":1.0},"206":{"tf":1.4142135623730951},"65":{"tf":1.0},"78":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"165":{"tf":1.0},"192":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":28,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.449489742783178},"197":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":2.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":2.0},"94":{"tf":1.0}}}},"y":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"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":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}},"l":{"a":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"120":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"\"":{"0":{"df":0,"docs":{},"x":{"0":{"_":{"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":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{">":{"<":{"/":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":38,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":2.449489742783178},"147":{"tf":2.0},"16":{"tf":1.7320508075688772},"17":{"tf":2.23606797749979},"172":{"tf":2.449489742783178},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"59":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.449489742783178},"95":{"tf":3.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"121":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":1,"docs":{"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"10":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}}}},"w":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"8":{">":{"(":{"1":{"0":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"df":1,"docs":{"171":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":34,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"131":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"77":{"tf":1.0}}}}},"o":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"198":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":5,"docs":{"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"164":{"tf":1.0},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"w":{"df":10,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":2.0},"94":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"113":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"185":{"tf":1.4142135623730951},"196":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"87":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":38,"docs":{"183":{"tf":3.872983346207417},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"206":{"tf":2.6457513110645907},"224":{"tf":2.23606797749979},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"229":{"tf":2.6457513110645907},"231":{"tf":2.23606797749979},"237":{"tf":1.0},"238":{"tf":2.0},"45":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"64":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"k":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"99":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"197":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}}},"n":{"c":{"df":7,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"191":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0}}},"df":19,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"189":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":31,"docs":{"107":{"tf":1.0},"108":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"e":{"(":{"b":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"122":{"tf":1.0}}}}},"t":{"df":1,"docs":{"108":{"tf":1.0}}},"u":{"1":{"6":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"115":{"tf":3.1622776601683795},"116":{"tf":2.449489742783178},"117":{"tf":3.3166247903554},"126":{"tf":1.0},"169":{"tf":1.0},"229":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"230":{"tf":1.0},"53":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"179":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"22":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":7,"docs":{"117":{"tf":1.0},"134":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"237":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"234":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"39":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"108":{"tf":1.0},"227":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":2.449489742783178},"191":{"tf":1.0},"193":{"tf":1.0},"224":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"133":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":52,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":3.605551275463989},"106":{"tf":2.6457513110645907},"110":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":3.0},"16":{"tf":2.23606797749979},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"222":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":3.1622776601683795},"32":{"tf":2.8284271247461903},"33":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"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":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"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":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"171":{"tf":2.0}}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"u":{"8":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"_":{"1":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"171":{"tf":3.3166247903554},"197":{"tf":2.23606797749979},"38":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"183":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"206":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"115":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":3.0},"172":{"tf":1.0},"173":{"tf":3.4641016151377544},"174":{"tf":2.8284271247461903},"187":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"df":15,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"191":{"tf":1.0},"192":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"122":{"tf":1.4142135623730951},"129":{"tf":1.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"16":{"tf":1.0},"191":{"tf":2.449489742783178},"192":{"tf":1.0},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.0},"38":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":12,"docs":{"122":{"tf":1.0},"164":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":2.0},"190":{"tf":1.0},"208":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"233":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"121":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}}},"f":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"227":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"32":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772}}}}}}},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"162":{"tf":1.0},"205":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"53":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"59":{"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":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":4.123105625617661},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":19,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{">":{"<":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{">":{"<":{"b":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"<":{"/":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":4,"docs":{"13":{"tf":1.0},"162":{"tf":1.0},"185":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"222":{"tf":1.0}}}}},"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":{"2":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"169":{"tf":1.0},"203":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"184":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":6,"docs":{"131":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"141":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.7320508075688772},"208":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"236":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":27,"docs":{"111":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":32,"docs":{"1":{"tf":1.0},"184":{"tf":2.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},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"190":{"tf":1.0}}},"i":{"d":{"df":20,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"147":{"tf":1.0},"183":{"tf":1.4142135623730951},"206":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":2,"docs":{"237":{"tf":1.0},"238":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"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":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"147":{"tf":3.3166247903554},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.8284271247461903},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"222":{"tf":2.8284271247461903},"224":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"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":{},"e":{"df":2,"docs":{"139":{"tf":1.0},"230":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"182":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"160":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"154":{"tf":1.0},"198":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":12,"docs":{"140":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"46":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"145":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"103":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":7,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"70":{"tf":1.0},"93":{"tf":2.8284271247461903},"96":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.0},"167":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"206":{"tf":2.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"176":{"tf":2.449489742783178},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}},"x":{"df":2,"docs":{"183":{"tf":1.0},"238":{"tf":1.0}}}},"df":1,"docs":{"105":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"182":{"tf":1.0},"45":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"130":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":2.6457513110645907},"25":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"197":{"tf":1.0},"22":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"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":{"38":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":17,"docs":{"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"206":{"tf":1.0},"238":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":2.0},"152":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"183":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":18,"docs":{"126":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"177":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"53":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":38,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":3.7416573867739413},"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"105":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"204":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772}}}},"n":{"df":16,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":3,"docs":{"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"227":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"29":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":7,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":13,"docs":{"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":2.8284271247461903},"234":{"tf":1.0},"235":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"182":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":44,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"64":{"tf":1.0}}}}},"df":6,"docs":{"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"63":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"185":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"142":{"tf":1.0},"158":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"3":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"2":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":21,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":3.1622776601683795},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"33":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"h":{"a":{"2":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"_":{"2":{"5":{"6":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"df":11,"docs":{"172":{"tf":1.4142135623730951},"183":{"tf":2.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.4142135623730951},"237":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"133":{"tf":2.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.7320508075688772},"75":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}},"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.0},"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"76":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"131":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.23606797749979},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"203":{"tf":1.0},"228":{"tf":2.449489742783178},"229":{"tf":2.0},"230":{"tf":1.7320508075688772},"45":{"tf":1.0},"80":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"p":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"28":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"39":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":2.0},"69":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.0},"183":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"206":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"224":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":11,"docs":{"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"183":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"16":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"205":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.7320508075688772},"176":{"tf":1.0},"230":{"tf":1.0},"45":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"131":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"205":{"tf":1.0},"221":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"110":{"tf":1.0},"183":{"tf":1.7320508075688772},"191":{"tf":2.0},"192":{"tf":1.0},"224":{"tf":1.4142135623730951},"50":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"103":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"131":{"tf":2.0},"132":{"tf":2.23606797749979},"142":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"212":{"tf":1.0}}}},"d":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"b":{"\"":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"85":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"176":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"114":{"tf":1.0},"147":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"130":{"tf":1.0},"221":{"tf":2.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"229":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":32,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"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":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"177":{"tf":1.7320508075688772}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"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":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"116":{"tf":2.8284271247461903},"118":{"tf":3.3166247903554},"119":{"tf":1.0},"120":{"tf":3.0},"121":{"tf":3.1622776601683795},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":2.6457513110645907},"18":{"tf":2.449489742783178},"190":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"45":{"tf":1.0},"56":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":53,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":2.23606797749979},"146":{"tf":2.8284271247461903},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"177":{"tf":1.0},"185":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"217":{"tf":2.449489742783178},"218":{"tf":2.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"238":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":3.0}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":2.6457513110645907}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"158":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"127":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"i":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"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":1,"docs":{"63":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"222":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":61,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.8284271247461903},"184":{"tf":2.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"53":{"tf":3.0},"54":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":6,"docs":{"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"180":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"y":{">":{"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"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":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"173":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"164":{"tf":1.0},"26":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"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},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.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.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"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.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"219":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":11,"docs":{"160":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"45":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"a":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}}}},"df":19,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.7320508075688772},"164":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"234":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"n":{"df":3,"docs":{"166":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":7,"docs":{"170":{"tf":2.6457513110645907},"171":{"tf":2.449489742783178},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":2.23606797749979},"176":{"tf":1.0},"177":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"2":{"0":{"2":{"4":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":1,"docs":{"126":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"_":{"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":3,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"177":{"tf":1.0},"182":{"tf":2.449489742783178}}}}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":50,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":2.449489742783178},"180":{"tf":3.7416573867739413},"181":{"tf":3.4641016151377544},"182":{"tf":3.1622776601683795},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":4.358898943540674},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"21":{"tf":4.795831523312719},"22":{"tf":3.7416573867739413},"23":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"28":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":14,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"141":{"tf":1.0},"159":{"tf":1.0},"222":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":6,"docs":{"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"236":{"tf":1.0},"28":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"155":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0}}}}}}}},"w":{"df":2,"docs":{"126":{"tf":1.0},"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"206":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}},"df":3,"docs":{"185":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":10,"docs":{"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"107":{"tf":1.0},"167":{"tf":1.0},"208":{"tf":1.0},"238":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"213":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"43":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}},"l":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"p":{"df":3,"docs":{"148":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"191":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"149":{"tf":1.0},"185":{"tf":4.123105625617661},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"20":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":2.6457513110645907},"230":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"236":{"tf":1.0},"237":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"51":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"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":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"183":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"233":{"tf":1.0},"236":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"26":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"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":{"7":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":20,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.4142135623730951},"171":{"tf":2.0},"173":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"190":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"185":{"tf":2.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"222":{"tf":2.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},">":{".":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":82,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":2.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.6457513110645907},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"168":{"tf":2.23606797749979},"169":{"tf":2.23606797749979},"170":{"tf":3.4641016151377544},"171":{"tf":4.123105625617661},"172":{"tf":2.6457513110645907},"173":{"tf":4.58257569495584},"174":{"tf":3.3166247903554},"176":{"tf":2.8284271247461903},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"190":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"31":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":3.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":3.1622776601683795},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"u":{"1":{"2":{"8":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":5,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":18,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"163":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":22,"docs":{"112":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"90":{"tf":2.0},"99":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":2.8284271247461903}},"i":{"d":{"df":12,"docs":{"187":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":2,"docs":{"120":{"tf":1.0},"55":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"188":{"tf":1.0},"213":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"154":{"tf":1.0},"183":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"103":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":9,"docs":{"141":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}}},"x":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"53":{"tf":1.0},"80":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"80":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"95":{"tf":1.0}},"u":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"139":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979}},"e":{"(":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.4142135623730951},"173":{"tf":1.0},"183":{"tf":1.0},"2":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"222":{"tf":2.6457513110645907},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"173":{"tf":1.7320508075688772}}},"df":157,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.8284271247461903},"104":{"tf":1.4142135623730951},"106":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"160":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.449489742783178},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.6457513110645907},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":2.6457513110645907},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":2.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"116":{"tf":2.449489742783178},"126":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":2.23606797749979},"185":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":3,"docs":{"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":3.0}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"162":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0}}}}}},"v":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"4":{"0":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"0":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"112":{"tf":1.0},"122":{"tf":2.6457513110645907},"142":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":64,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"169":{"tf":1.0},"170":{"tf":3.0},"171":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":3.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"1":{"df":1,"docs":{"94":{"tf":1.0}}},"2":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":19,"docs":{"116":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.0},"144":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"185":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.8284271247461903},"87":{"tf":1.0},"95":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"214":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"219":{"tf":1.0},"87":{"tf":1.0}},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"1":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"225":{"tf":1.0}}}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"195":{"tf":1.0},"196":{"tf":2.23606797749979},"197":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"8":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"144":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"[":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"u":{"8":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"87":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":4.123105625617661},"113":{"tf":2.8284271247461903},"114":{"tf":3.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"127":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"230":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"176":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"215":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":3.7416573867739413},"225":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"a":{"df":8,"docs":{"105":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"_":{"df":1,"docs":{"147":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"147":{"tf":3.3166247903554}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"141":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":2.23606797749979},"153":{"tf":2.23606797749979},"162":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":2,"docs":{"185":{"tf":1.0},"233":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"23":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"y":{"df":28,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"184":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"212":{"tf":1.0},"91":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"233":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"125":{"tf":1.0},"234":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"198":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"99":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"149":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"147":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.4142135623730951},"174":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"237":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"142":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":18,"docs":{"107":{"tf":1.0},"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"227":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"l":{"d":{"df":16,"docs":{"121":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"50":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"164":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"188":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"138":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"x":{"\"":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"0":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"126":{"tf":2.449489742783178},"128":{"tf":3.0},"129":{"tf":2.449489742783178},"130":{"tf":2.6457513110645907},"131":{"tf":2.8284271247461903},"132":{"tf":1.7320508075688772},"182":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"y":{"df":7,"docs":{"126":{"tf":1.7320508075688772},"128":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":1,"docs":{"79":{"tf":1.0}},"t":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"56":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}}}},"z":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"234":{"tf":1.0}}},"2":{"0":{"2":{"4":{"df":2,"docs":{"13":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"236":{"tf":1.0}}},"8":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"160":{"tf":1.0},"238":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"235":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"188":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"203":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"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":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"236":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"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":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"158":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":1,"docs":{"236":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"227":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"194":{"tf":1.0}}},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"235":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"12":{"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":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"210":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"202":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"v":{"df":2,"docs":{"40":{"tf":1.0},"42":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.0},"235":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"76":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"132":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"233":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"86":{"tf":1.0},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"125":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"110":{"tf":1.0},"213":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"152":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"46":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"15":{"tf":1.0},"54":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"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":{"56":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"60":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"y":{"df":1,"docs":{"202":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"k":{"df":2,"docs":{"34":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":10,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"215":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"171":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"134":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"216":{"tf":1.0},"24":{"tf":1.0},"55":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"183":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"201":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"219":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"117":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"154":{"tf":1.0},"155":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"106":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"116":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"222":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"140":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"104":{"tf":1.0},"39":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}}},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"158":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"107":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"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":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"57":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"199":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"213":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":5,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"228":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"7":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"188":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"213":{"tf":1.0},"25":{"tf":1.0}}}},"df":7,"docs":{"117":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"144":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"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/sui/your-first-move/adding-tests.html b/sui/your-first-move/adding-tests.html index c48f5927..7ca90f2a 100644 --- a/sui/your-first-move/adding-tests.html +++ b/sui/your-first-move/adding-tests.html @@ -293,6 +293,22 @@

Failed ex + + diff --git a/sui/your-first-move/debugging.html b/sui/your-first-move/debugging.html index b55a8f47..2715f1ac 100644 --- a/sui/your-first-move/debugging.html +++ b/sui/your-first-move/debugging.html @@ -256,6 +256,22 @@

Hint

+ + diff --git a/sui/your-first-move/generating-docs.html b/sui/your-first-move/generating-docs.html index 2c63cbd4..f0518042 100644 --- a/sui/your-first-move/generating-docs.html +++ b/sui/your-first-move/generating-docs.html @@ -283,6 +283,22 @@

diff --git a/sui/your-first-move/hello-world.html b/sui/your-first-move/hello-world.html index 80a8b1ac..66fd9400 100644 --- a/sui/your-first-move/hello-world.html +++ b/sui/your-first-move/hello-world.html @@ -295,6 +295,22 @@

Compi + + diff --git a/sui/your-first-move/index.html b/sui/your-first-move/index.html index 301f1c68..6897e75f 100644 --- a/sui/your-first-move/index.html +++ b/sui/your-first-move/index.html @@ -220,6 +220,22 @@

Your first Mo + +

ModuleDescriptionChapter