From 37f77b10ca8f3b1aaec3cc419a0de594733f2691 Mon Sep 17 00:00:00 2001
From: ra0x3 To run the Fuel indexer, you'll need to install a few dependencies on your system:Dependencies
-
fuelup
, the Fuel toolchain managerwasm32-unknown-unknown
rustup
targetwasm-snip
, a utility for stripping symbols from WebAssemly binaries.DependenciesIf you don't want to install a database directly onto your system, you can use Docker to run a database in an isolated container. You can install Docker by following its installation instructions.
For reference purposes, we provide a docker compose
file that comes with a PostgresSQL server and a Fuel indexer service.
fuelup
We strongly recommend that you use the Fuel indexer that's made available via forc
, the Fuel orchestrator. You can get forc
(and other Fuel components) by way of fuelup
, the Fuel toolchain manager.
Install fuelup
by running the following command, which downloads and runs the installation script.
curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh
-
-After fuelup
has been installed, the forc index
command and fuel-indexer
binaries should be available on your system.
-+A simple
-forc index check
can be used to show which indexer components you have installed viafuelup
.
Fuel
toolchainPlease visit the Fuel installation guide to install the Fuel toolchain, which includes binaries for the Fuel indexer.
The Fuel indexer requires the use of a database. We currently support PostgresSQL.
diff --git a/master/print.html b/master/print.html index 9be3e6f4e..45fe076f8 100644 --- a/master/print.html +++ b/master/print.html @@ -199,8 +199,7 @@-Architecture
To run the Fuel indexer, you'll need to install a few dependencies on your system:
-
- The Rust programming language, with its package manager
-- +
fuelup
, the Fuel toolchain manager- The Fuel toolchain
- A PostgresQL server backend
- The
wasm32-unknown-unknown
rustup
target- @@ -209,15 +208,8 @@
wasm-snip
, a utility for stripping symbols from WebAssemly binaries.ArchitectureIf you don't want to install a database directly onto your system, you can use Docker to run a database in an isolated container. You can install Docker by following its installation instructions.
For reference purposes, we provide a
docker compose
file that comes with a PostgresSQL server and a Fuel indexer service.
fuelup
We strongly recommend that you use the Fuel indexer that's made available via forc
, the Fuel orchestrator. You can get forc
(and other Fuel components) by way of fuelup
, the Fuel toolchain manager.
Install fuelup
by running the following command, which downloads and runs the installation script.
curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh
-
-After fuelup
has been installed, the forc index
command and fuel-indexer
binaries should be available on your system.
-+A simple
-forc index check
can be used to show which indexer components you have installed viafuelup
.
Fuel
toolchainPlease visit the Fuel installation guide to install the Fuel toolchain, which includes binaries for the Fuel indexer.
The Fuel indexer requires the use of a database. We currently support PostgresSQL.
@@ -3253,7 +3245,7 @@Contributing
Dependencies
-+
fuelup
fuelup
We use fuelup in order to get the binaries produced by services in the Fuel ecosystem. Fuelup will install binaries related to the Fuel node, the Fuel indexer, the Fuel orchestrator (forc), and other components.
fuelup
can be downloaded here.
docker
We use Docker to produce reproducible environments for users that may be concerned with installing components with large sets of dependencies (e.g. Postgres). Docker can be downloaded here.
diff --git a/master/searchindex.js b/master/searchindex.js index baa722c5e..33e01610c 100644 --- a/master/searchindex.js +++ b/master/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["index.html#-fuel-indexer","index.html#architecture","getting-started/dependencies.html#dependencies","getting-started/dependencies.html#fuelup","getting-started/dependencies.html#postgresql","getting-started/dependencies.html#macos","getting-started/dependencies.html#web-assembly-wasm","getting-started/dependencies.html#wasm-snip","getting-started/dependencies.html#wasm32-target","getting-started/indexer-service-infrastructure.html#indexer-service-infrastructure","getting-started/indexer-service-infrastructure.html#components","getting-started/indexer-service-infrastructure.html#fuel-indexer-service","getting-started/indexer-service-infrastructure.html#using-cli-options-indexer-service","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-indexer-service","getting-started/indexer-service-infrastructure.html#web-api-server","getting-started/indexer-service-infrastructure.html#using-cli-options-web-server","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-web-server","getting-started/how-it-compares.html#how-it-compares","getting-started/quickstart.html#quickstart","getting-started/quickstart.html#1-setting-up-your-environment","getting-started/quickstart.html#11-install-fuelup","getting-started/quickstart.html#12-webassembly-wasm-setup","getting-started/quickstart.html#2-using-the-forc-index-plugin","getting-started/quickstart.html#21-check-for-components","getting-started/quickstart.html#22-setup-a-database-and-start-the-indexer-service","getting-started/quickstart.html#23-creating-a-new-indexer","getting-started/quickstart.html#24-deploying-our-indexer","getting-started/quickstart.html#3-querying-for-data","getting-started/quickstart.html#finished-","project-components/index.html#a-fuel-indexer-project","project-components/index.html#use-cases","project-components/index.html#as-tooling-to-interact-with-indexers","project-components/index.html#as-a-standalone-service","project-components/index.html#as-part-of-a-fuel-project","project-components/index.html#an-indexer-project-at-a-glance","project-components/manifest.html#manifest","project-components/manifest.html#namespace","project-components/manifest.html#identifier","project-components/manifest.html#fuel_client","project-components/manifest.html#abi","project-components/manifest.html#contract_id","project-components/manifest.html#graphql_schema","project-components/manifest.html#start_block","project-components/manifest.html#end_block","project-components/manifest.html#module","project-components/manifest.html#resumable","project-components/schema.html#graphql-schema","project-components/module.html#indexer-modules","project-components/module.html#creating-handlers","project-components/module.html#whats-going-on-here","project-components/module.html#usage","project-components/module.html#notes-on-web-assembly-modules","designing-a-schema/index.html#designing-a-schema","designing-a-schema/index.html#supported-functionality","designing-a-schema/types.html#types","designing-a-schema/types.html#objects","designing-a-schema/types.html#enums","designing-a-schema/types.html#unions","designing-a-schema/scalars.html#scalars","designing-a-schema/directives.html#directives","designing-a-schema/directives.html#indexed","designing-a-schema/directives.html#unique","designing-a-schema/directives.html#join","designing-a-schema/relationships.html#relationships","designing-a-schema/relationships.html#usage","designing-a-schema/relationships.html#implicit-foreign-keys","designing-a-schema/relationships.html#explicit-foreign-keys","indexing-fuel-types/index.html#indexing-fuel-types","indexing-fuel-types/blocks.html#blockdata","indexing-fuel-types/blocks.html#definition","indexing-fuel-types/blocks.html#usage","indexing-fuel-types/transactions.html#transactions","indexing-fuel-types/transactions.html#transactiondata","indexing-fuel-types/transactions.html#definition","indexing-fuel-types/transactions.html#usage","indexing-fuel-types/transactions.html#transactionstatus","indexing-fuel-types/transactions.html#definition-1","indexing-fuel-types/transactions.html#usage-1","indexing-fuel-types/receipts.html#receipts","indexing-fuel-types/receipts.html#burn","indexing-fuel-types/receipts.html#call","indexing-fuel-types/receipts.html#log","indexing-fuel-types/receipts.html#logdata","indexing-fuel-types/receipts.html#messageout","indexing-fuel-types/receipts.html#mint","indexing-fuel-types/receipts.html#panic","indexing-fuel-types/receipts.html#return","indexing-fuel-types/receipts.html#returndata","indexing-fuel-types/receipts.html#revert","indexing-fuel-types/receipts.html#scriptresult","indexing-fuel-types/receipts.html#transfer","indexing-fuel-types/receipts.html#transferout","indexing-custom-types/index.html#custom-types","indexing-custom-types/index.html#example","indexing-custom-types/index.html#1-contract","indexing-custom-types/index.html#2-schema","indexing-custom-types/index.html#3-manifest","indexing-custom-types/index.html#4-handler-logic","storing-records/index.html#storing-info-in-a-database","storing-records/index.html#data-types","storing-records/index.html#example","querying/index.html#queries","querying/basic-queries.html#queries","querying/basic-queries.html#basic-query","querying/basic-queries.html#nested-query","querying/playground.html#graphql-playground","querying/playground.html#usage","querying/search-and-filtering.html#search-and-filtering","querying/search-and-filtering.html#id-selection","querying/search-and-filtering.html#excluding-null-values","querying/search-and-filtering.html#set-membership","querying/search-and-filtering.html#comparison","querying/search-and-filtering.html#less-greater-and-equals","querying/search-and-filtering.html#between","querying/search-and-filtering.html#logical-operators","querying/search-and-filtering.html#andor","querying/search-and-filtering.html#not","querying/pagination.html#pagination","querying/full-example.html#a-full-example","authentication/index.html#authentication","authentication/index.html#usage","forc-index/index.html#forc-index","forc-index/index.html#usage","forc-index/index.html#contributing","forc-index/auth.html#forc-index-auth","forc-index/build.html#forc-index-build","forc-index/check.html#forc-index-check","forc-index/deploy.html#forc-index-deploy","forc-index/kill.html#forc-index-kill","forc-index/new.html#forc-index-new","forc-index/remove.html#forc-index-remove","forc-index/start.html#forc-index-start","forc-index/status.html#forc-index-status","forc-index/run-native.html#forc-index-run-native","forc-postgres/index.html#forc-index-postgres","forc-postgres/create.html#forc-index-postgres-create","forc-postgres/drop.html#forc-index-postgres-drop","forc-postgres/start.html#forc-index-postgres-start","forc-postgres/stop.html#forc-index-postgres-stop","for-contributors/index.html#for-contributors","for-contributors/index.html#dependencies","for-contributors/index.html#fuelup","for-contributors/index.html#docker","for-contributors/index.html#database","for-contributors/index.html#sqlx","for-contributors/index.html#building-from-source","for-contributors/index.html#clone-repository","for-contributors/index.html#run-migrations","for-contributors/index.html#start-the-service","for-contributors/index.html#testing","for-contributors/index.html#default-tests","for-contributors/index.html#end-to-end-tests","for-contributors/index.html#trybuild-tests","for-contributors/contributing-standards.html#contributing-to-fuel-indexer","for-contributors/contributing-standards.html#code-standards","for-contributors/contributing-standards.html#getting-the-repository","for-contributors/contributing-standards.html#configuring-your-rust-toolchain","for-contributors/contributing-standards.html#building-and-testing","for-contributors/contributing-standards.html#contribution-flow","for-contributors/contributing-standards.html#commit-categories","for-contributors/contributing-standards.html#finding-something-to-work-on","for-contributors/release-schedule.html#release-schedule","for-contributors/release-schedule.html#major-releases","for-contributors/release-schedule.html#minor-releases","for-contributors/release-schedule.html#patch-releases","for-contributors/building-from-source.html#building-from-source","for-contributors/building-from-source.html#clone-repository","for-contributors/building-from-source.html#run-migrations","for-contributors/building-from-source.html#start-the-service","for-contributors/building-from-source.html#run-tests","for-contributors/system-dependencies.html#system-requirements","for-contributors/system-dependencies.html#ubuntudebian","for-contributors/system-dependencies.html#macos","for-contributors/system-dependencies.html#arch","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":80,"breadcrumbs":4,"title":2},"1":{"body":71,"breadcrumbs":3,"title":1},"10":{"body":34,"breadcrumbs":3,"title":1},"100":{"body":74,"breadcrumbs":3,"title":1},"101":{"body":9,"breadcrumbs":2,"title":1},"102":{"body":33,"breadcrumbs":4,"title":1},"103":{"body":88,"breadcrumbs":5,"title":2},"104":{"body":197,"breadcrumbs":5,"title":2},"105":{"body":40,"breadcrumbs":4,"title":2},"106":{"body":22,"breadcrumbs":3,"title":1},"107":{"body":49,"breadcrumbs":5,"title":2},"108":{"body":53,"breadcrumbs":5,"title":2},"109":{"body":47,"breadcrumbs":6,"title":3},"11":{"body":53,"breadcrumbs":5,"title":3},"110":{"body":43,"breadcrumbs":5,"title":2},"111":{"body":17,"breadcrumbs":4,"title":1},"112":{"body":70,"breadcrumbs":6,"title":3},"113":{"body":57,"breadcrumbs":4,"title":1},"114":{"body":10,"breadcrumbs":5,"title":2},"115":{"body":45,"breadcrumbs":4,"title":1},"116":{"body":47,"breadcrumbs":3,"title":0},"117":{"body":220,"breadcrumbs":3,"title":1},"118":{"body":198,"breadcrumbs":5,"title":2},"119":{"body":89,"breadcrumbs":2,"title":1},"12":{"body":316,"breadcrumbs":7,"title":5},"120":{"body":76,"breadcrumbs":2,"title":1},"121":{"body":188,"breadcrumbs":4,"title":2},"122":{"body":117,"breadcrumbs":3,"title":1},"123":{"body":14,"breadcrumbs":3,"title":1},"124":{"body":51,"breadcrumbs":6,"title":3},"125":{"body":54,"breadcrumbs":6,"title":3},"126":{"body":22,"breadcrumbs":6,"title":3},"127":{"body":96,"breadcrumbs":6,"title":3},"128":{"body":59,"breadcrumbs":6,"title":3},"129":{"body":64,"breadcrumbs":6,"title":3},"13":{"body":256,"breadcrumbs":7,"title":5},"130":{"body":58,"breadcrumbs":6,"title":3},"131":{"body":327,"breadcrumbs":6,"title":3},"132":{"body":44,"breadcrumbs":6,"title":3},"133":{"body":94,"breadcrumbs":8,"title":4},"134":{"body":64,"breadcrumbs":5,"title":3},"135":{"body":120,"breadcrumbs":7,"title":4},"136":{"body":44,"breadcrumbs":7,"title":4},"137":{"body":38,"breadcrumbs":7,"title":4},"138":{"body":37,"breadcrumbs":7,"title":4},"139":{"body":35,"breadcrumbs":3,"title":1},"14":{"body":68,"breadcrumbs":5,"title":3},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":23,"breadcrumbs":3,"title":1},"142":{"body":17,"breadcrumbs":3,"title":1},"143":{"body":135,"breadcrumbs":3,"title":1},"144":{"body":29,"breadcrumbs":3,"title":1},"145":{"body":0,"breadcrumbs":4,"title":2},"146":{"body":7,"breadcrumbs":4,"title":2},"147":{"body":10,"breadcrumbs":4,"title":2},"148":{"body":32,"breadcrumbs":4,"title":2},"149":{"body":17,"breadcrumbs":3,"title":1},"15":{"body":251,"breadcrumbs":7,"title":5},"150":{"body":5,"breadcrumbs":4,"title":2},"151":{"body":7,"breadcrumbs":5,"title":3},"152":{"body":19,"breadcrumbs":4,"title":2},"153":{"body":29,"breadcrumbs":5,"title":3},"154":{"body":39,"breadcrumbs":4,"title":2},"155":{"body":11,"breadcrumbs":4,"title":2},"156":{"body":37,"breadcrumbs":5,"title":3},"157":{"body":63,"breadcrumbs":4,"title":2},"158":{"body":196,"breadcrumbs":4,"title":2},"159":{"body":34,"breadcrumbs":4,"title":2},"16":{"body":25,"breadcrumbs":7,"title":5},"160":{"body":25,"breadcrumbs":5,"title":3},"161":{"body":1,"breadcrumbs":4,"title":2},"162":{"body":11,"breadcrumbs":4,"title":2},"163":{"body":15,"breadcrumbs":4,"title":2},"164":{"body":15,"breadcrumbs":4,"title":2},"165":{"body":0,"breadcrumbs":4,"title":2},"166":{"body":4,"breadcrumbs":4,"title":2},"167":{"body":8,"breadcrumbs":4,"title":2},"168":{"body":5,"breadcrumbs":4,"title":2},"169":{"body":6,"breadcrumbs":4,"title":2},"17":{"body":157,"breadcrumbs":2,"title":1},"170":{"body":13,"breadcrumbs":4,"title":2},"171":{"body":81,"breadcrumbs":3,"title":1},"172":{"body":42,"breadcrumbs":3,"title":1},"173":{"body":82,"breadcrumbs":3,"title":1},"174":{"body":44,"breadcrumbs":2,"title":1},"18":{"body":24,"breadcrumbs":2,"title":1},"19":{"body":16,"breadcrumbs":5,"title":4},"2":{"body":89,"breadcrumbs":2,"title":1},"20":{"body":31,"breadcrumbs":4,"title":3},"21":{"body":43,"breadcrumbs":5,"title":4},"22":{"body":68,"breadcrumbs":6,"title":5},"23":{"body":79,"breadcrumbs":4,"title":3},"24":{"body":256,"breadcrumbs":7,"title":6},"25":{"body":160,"breadcrumbs":5,"title":4},"26":{"body":78,"breadcrumbs":4,"title":3},"27":{"body":57,"breadcrumbs":4,"title":3},"28":{"body":18,"breadcrumbs":2,"title":1},"29":{"body":0,"breadcrumbs":5,"title":3},"3":{"body":58,"breadcrumbs":2,"title":1},"30":{"body":32,"breadcrumbs":4,"title":2},"31":{"body":59,"breadcrumbs":5,"title":3},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":24,"breadcrumbs":5,"title":3},"35":{"body":42,"breadcrumbs":4,"title":1},"36":{"body":28,"breadcrumbs":4,"title":1},"37":{"body":31,"breadcrumbs":4,"title":1},"38":{"body":26,"breadcrumbs":4,"title":1},"39":{"body":29,"breadcrumbs":4,"title":1},"4":{"body":62,"breadcrumbs":2,"title":1},"40":{"body":60,"breadcrumbs":4,"title":1},"41":{"body":37,"breadcrumbs":4,"title":1},"42":{"body":11,"breadcrumbs":4,"title":1},"43":{"body":19,"breadcrumbs":4,"title":1},"44":{"body":34,"breadcrumbs":4,"title":1},"45":{"body":15,"breadcrumbs":4,"title":1},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":34,"breadcrumbs":5,"title":2},"48":{"body":48,"breadcrumbs":5,"title":2},"49":{"body":105,"breadcrumbs":6,"title":3},"5":{"body":21,"breadcrumbs":2,"title":1},"50":{"body":45,"breadcrumbs":4,"title":1},"51":{"body":114,"breadcrumbs":7,"title":4},"52":{"body":35,"breadcrumbs":4,"title":2},"53":{"body":64,"breadcrumbs":4,"title":2},"54":{"body":0,"breadcrumbs":4,"title":1},"55":{"body":54,"breadcrumbs":4,"title":1},"56":{"body":52,"breadcrumbs":4,"title":1},"57":{"body":171,"breadcrumbs":4,"title":1},"58":{"body":93,"breadcrumbs":4,"title":1},"59":{"body":48,"breadcrumbs":4,"title":1},"6":{"body":65,"breadcrumbs":4,"title":3},"60":{"body":69,"breadcrumbs":4,"title":1},"61":{"body":83,"breadcrumbs":4,"title":1},"62":{"body":64,"breadcrumbs":4,"title":1},"63":{"body":111,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":57,"breadcrumbs":6,"title":3},"66":{"body":60,"breadcrumbs":6,"title":3},"67":{"body":14,"breadcrumbs":6,"title":3},"68":{"body":25,"breadcrumbs":5,"title":1},"69":{"body":24,"breadcrumbs":5,"title":1},"7":{"body":7,"breadcrumbs":3,"title":2},"70":{"body":17,"breadcrumbs":5,"title":1},"71":{"body":0,"breadcrumbs":5,"title":1},"72":{"body":33,"breadcrumbs":5,"title":1},"73":{"body":15,"breadcrumbs":5,"title":1},"74":{"body":25,"breadcrumbs":5,"title":1},"75":{"body":6,"breadcrumbs":5,"title":1},"76":{"body":21,"breadcrumbs":5,"title":1},"77":{"body":38,"breadcrumbs":5,"title":1},"78":{"body":42,"breadcrumbs":5,"title":1},"79":{"body":56,"breadcrumbs":5,"title":1},"8":{"body":62,"breadcrumbs":3,"title":2},"80":{"body":74,"breadcrumbs":5,"title":1},"81":{"body":81,"breadcrumbs":5,"title":1},"82":{"body":87,"breadcrumbs":5,"title":1},"83":{"body":80,"breadcrumbs":5,"title":1},"84":{"body":63,"breadcrumbs":5,"title":1},"85":{"body":76,"breadcrumbs":5,"title":1},"86":{"body":81,"breadcrumbs":5,"title":1},"87":{"body":62,"breadcrumbs":5,"title":1},"88":{"body":83,"breadcrumbs":5,"title":1},"89":{"body":63,"breadcrumbs":5,"title":1},"9":{"body":71,"breadcrumbs":5,"title":3},"90":{"body":86,"breadcrumbs":5,"title":1},"91":{"body":71,"breadcrumbs":5,"title":1},"92":{"body":43,"breadcrumbs":5,"title":2},"93":{"body":5,"breadcrumbs":4,"title":1},"94":{"body":174,"breadcrumbs":5,"title":2},"95":{"body":68,"breadcrumbs":5,"title":2},"96":{"body":183,"breadcrumbs":5,"title":2},"97":{"body":70,"breadcrumbs":6,"title":3},"98":{"body":12,"breadcrumbs":5,"title":3},"99":{"body":86,"breadcrumbs":4,"title":2}},"docs":{"0":{"body":"The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within the Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases. By using a combination of Fuel-flavored GraphQL schema, a SQL backend, and indexers written in Rust, users of the Fuel indexer can get started creating production-ready backends for their dApps, meant to go fast ๐๐จ. For those wanting to build dApp backends right away, feel free to check out the Quickstart . And for those willing to contribute to the Fuel indexer project, please feel free to read our contributor guidelines as well as the For Contributors chapter of the book.","breadcrumbs":"The Fuel Indexer ยป ๐ Fuel Indexer","id":"0","title":"๐ Fuel Indexer"},"1":{"body":"The Fuel indexer is meant to run alongside a Fuel node and a database. Generally, the typical flow of information through the indexer is as follows: A Sway smart contract emits receipts during its execution on the Fuel node. Blocks, transactions, and receipts from the node are monitored by the Fuel indexer service and checked for specific user-defined event types. When a specific event type is found, an indexer executes the corresponding handler from its module. The handler processes the event and stores the indexed information in the database. A dApp queries for blockchain data by using the indexer's GraphQL API endpoint, which fetches the desired information from the corresponding index in the database and returns it to the user.","breadcrumbs":"The Fuel Indexer ยป Architecture","id":"1","title":"Architecture"},"10":{"body":"Component Default Host Default Port CLI Argument Environment Variable Fuel Node localhost 4000 --fuel-node-{host,port} $FUEL_NODE_{HOST,PORT} Database Server localhost 5432 --postgres-{username,database,password,host,port} $POSTGRES_{USERNAME,DATABASE,PASSWORD,HOST,PORT} Indexer Service Web API localhost 29987 --web-api-{host,port} $WEB_API_{HOST,PORT}","breadcrumbs":"Service Infrastructure ยป Components","id":"10","title":"Components"},"100":{"body":"Let's define an Event struct in a Sway contract: struct Event { id: u64, address: Address, block_height: u64,\n} The corresponding GraphQL schema to mirror this Event struct would resemble: type Event @entity { id: ID! account: Address! block_height: U64!\n} And finally, this GraphQL schema will generate the following Postgres schema: Table \"schema.event\" Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description\n--------------+-------------+-----------+----------+---------+----------+-------------+--------------+------------- id | bigint | | not null | | plain | | | block_height | bigint | | not null | | plain | | | address | varchar(64) | | not null | | plain | | | object | bytea | | not null | | extended | | |\nIndexes: \"event_pkey\" PRIMARY KEY, btree (id)\nAccess method: heap","breadcrumbs":"Storing Records ยป Example","id":"100","title":"Example"},"101":{"body":"Basic Queries Pagination Search & Filtering Full Example The GraphQL Playground","breadcrumbs":"Querying ยป Queries","id":"101","title":"Queries"},"102":{"body":"Once data has been persisted into your storage backend, you can retrieve it by querying the GraphQL API server . By default, the API server can be reached at http://localhost:29987/api/graph/:namespace/:identifier, where :namespace and :identifier are the values for the respective fields in your indexer's manifest. If you've changed the WEB_API_HOST or WEB_API_PORT values of your configuration, then you'll need to adjust the URL accordingly.","breadcrumbs":"Querying ยป Basic Queries ยป Queries","id":"102","title":"Queries"},"103":{"body":"A basic query has the following form: query { entity { field_1 field_2 ... } ...\n} The entity field corresponds to the name of an entity defined in your schema and the sub-fields are the fields defined on that entity type; entities and fields are stored in the database using the names defined in the schema, so make sure that your query uses those same names as well. query { block { id height timestamp }\n} We're requesting the ID, height, and timestamp for each block stored in the backend. If successful, the API server will return a response similar to the following: [ { \"height\" : 1, \"id\" : \"f169a30cfcbf1eebd97a07b19de98e4b38a4367b03d1819943be41744339d38a\", \"timestamp\" : 1668710162 }, { \"height\" : 2, \"id\" : \"a8c554758f78fe73054405d38099f5ad21a90c05206b5c6137424985c8fd10c7\", \"timestamp\" : 1668710163 }, { \"height\" : 3, \"id\" : \"850ab156ddd9ac9502768f779936710fd3d792e9ea79bc0e4082de96450b5174\", \"timestamp\" : 1668710312 }, { \"height\" : 4, \"id\" : \"19e19807c6988164b916a6877fe049d403d55a07324fa883cb7fa5cdb33438e2\", \"timestamp\" : 1668710313 }, { \"height\" : 5, \"id\" : \"363af43cfd2a6d8af166ee46c15276b24b130fc6a89ce7b3c8737d29d6d0e1bb\", \"timestamp\" : 1668710314 }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Basic Query","id":"103","title":"Basic Query"},"104":{"body":"The Fuel indexer supports foreign keys on entity types; thus, you can also ask for information about a referenced entity inside of your query. A nested query has the following general structure: query { entityA { field_A1 field_A2 referenced_entityB { field_B1 field_B2 ... } ... } ...\n} Essentially, it's the same as the basic query example with an added sub-block to request information about the reference entity. The response from the API server will be returned in the same general structure as the query. Let's look at another example to illustrate how it works in practice. Important: There is no limit to how deeply nested your entities and queries can be. However, every nested reference will add computation and latency to your query as the information will have to be retrieved from different tables in your storage backend. Please exercise caution in your entity design and try to minimize nesting as much as possible. We'll start with the following example schema: type City @entity { id: ID! name: String!\n} type Library @entity { id: ID! name: String! city: City!\n} type Book @entity { id: ID! title: String! library: Library!\n} type Character @entity { id: ID! name: String! book: Book!\n} This schema uses implicit foreign keys to reference other entities; for more information on implicit and explicit foreign keys, please refer to the Relationships section of the book. In this contrived example, we're storing information about characters that are found in books which are stored in libraries that can be found in cities. This will be the query that we use to retrieve the aforementioned data: query { character { name book { title library { name city { name } } } }\n} Let's assume that we've created an indexer for this data and the indexed data has been stored in the database. If we send the query, we'll get the following response: [ { \"name\": \"Lil Ind X\", \"book\": { \"title\": \"Fuel Indexer\", \"library\": { \"name\": \"Fuel Labs Library\", \"city\": { \"name\": \"Fuel City\" } } } }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Nested Query","id":"104","title":"Nested Query"},"105":{"body":"The Fuel indexer's GraphQL Playground is an interactive, in-browser GraphQL IDE that allows developers to easily explore and test the indexer's GraphQL API server. You can read more about the GraphQL playground in general here . Every public indexer can access the GraphQL playground of the Fuel indexer node on which the given indexer runs, so users and devs can get to querying their data right away.","breadcrumbs":"Querying ยป Playground ยป GraphQL Playground","id":"105","title":"GraphQL Playground"},"106":{"body":"To use the GraphQL playground to explor your indices, simply start your indexer service - then open the following URL in your browser - where namespace and identifier correspond to the namespace and identifier of the index that you'd like to explore. http://localhost:29987/api/playground/:namespace/:identifier","breadcrumbs":"Querying ยป Playground ยป Usage","id":"106","title":"Usage"},"107":{"body":"The Fuel indexer currently supports the following search and filtering operations: ID selection comparison set membership excluding null values Additionally, you can combine these operations using the and or or keywords, and invert operations by using the not keyword. You should practice sensible database design when filtering records. Apply database indicies to the underlying columns in order to make search operations more efficient; however, be advised that an overuse of database indicies will lead to degraded performance.","breadcrumbs":"Querying ยป Search and Filtering ยป Search and Filtering","id":"107","title":"Search and Filtering"},"108":{"body":"You can query for a particular instance of an object by passing an ID value to with the id key. For example, let's say that you are storing blocks and you want details about a certain block, you would pass the corresponding ID: query { block(id: 4121419699470229811) { id hash height producer }\n} { \"data\": [ { \"hash\": \"aff5eb785f2d24ae62858fa673296e957abea518858e2f08bb47df2dbb9c8ca1\", \"height\": 8209, \"id\": 4121419699470229811, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n} Note: Remember that IDs currently must be of type u64, and as such, the ID selection operation will only allow for a u64 value. We're open to changing this in the future.","breadcrumbs":"Querying ยป Search and Filtering ยป ID Selection","id":"108","title":"ID Selection"},"109":{"body":"You can store null values in your records if the corresponding entity fields are configured to allow for it. You can exclude records that contain null values in a particular column or set of coulmns by using the has operator inside of a filter object. query { block(filter: { has: [producer] } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d0d663e0bf499aca19d3ecb9b0b291234dc3769d2b46512016eca7244ca0ef22\", \"height\": 411, \"id\": 3775485677453992400, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7ff79bf3793143c557225f37b7e7d8a2b9d2e544b839d62cc367b8c5b079d478\", \"height\": 412, \"id\": 3919088689958184000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Excluding Null Values","id":"109","title":"Excluding Null Values"},"11":{"body":"The Fuel indexer service will connect to any Fuel GraphQL server, which means you can run your own node or use a node provided by Fuel. The indexer service web server is included with the Fuel indexer; it's available as soon as the indexer is started through fuel-indexer run. The only component that isn't provided for you is a Postgres database server. You should set up a server according to your own needs and specifications. You can start the indexer service with an array of CLI options. Note that most (if not all) of these options include sensible defaults.","breadcrumbs":"Service Infrastructure ยป Fuel Indexer Service","id":"11","title":"Fuel Indexer Service"},"110":{"body":"Additionally, you can exclude records in which a particular column's value does not contain any elements in a given set by using the in operator as part of a filter object. query { block(filter: { height: { in: [1, 2, 3] } } ) { id hash height }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000 } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Set Membership","id":"110","title":"Set Membership"},"111":{"body":"Finally, you can filter records by comparing the values of certain fields to a particular value of your choosing by using one of the comparison operators inside of a filter object.","breadcrumbs":"Querying ยป Search and Filtering ยป Comparison","id":"111","title":"Comparison"},"112":{"body":"You can do simple value comparisons using any of the following operators: equals equals greater than gt greater than or equal to gte less than lt less than or equal to lte Here's an example: query { block(filter: { height: { lte: 5 } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"id\": 3833467323683451000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"id\": 3991987200693004000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Less, Greater, and Equals","id":"112","title":"Less, Greater, and Equals"},"113":{"body":"You can also filter for records that are contained in the range of two values by using the between operator. To do so, you'd set the lower bound using the min keyword and the upper bound by using max. query { block(filter: { height: { between: { min: 101, max: 103 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"3b85fbed2d933d0334d54776612a5af72a513e875d06fa9152f6d41d0e50e417\", \"height\": 101, \"id\": 3763145849079675000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"deea78034c2f0fcd7ef2d2d2d203d19fcd63f1b1846fac089c51c2aa7b5c8149\", \"height\": 102, \"id\": 7365137137742930000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"a405d5688fdf41817868361217a09812349cc6fe0fe2bf9329fcd23e338e9444\", \"height\": 103, \"id\": 7292000934927820000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Between","id":"113","title":"Between"},"114":{"body":"As previously stated, you can combine or invert operations to filter for your desired results even further.","breadcrumbs":"Querying ยป Search and Filtering ยป Logical Operators","id":"114","title":"Logical Operators"},"115":{"body":"Let's look at an example query in which we combine two filters together. query { block(filter: { producer: { equals: \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, and: { height: { lt: 4 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป And/Or","id":"115","title":"And/Or"},"116":{"body":"You can also use the not operator in order to invert the operation of a particular filter. For example, the following query returns contracts that we've seen on the network. query { contract { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"0000000000000000000000000000000000000000000000000000000000000000\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n} Let's ignore the base asset contract by inverting the in operator: query { contract(filter: {not: { id: { equals: \"0000000000000000000000000000000000000000000000000000000000000000\"}}}) { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Not","id":"116","title":"Not"},"117":{"body":"The Fuel indexer currently supports offset-based pagination in order to allow users to selectively request parts of a set of results. A paginated query can be made using three keywords: order - sort order (required) first - limit on number of results (required) offset - the amount of records to skip before returning results (optional) query { blocks: block(order: { height: asc }, first: 5) { hash height timestamp }\n} In this query, we're requesting details about the first five blocks in ascending order of block height. You can also see that we've added a blocks alias; this is completely optional and all it does is change the key for the list of results in the JSON response. With this query, we receive the following response: { \"data\": { \"blocks\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"timestamp\": 1678483351 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"timestamp\": 1678483471 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"timestamp\": 1678483591 }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"timestamp\": 1678483711 }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"timestamp\": 1678483831 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 0, \"pages\": 80, \"total_count\": 400 } }\n} As you can see, we get the requested amount of blocks and the corresponding fields. However, there's also a page_info object included in the response. This object tells us if there's another page available to request along with information that we can use to construct our next response. To get the next page, we'll add an offset to our original query: query { blocks: block( order: { height: asc }, first: 5, offset: 5 ) { hash height timestamp }\n} The response contains the next five blocks after our requested offset, and the page_info object lets us know what offset we used in the query. { \"data\": { \"blocks\": [ { \"hash\": \"c93ffc9178d526a836d707137de08b0f743fabce79ecec77c419bfb7e6be8863\", \"height\": 6, \"timestamp\": 1678483951 }, { \"hash\": \"4f0c81a42c86c718c0ae90ba838d6f1bdfc9a757cbf07c946fb3280b44257b46\", \"height\": 7, \"timestamp\": 1678484071 }, { \"hash\": \"659b486cc2c3bd1133df9245645648b6a09b35e16c7f71bb05449cea0e83611c\", \"height\": 8, \"timestamp\": 1678484191 }, { \"hash\": \"4bf61bd8f88b7fb40e842a6497d686bc2f63839ec3ca1eedb4e81a0935adaeb6\", \"height\": 9, \"timestamp\": 1678484311 }, { \"hash\": \"b090634788ddd0461cba4d0833a3f15b8e2f51e672fb1527fc8c78cd8f80dc1a\", \"height\": 10, \"timestamp\": 1678484431 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 5, \"pages\": 80, \"total_count\": 400 } }\n}","breadcrumbs":"Querying ยป Pagination ยป Pagination","id":"117","title":"Pagination"},"118":{"body":"Finally, let's combine nested entities, filtering, and pagination into one complete example. Sticking with the same block explorer example, let's say that we are looking for a particular transaction and its containing block, but we don't remember either of the hashes. All we know is that the total value of the transaction is greater than zero, it was sometime after the start of the beta-4 testnet, and it was included as part of the first fifty blocks. Additionally, we don't want to parse through all the results at once, so we only want to look at two records at a time. Finally, we think that it may have been on the more recent side, so we want to check them in reverse chronological order. Putting all of that together, we get the following query: query { transactions: tx( order: { timestamp: desc }, filter: { value: { gt: 0 } }, first: 2, offset: 0 ) { id hash timestamp value block ( filter: { height: { between: { min: 0, max: 50 } }, and: { timestamp: { gt: 1678410000 } } } ) { id hash height timestamp } }\n} The Fuel indexer's GraphQL API allows you to add filters on multiple entity fields and even nested entities! In the query above, we're asking for the two most recent transactions with a value greater than zero. Also, we're applying two filters to the nested block entity by using the and operator in order to help us narrow down the set of results. The response returns the results in the expected format and includes additional information that informs us about how many total results satisy the criteria. { \"data\": { \"page_info\": { \"has_next_page\": true, \"limit\": 2, \"offset\": 0, \"pages\": 2, \"total_count\": 4 }, \"transactions\": [ { \"block\": { \"hash\": \"f40297895086e66c0947c213dd29e90f596b860d10316ab806064608dd2580cd\", \"height\": 45, \"id\": 7306026486395921000, \"timestamp\": 1678486898 }, \"hash\": \"85acfa181ebfa3b48c10d3181217918dd377b875d07dabc72d6d1081e4c52713\", \"id\": 3919319574514776000, \"timestamp\": 1678486898, \"value\": 10000000000 }, { \"block\": { \"hash\": \"e3e0860a358c0d044669748cffff82b4b0073baaca53a128ddc8ce3757ae3988\", \"height\": 41, \"id\": 7018409465212200000, \"timestamp\": 1678486633 }, \"hash\": \"42f3fd7ffa073975a0eca993044a867d8c87a8d39f5a88032a3b9aba213f6102\", \"id\": 7364622549171910000, \"timestamp\": 1678486633, \"value\": 10000000000 } ] }\n}","breadcrumbs":"Querying ยป A Full Example ยป A Full Example","id":"118","title":"A Full Example"},"119":{"body":"The Fuel indexer's authentication functionality offers users a range of options for verifying their identity. The system supports any arbitrary authentication scheme (in theory); however, in practice the service defaults to JWT authentication due to its stateless nature and popularity. To authenticate using JWT, users ask an indexer operator for a nonce, sign that nonce with their wallet, then send both the nonce and signature to the indexer operator for verification. Once the signature is verified on the backend, a valid JWT is produced and returned to the user, thus authenticating the user. It is important to note that authentication is disabled by default. However, if authentication is enabled, users will need to authenticate before performing operations that involve modifying the state of the service, such as uploading indexers. The new authentication functionality offers a flexible and secure way for users to authenticate and perform operations that affect the service's state.","breadcrumbs":"Authentication ยป Authentication","id":"119","title":"Authentication"},"12":{"body":"fuel-indexer run --help Standalone binary for the fuel indexer service. USAGE: fuel-indexer run [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategyAuthentication scheme used. --block-page-size Amount of blocks to return in a request to a Fuel node. [default: 10] -c, --config Indexer service config file. --database Database type. [default: postgres] [possible values: postgres] --embedded-database Automatically create and start database using provided options or defaults. --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --indexer-net-config Allow network configuration via indexer manifests. --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --local-fuel-node Start a local Fuel node. --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] -m, --manifest Indexer config file. --max-body-size Max body size for web server requests. [default: 5242880] --metering-points The number of WASM opcodes after which the indexer's event handler will stop execution. [default: 30000000000] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --replace-indexer Whether to allow replacing an existing indexer. If not specified, an attempt to deploy over an existing indexer results in an error. --run-migrations Run database migrations before starting service. --stop-idle-indexers Prevent indexers from running without handling any blocks. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"Service Infrastructure ยป Using CLI options (Indexer Service)","id":"12","title":"Using CLI options (Indexer Service)"},"120":{"body":"Below is a demonstration of basic JWT authentication using an indexer operator at \"https://beta-4-indexer.fuel.network\" forc index auth --url https://beta-4-indexer.fuel.network:29987 You will first be prompted for the password for your wallet: Please enter your wallet password: After successfully entering your wallet password you should be presented with your new JWT token. โ Successfully authenticated at https://beta-4-indexer.fuel.network:29987/api/auth/signature. Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiODNlNjhiOTFmNDhjYWM4M.... Use this token in your Authorization headers when making requests for operations such as uploading indexers, stopping indexers, and other operations that mutate state in this way. Users can just pass this JWT token value to the --auth flag, if using forc index commands that support authentication (e.g., forc index deploy --auth $MY_JWT_TOKEN).","breadcrumbs":"Authentication ยป Usage","id":"120","title":"Usage"},"121":{"body":"forc index is the recommended method for end users to interact with the Fuel indexer. After you have installed fuelup, you can run the forc index help command in your terminal to view the available commands. \n\n\n \n ### [โก๏ธ Read the Quickstart! โก๏ธ](https://docs.fuel.network/docs/indexer/getting-started/quickstart/) ## What is the Fuel indexer? The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within the Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases. > TLDR: It's Infrastructure as a service (IaaS) for Web3 dApp backends. ## Install Fuel's indexer supports Linux (x64 & arm64) and macOS (x64 & Apple Silicon). > If you don't want to deal with dependency issues we recommend just using Fuel's indexer with Docker, [via the included docker-compose file](https://github.com/FuelLabs/fuel-indexer/blob/develop/scripts/docker-compose.yaml). Install Fuel's toolchain manager - fuelup. ```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh The fuel-indexer and forc-index binaries should now be available in your $PATH","breadcrumbs":"forc index ยป forc index","id":"121","title":"forc index"},"122":{"body":"For development, users will primarily use the forc index command line utility made available after installing fuelup. forc index --help forc index 0.0.0\nFuel Indexer Orchestrator USAGE: forc-index
OPTIONS: -h, --help Print help information -V, --version Print version information SUBCOMMANDS: auth Authenticate against an indexer service build Build an indexer check Check for Fuel indexer components deploy Deploy an indexer to an indexer service help Print this message or the help of the given subcommand(s) kill Kill the indexer process. Note that this command will kill any process listening on the default indexer port or the port specified by the `--port` flag new Create a new indexer project in a new directory postgres Fuel Postgres Orchestrator remove Stop and remove a running indexer run-native Run a native indexer start Standalone binary for the Fuel indexer service status Check the status of a registered indexer โก๏ธ For more details on how to build Fuel indexers, read the docs! โก๏ธ","breadcrumbs":"forc index ยป Usage","id":"122","title":"Usage"},"123":{"body":"If you're interested in contributing PRs to make the Fuel indexer a better project, feel free to read our contributors document .","breadcrumbs":"forc index ยป Contributing","id":"123","title":"Contributing"},"124":{"body":"Authenticate against an indexer operator. IMPORTANT: There must be an indexer service running at --url in order for this to work. forc index auth --account 0 Authenticate against an indexer service USAGE: forc-index auth [OPTIONS] OPTIONS: --account Index of account to use for signing. [default: 0] -h, --help Print help information --url URL at which to deploy indexer assets. [default: http://127.0.0.1:29987] -v, --verbose Verbose output.","breadcrumbs":"forc index ยป auth ยป forc index auth","id":"124","title":"forc index auth"},"125":{"body":"Build an indexer. forc index build Build an indexer USAGE: forc-index build [OPTIONS] OPTIONS: -d, --debug Build artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Manifest file name of indexer being built. --native Building for native execution. -p, --path Path to the indexer project. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป build ยป forc index build","id":"125","title":"forc index build"},"126":{"body":"Check to see which indexer components you have installed. forc index check Check for Fuel indexer components USAGE: forc-index check OPTIONS: -h, --help Print help information","breadcrumbs":"forc index ยป check ยป forc index check","id":"126","title":"forc index check"},"127":{"body":"Deploy an indexer to an indexer service. forc index deploy --url https://beta-4-indexer.fuel.network Deploy an indexer to an indexer service USAGE: forc-index deploy [OPTIONS] OPTIONS: --auth Authentication header value. -d, --debug Build optimized artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Path to the manifest of indexer project being deployed. --native Building for native execution. -p, --path Path to the indexer project. --remove-data Remove all indexed data when replacing an existing indexer. --replace-indexer If an indexer with the same UID exists, remove it. --skip-build Do not build before deploying. --url URL at which to deploy indexer assets. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose logging.","breadcrumbs":"forc index ยป deploy ยป forc index deploy","id":"127","title":"forc index deploy"},"128":{"body":"Kill the indexer process. Note that this command will kill any process listening on the default indexer port or the port specified by the --port flag. forc index kill --port 29987 Kill the indexer process. Note that this command will kill any process listening on the default\nindexer port or the port specified by the `--port` flag USAGE: forc-index kill [OPTIONS] OPTIONS: -9 Terminate or kill -h, --help Print help information --port Port at which to detect indexer service API is running. [default: 29987]","breadcrumbs":"forc index ยป kill ยป forc index kill","id":"128","title":"forc index kill"},"129":{"body":"Create a new indexer project in a new directory. forc index new --namespace fuel /home/fuel/projects/example_indexer Create a new indexer project in a new directory USAGE: forc-index new [OPTIONS] ARGS: Path at which to create indexer OPTIONS: --absolute-paths Resolve indexer asset filepaths using absolute paths. -h, --help Print help information --name Name of indexer. --namespace Namespace to which indexer belongs. --native Initialize an indexer with native execution enabled. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป new ยป forc index new","id":"129","title":"forc index new"},"13":{"body":"# The following is an example Fuel indexer configuration file.\n#\n# This configuration spec is intended to be used for a single instance\n# of a Fuel indexer node or service.\n#\n# For more info on how the Fuel indexer works, read the docs: https://docs.fuel.network/docs/indexer/\n# or specifically read up on these configuration options: https://docs.fuel.network/docs/indexer/getting-started/indexer-service-infrastructure/ # Whether to allow replacing an indexer.\n#\n# If this is disabled, then an HTTP 409 Conflict will be returned if an indexer with the same name already exists.\nreplace_indexer: false # Log level passed to the Fuel Indexer service.\nlog_level: info # Use Prometheus metrics reporting.\nmetrics: true # Prevent indexers from running without handling any blocks.\nstop_idle_indexers: false # Run database migrations before starting service.\nrun_migrations: true # Enable verbose logging.\nverbose: false # Start a local Fuel node.\nlocal_fuel_node: false # Allow network configuration via indexer manifests.\nindexer_net_config: false # The number of WASM opcodes after which the indexer will stop execution.\nmetering_points: 30000000000 # Allow the web server to accept raw SQL queries.\naccept_sql_queries: false # Amount of blocks to return in a request to a Fuel node.\nblock_page_size: 20 # ***********************\n# Fuel Node configuration\n# ************************ fuel_node: # Host of the running Fuel node. host: localhost # Listening port of the running Fuel node. port: 4000 # *************************\n# Web API configuration\n# ************************* web_api: # Web API host. host: localhost # Web API port. port: 29987 # Max body size for web server requests. max_body_size: \"5242880\" # ******************************\n# Database configuration options\n# ****************************** database: postgres: # Postgres username. user: postgres # Postgres database. database: postgres # Postgres password. password: postgres # Postgres host. host: localhost # Postgres port. port: 5432 # ******************************\n# Indexer service authentication\n# ****************************** authentication: # Require users to authenticate for some operations. enabled: false # Which authentication scheme to use. strategy: jwt # Secret used if JWT authentication is specified. jwt_secret: abcdefghijklmnopqrstuvwxyz1234567890 # JWT issuer if JWT authentication is specified. jwt_issuer: FuelLabs # Amount of time (seconds) before expiring token if JWT authentication is specified. jwt_expiry: 2592000 # ********************************\n# Rate limit configuration options\n# ******************************** rate_limit: # Enable rate limiting. enabled: false # Maximum number of requests to allow over --rate-limit-window.. request_count: 10 # Number of seconds over which to allow --rate-limit-rps. window_size: 5","breadcrumbs":"Service Infrastructure ยป Using a configuration file (Indexer Service)","id":"13","title":"Using a configuration file (Indexer Service)"},"130":{"body":"Stop and remove a running indexer. forc index remove --url https://beta-4-indexer.fuel.network Stop and remove a running indexer USAGE: forc-index remove [OPTIONS] OPTIONS: --auth Authentication header value. -h, --help Print help information -m, --manifest Path to the manifest of the indexer project being removed. -p, --path Path to the indexer project. --url URL at which indexer is deployed. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป remove ยป forc index remove","id":"130","title":"forc index remove"},"131":{"body":"Start a local Fuel Indexer service. forc index start Standalone binary for the Fuel indexer service USAGE: forc-index start [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. --block-page-size Amount of blocks to return in a request to a Fuel node. [default: 20] -c, --config Indexer service config file. --database Database type. [default: postgres] [possible values: postgres] --embedded-database Automatically create and start database using provided options or defaults. --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --indexer-net-config Allow network configuration via indexer manifests. --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --local-fuel-node Start a local Fuel node. --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] -m, --manifest Indexer config file. --max-body-size Max body size for web server requests. [default: 5242880] --metering-points The number of WASM opcodes after which the indexer's event handler will stop execution. [default: 30000000000] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --remove-data When replacing an indexer, also remove the indexed data. --replace-indexer Whether to allow replacing an existing indexer. If not specified, an attempt to deploy over an existing indexer results in an error. --run-migrations Run database migrations before starting service. --stop-idle-indexers Prevent indexers from running without handling any blocks. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"forc index ยป start ยป forc index start","id":"131","title":"forc index start"},"132":{"body":"Check the status of a registered indexer. forc index status --url https://beta-4-indexer.fuel.network Check the status of a registered indexer USAGE: forc-index status [OPTIONS] OPTIONS: --auth Authentication header value. -h, --help Print help information --url URL at which to find indexer service. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose logging.","breadcrumbs":"forc index ยป status ยป forc index status","id":"132","title":"forc index status"},"133":{"body":"Run a native indexer. forc index run-native --path . -- --run-migrations --postgres-host localhost Run a native indexer USAGE: forc-index run-native [OPTIONS] [-- ...] ARGS: ... Extra passed to `fuel-indexer run` Example usage: `forc-index run-native --path . -- --run-migrations --stop-idle-indexers` OPTIONS: --bin Path to native indexer binary (if not using default location). -d, --debug Build artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Manifest file name of indexer being built. -p, --path Path to the indexer project. --skip-build Do not build before deploying. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป run-native ยป forc index run-native","id":"133","title":"forc index run-native"},"134":{"body":"forc index postgres is provided as a way to simplify the setup and management of an embedded Postgres database. After you have installed fuelup, you can run the forc index postgres help command in your terminal to view the available commands. forc index postgres help USAGE: forc-index postgres OPTIONS: -h, --help Print help information -V, --version Print version information SUBCOMMANDS: create Create a new database drop Drop a database help Print this message or the help of the given subcommand(s) start Start PostgreSQL with a database stop Stop PostgreSQL","breadcrumbs":"forc postgres ยป forc index postgres","id":"134","title":"forc index postgres"},"135":{"body":"Create a new database. forc index postgres create example_database USAGE: forc-index postgres create [OPTIONS] ARGS: Name of database. OPTIONS: --auth-method Authentication method. [default: plain] [possible values: plain, md5, scram-sha-256] -c, --config Fuel indexer configuration file. --database-dir Where to store the PostgreSQL database. -h, --help Print help information --migration-dir The directory containing migration scripts. -p, --password Database password. [default: postgres] -p, --port Port to use. [default: 5432] --persistent Do not clean up files and directories on database drop. --postgres-version PostgreSQL version to use. [default: v14] [possible values: v15, v14, v13, v12, v11, v10, v9] --start Start the PostgreSQL instance after creation. --timeout Duration to wait before terminating process execution for pg_ctl start/stop and initdb. -u, --user Database user. [default: postgres]","breadcrumbs":"forc postgres ยป create ยป forc index postgres create","id":"135","title":"forc index postgres create"},"136":{"body":"Drop a database. forc index postgres drop example_database USAGE: forc-index postgres drop [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information --remove-persisted Remove all database files that might have been persisted to disk.","breadcrumbs":"forc postgres ยป drop ยป forc index postgres drop","id":"136","title":"forc index postgres drop"},"137":{"body":"Start PostgreSQL with a database. forc index postgres start example_database USAGE: forc-index postgres start [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information","breadcrumbs":"forc postgres ยป start ยป forc index postgres start","id":"137","title":"forc index postgres start"},"138":{"body":"Stop PostgreSQL. forc index postgres stop example_database USAGE: forc-index postgres stop [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information","breadcrumbs":"forc postgres ยป stop ยป forc index postgres stop","id":"138","title":"forc index postgres stop"},"139":{"body":"Thanks for your interest in contributing to the Fuel indexer! Below we've compiled a list of sections that you may find useful as you work on a potential contribution: Dependencies fuelup docker Database PostgreSQL SQLx Building from source Run migrations Start the service Testing Default tests End-to-end tests trybuild tests","breadcrumbs":"Environment Setup ยป For Contributors","id":"139","title":"For Contributors"},"14":{"body":"The fuel-indexer-api-server crate of the Fuel indexer contains a standalone web server that acts as a queryable endpoint on top of the database. Note that the main fuel-indexer binary of the indexer project also contains the same web server endpoint. The fuel-indexer-api-server crate offers a standalone web server endpoint, whereas the API endpoint offered in fuel-indexer is bundled with other Fuel indexer functionality (e.g., execution, handling, data-layer construction, etc). Offering the API server as a separate piece allows users to separate components and run them on different systems, if desired.","breadcrumbs":"Service Infrastructure ยป Web API Server","id":"14","title":"Web API Server"},"140":{"body":"","breadcrumbs":"Environment Setup ยป Dependencies","id":"140","title":"Dependencies"},"141":{"body":"We use fuelup in order to get the binaries produced by services in the Fuel ecosystem. Fuelup will install binaries related to the Fuel node, the Fuel indexer, the Fuel orchestrator (forc), and other components. fuelup can be downloaded here .","breadcrumbs":"Environment Setup ยป fuelup","id":"141","title":"fuelup"},"142":{"body":"We use Docker to produce reproducible environments for users that may be concerned with installing components with large sets of dependencies (e.g. Postgres). Docker can be downloaded here .","breadcrumbs":"Environment Setup ยป docker","id":"142","title":"docker"},"143":{"body":"At this time, the Fuel indexer requires the use of a database. We currently support a single database option: Postgres. PostgreSQL is a database solution with a complex feature set and requires a database server. PostgreSQL Note: The following explanation is for demonstration purposes only. A production setup should use secure users, permissions, and passwords. On macOS systems, you can install PostgreSQL through Homebrew. If it isn't present on your system, you can install it according to the instructions . Once installed, you can add PostgreSQL to your system by running brew install postgresql. You can then start the service through brew services start postgresql. You'll need to create a database for your indexed data, which you can do by running createdb [DATABASE_NAME]. You may also need to create the postgres role; you can do so by running createuser -s postgres. For Linux-based systems, the installation process is similar. First, you should install PostgreSQL according to your distribution's instructions. Once installed, there should be a new postgres user account; you can switch to that account by running sudo -i -u postgres. After you have switched accounts, you may need to create a postgres database role by running createuser --interactive. You will be asked a few questions; the name of the role should be postgres and you should elect for the new role to be a superuser. Finally, you can create a database by running createdb [DATABASE_NAME]. In either case, your PostgreSQL database should now be accessible at postgres://postgres@localhost:5432/[DATABASE_NAME].","breadcrumbs":"Environment Setup ยป Database","id":"143","title":"Database"},"144":{"body":"After setting up your database, you should install sqlx-cli in order to run migrations for your indexer service. You can do so by running cargo install sqlx-cli --features postgres. Once installed, you can run the migrations by running the following command after changing DATABASE_URL to match your setup.","breadcrumbs":"Environment Setup ยป SQLx","id":"144","title":"SQLx"},"145":{"body":"","breadcrumbs":"Environment Setup ยป Building from Source","id":"145","title":"Building from Source"},"146":{"body":"git clone git@github.com:FuelLabs/fuel-indexer.git && cd fuel-indexer/","breadcrumbs":"Environment Setup ยป Clone repository","id":"146","title":"Clone repository"},"147":{"body":"Postgres migrations cd packages/fuel-indexer-database/postgres\nDATABASE_URL=postgres://postgres@localhost sqlx migrate run","breadcrumbs":"Environment Setup ยป Run migrations","id":"147","title":"Run migrations"},"148":{"body":"cargo run --bin fuel-indexer run You can also start the service with a fresh local node for development purposes: cargo run --features fuel-core-lib --bin fuel-indexer run If no configuration file or other options are passed, the service will default to a postgres://postgres@localhost database connection.","breadcrumbs":"Environment Setup ยป Start the service","id":"148","title":"Start the service"},"149":{"body":"Fuel indexer tests are currently broken out by a database feature flag. In order to run tests with a Postgres backend, use --features postgres.","breadcrumbs":"Environment Setup ยป Testing","id":"149","title":"Testing"},"15":{"body":"You can start the indexer service with an array of CLI options. Note that most (if not all) of these options include sensible defaults. fuel-indexer-api-server run --help Fuel indexer web server USAGE: fuel-indexer-api-server run [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. [possible values: jwt] -c, --config API server config file. --database Database type. [default: postgres] [possible values: postgres] --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] --max-body-size Max body size for web requests. [default: 5242880] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --run-migrations Run database migrations before starting service. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"Service Infrastructure ยป Using CLI Options (Web Server)","id":"15","title":"Using CLI Options (Web Server)"},"150":{"body":"cargo test --locked --workspace --all-targets","breadcrumbs":"Environment Setup ยป Default tests","id":"150","title":"Default tests"},"151":{"body":"cargo test --locked --workspace --all-targets --features postgres","breadcrumbs":"Environment Setup ยป End-to-end tests","id":"151","title":"End-to-end tests"},"152":{"body":"For tests related to the meta-programming used in the Fuel indexer, we use trybuild. RUSTFLAGS='-D warnings' cargo test -p fuel-indexer-macros --locked","breadcrumbs":"Environment Setup ยป trybuild tests","id":"152","title":"trybuild tests"},"153":{"body":"Thanks for your interest in contributing to Fuel Indexer! This document outlines some the conventions on building, running, and testing Fuel Indexer. Fuel Indexer has many dependent repositories. If you need any help or mentoring getting started, understanding the codebase, or anything else, please ask on our Discord .","breadcrumbs":"Contributing Standards ยป Contributing to Fuel Indexer","id":"153","title":"Contributing to Fuel Indexer"},"154":{"body":"If you've added a new function, method, class or abstraction, please include rustdoc comments for the new code so others can better understand the change. If your change is non-trivial and testable, please try to include at least one happy path test to ensure that your change works. \"Trivial\" changes would be changes to docs, comments, or small style/syntactic changes","breadcrumbs":"Contributing Standards ยป Code Standards","id":"154","title":"Code Standards"},"155":{"body":"Future instructions assume you are in this repository git clone https://github.com/FuelLabs/fuel-indexer\ncd fuel-indexer","breadcrumbs":"Contributing Standards ยป Getting the repository","id":"155","title":"Getting the repository"},"156":{"body":"rustup is the official toolchain manager for Rust. We use some additional components such as clippy and rustfmt, to install those: rustup component add clippy\nrustup component add rustfmt Fuel Indexer also uses a few other tools installed via cargo cargo install sqlx-cli\ncargo install wasm-snip","breadcrumbs":"Contributing Standards ยป Configuring your Rust toolchain","id":"156","title":"Configuring your Rust toolchain"},"157":{"body":"Fuel Indexer's two primary crates are fuel-indexer and fuel-indexer-api-server. You can build Fuel Indexer: cargo build -p fuel-indexer -p fuel-indexer-api-server --release --locked Linting is done using rustfmt and clippy, which are each separate commands: cargo fmt --all --check cargo clippy --all-features --all-targets -- -D warnings The test suite follows the Rust cargo standards. Testing is simply done using Cargo: RUSTFLAGS='-D warnings' SQLX_OFFLINE=1 cargo test --locked --all-targets --all-features","breadcrumbs":"Contributing Standards ยป Building and testing","id":"157","title":"Building and testing"},"158":{"body":"This is a rough outline of what a contributor's workflow looks like: Make sure what you want to contribute is already tracked as an issue. We may discuss the problem and solution in the issue. โ ๏ธ DO NOT submit PRs that do not have an associated issue โ ๏ธ Create a Git branch from where you want to base your work. Most work is usually branched off of develop Give your branch a name related to the work you're doing The convention for branch naming is usually 1234/short-description, where 1234 is the number of the associated issue. Write code, add test cases, and commit your work. Run tests and make sure all tests pass. Your commit message should be formatted as [commit type]: [short commit blurb] Examples: If you fixed a bug, your message is fix: database locking issue If you added new functionality, your message would be enhancement: i added something super cool If you just did a chore your message is: chore: i did somthing not fun Keeping commit messages short and consistent helps users parse release notes Push up your branch to Github then (on the right hand side of the Github UI): Assign yourself as the owner of the PR Add any and all necessary labels to your PR Link the issue your PR solves, to your PR If you are part of the FuelLabs Github org, please open a PR from the repository itself. Otherwise, push your changes to a branch in your fork of the repository and submit a pull request. Make sure mention the issue, which is created at step 1, in the commit message. Your PR will be reviewed and some changes may be requested. Once you've made changes, your PR must be re-reviewed and approved. If the PR becomes out of date, you can use GitHub's 'update branch' button. If there are conflicts, you can merge and resolve them locally. Then push to your PR branch. Any changes to the branch will require a re-review. Our CI (Github Actions) automatically tests all authorized pull requests. Use Github to merge the PR once approved.","breadcrumbs":"Contributing Standards ยป Contribution flow","id":"158","title":"Contribution flow"},"159":{"body":"bug: If fixing broken functionality enhancement: If adding new functionality chore: If finishing valuable work (that's no fun!) testing: If only updating/writing tests docs: If just updating docs feat: If adding a non-trivial new feature There will be categories not covered in this doc - use your best judgement! Thanks for your contributions!","breadcrumbs":"Contributing Standards ยป Commit categories","id":"159","title":"Commit categories"},"16":{"body":"To run the standalone Fuel indexer web server server using a configuration file: fuel-indexer-api-server run --config config.yaml In the above example, config.yaml is based on the default service configuration file .","breadcrumbs":"Service Infrastructure ยป Using A Configuration File (Web Server)","id":"16","title":"Using A Configuration File (Web Server)"},"160":{"body":"For beginners, we have prepared many suitable tasks for you. Checkout our Good First Issues for a list. If you are planning something that relates to multiple components or changes current behaviors, make sure to open an issue to discuss with us before continuing.","breadcrumbs":"Contributing Standards ยป Finding something to work on","id":"160","title":"Finding something to work on"},"161":{"body":"https://semver.org/","breadcrumbs":"Release Schedule ยป Release Schedule","id":"161","title":"Release Schedule"},"162":{"body":"E.g., v2.0.0 -> v3.0.0 Major releases of large features and breaking changes. Cadence: As needed.","breadcrumbs":"Release Schedule ยป Major releases","id":"162","title":"Major releases"},"163":{"body":"E.g., v0.3.0 -> v0.4.0 General releases of new functionality, fixes, and some breaking changes. Cadence: Roughly every two to three weeks.","breadcrumbs":"Release Schedule ยป Minor releases","id":"163","title":"Minor releases"},"164":{"body":"E.g., v0.1.3 -> v0.1.4 Releases for bug fixes and time sensitive improvements. Cadence: Ad-hoc as needed throughout the week.","breadcrumbs":"Release Schedule ยป Patch releases","id":"164","title":"Patch releases"},"165":{"body":"","breadcrumbs":"Building From Source ยป Building from Source","id":"165","title":"Building from Source"},"166":{"body":"git clone git@github.com:FuelLabs/fuel-indexer.git","breadcrumbs":"Building From Source ยป Clone repository","id":"166","title":"Clone repository"},"167":{"body":"cd packages/fuel-indexer-database/postgres\nDATABASE_URL=postgres://postgres@localhost sqlx migrate run","breadcrumbs":"Building From Source ยป Run migrations","id":"167","title":"Run migrations"},"168":{"body":"cargo run --bin fuel-indexer","breadcrumbs":"Building From Source ยป Start the service","id":"168","title":"Start the service"},"169":{"body":"cargo test --locked --workspace --all-features --all-targets","breadcrumbs":"Building From Source ยป Run tests","id":"169","title":"Run tests"},"17":{"body":"Since many users may be familiar with indexing by using a solution like The Graph, it may be helpful to provide a comparison between it and the Fuel indexer. Generally, the biggest conceptual differences between the two are as follows: The Fuel indexer does not support publishing indexers to decentralized networks. That being said, the Fuel indexer is developed with the intention of allowing anyone to run an instance and host whatever indexers they want. Contracts on the Fuel network can be indexed without the need to add additional events. Whether a user wanted to index information from the very start of a contract or a recent block, the process is the same: define the schema and manifest, write custom handler logic, and deploy to an indexer service. Legend: ๐ฉ : Functionally complete ๐จ : Partially complete ๐ฅ : Planned but incomplete โ : Not planned Feature The Graph Fuel Indexer Notes Hosted Indexers ๐ฉ ๐ฉ WASM Execution ๐ฉ ๐ฉ Native Execution ๐ฅ ๐ฉ Handlers ๐ฉ ๐ฉ see Indexing Fuel Types and Indexing Custom Types Updateable Schemas ๐ฉ ๐ฉ API Authentication ๐ฉ ๐ฉ Starting Block Configuration ๐ฉ ๐ฉ Grafted Indexes ๐ฉ ๐ฅ Index Ownership Transfer ๐ฉ ๐ฅ Unit Testing Framework ๐ฉ ๐ฅ Users are able to use cargo test Querying: Sorting ๐ฉ ๐ฉ Querying: Pagination ๐ฉ ๐ฉ Querying: Filtering ๐ฉ ๐ฉ Querying: Time Travel ๐ฉ ๐ฅ Querying: Fulltext Search ๐ฉ ๐ฅ Querying: GraphQL Validation Spec ๐ฉ ๐จ Schema: Enums ๐ฉ ๐ฉ Schema: One-to-one relationships ๐ฉ ๐ฉ Schema: One-to-many relationships ๐ฉ ๐ฉ Schema: Many-to-many relationships ๐ฉ ๐ฉ Schema: Reverse Lookup ๐ฉ ๐ฅ AssemblyScript Support ๐ฉ โ Admin Portal UI ๐ฉ โ Decentralized Hosting ๐ฉ โ","breadcrumbs":"How it Compares ยป How it Compares","id":"17","title":"How it Compares"},"170":{"body":"There are a few system requirements related to compilation, tooling, and SQL backends that you'll need to be able to contribute to the Fuel indexer.","breadcrumbs":"System Dependencides ยป System Requirements","id":"170","title":"System Requirements"},"171":{"body":"apt update && apt install -y \\ cmake \\ pkg-config \\ git \\ gcc \\ build-essential \\ clang \\ libclang-dev \\ llvm \\ libpq-dev Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner pkg-config Language-agnostic helper tool used when compiling applications and libraries git Version control system gcc Compiler tools required to build various Fuel indexer crates clang/libclang-dev Compiler tools required to build various Fuel indexer crates on Unix-like OSes llvm Required for building Fuel indexer crate dependencies libpq-dev Set of library function helping facilitate interaction with the PostgreSQL backend","breadcrumbs":"System Dependencides ยป Ubuntu/Debian","id":"171","title":"Ubuntu/Debian"},"172":{"body":"brew update && brew install \\ cmake \\ llvm \\ libpq \\ postgresql Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner llvm Compiler infrastructure for building Fuel indexer crate dependencies libpq Postgres C API library postgresql Installs the command line console (psql) as well as a PostgreSQL server locally","breadcrumbs":"System Dependencides ยป MacOS","id":"172","title":"MacOS"},"173":{"body":"pacman -Syu --needed --noconfirm \\ cmake \\ gcc \\ pkgconf \\ git \\ clang \\ llvm11 \\ llvm11-libs \\ postgresql-libs Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner git Version control system gcc Compiler tools required to build various Fuel indexer crates llvm11 Compiler infrastructure for building Fuel indexer crate dependencies llvm11-libs Compiler infrastructure libs for building Fuel indexer crate dependencies pkgconf System for configuring build dependency information postgresql-libs Provides the essential shared libraries for any PostgreSQL client program or interface clang Compiler required to build various Fuel indexer crates Unix-like OSes","breadcrumbs":"System Dependencides ยป Arch","id":"173","title":"Arch"},"174":{"body":"Here is a list of terms and their definitions in order to help users properly understand certain concepts about the Fuel indexer. asset: a component that is used to create and operate an indexer executor: an async task run by an indexer index/indices: data produced by an indexer indexer service: a service that runs one or more indexers indexer: an abstraction that takes data from Fuel virtual machine and produces indices","breadcrumbs":"A: Glossary ยป Glossary","id":"174","title":"Glossary"},"18":{"body":"In this tutorial you will: Bootstrap your development environment. Create, build, and deploy an indexer to an indexer service hooked up to Fuel's beta-4 testnet. Query your indexer's newly created index for data using GraphQL.","breadcrumbs":"Quickstart ยป Quickstart","id":"18","title":"Quickstart"},"19":{"body":"In this Quickstart, we'll use Fuel's toolchain manager fuelup in order to install the forc-index component that we'll use to develop our indexer.","breadcrumbs":"Quickstart ยป 1. Setting up your environment","id":"19","title":"1. Setting up your environment"},"2":{"body":"This guide covers some of the basics with regard to installing dependencies for the Fuel indexer service. However, note that this guide is meant to be a general overview for most platforms and by no means covers all platforms. If you're having trouble with dependencies on your system, we recommend that you use docker. To run the Fuel indexer, you'll need to install a few dependencies on your system: The Rust programming language, with its package manager fuelup , the Fuel toolchain manager A PostgresQL server backend The wasm32-unknown-unknown rustup target wasm-snip , a utility for stripping symbols from WebAssemly binaries. If you don't want to install a database directly onto your system, you can use Docker to run a database in an isolated container. You can install Docker by following its installation instructions . For reference purposes, we provide a docker compose file that comes with a PostgresSQL server and a Fuel indexer service.","breadcrumbs":"Dependencies ยป Dependencies","id":"2","title":"Dependencies"},"20":{"body":"To install fuelup with the default features/options, use the following command to download the fuelup installation script and run it interactively. curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh If you require a non-default fuelup installation, please read the fuelup installation docs.","breadcrumbs":"Quickstart ยป 1.1 Install fuelup","id":"20","title":"1.1 Install fuelup"},"21":{"body":"Indexers are typically compiled to WASM so you'll need to have the proper WASM compilation target available on your system. You can install this target using rustup: rustup target add wasm32-unknown-unknown Additionally, you'll need the wasm-snip utility in order to remove errant symbols from your compiled WASM binary. You can install this tool using cargo: cargo install wasm-snip","breadcrumbs":"Quickstart ยป 1.2 WebAssembly (WASM) Setup","id":"21","title":"1.2 WebAssembly (WASM) Setup"},"22":{"body":"The primary means of interfacing with the Fuel indexer for indexer development is the forc-index CLI tool . forc-index is a forc plugin specifically created to interface with the Fuel indexer service. Since we already installed fuelup in a previous step 1.1 , we should be able to check that our forc-index binary was successfully installed and added to our PATH. which forc-index /Users/me/.fuelup/bin/forc-index IMPORTANT: fuelup will install several binaries from the Fuel ecosystem and add them into your PATH, including the fuel-indexer binary. The fuel-indexer binary is the primary binary that users can use to spin up a Fuel indexer service. which fuel-indexer /Users/me/.fuelup/bin/fuel-indexer","breadcrumbs":"Quickstart ยป 2. Using the forc-index plugin","id":"22","title":"2. Using the forc-index plugin"},"23":{"body":"Once the forc-index plugin is installed, let's go ahead and see what indexer components we have installed. Many of these components are required for development work (e.g., fuel-core, psql) but some are even required for non-development usage as well (e.g., wasm-snip, fuelup). forc index check +--------+------------------------+---------------------------------------------------------+\n| Status | Component | Details |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | fuel-indexer binary | Can't locate fuel-indexer. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | fuel-indexer service | Local service found: PID(63967) | Port(29987). |\n+--------+------------------------+---------------------------------------------------------+\n| โ | psql | /usr/local/bin/psql |\n+--------+------------------------+---------------------------------------------------------+\n| โ | fuel-core | /Users/me/.cargo/bin/fuel-core |\n+--------+------------------------+---------------------------------------------------------+\n| โ | docker | /usr/local/bin/docker |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | fuelup | Can't locate fuelup. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | wasm-snip | /Users/me/.cargo/bin/wasm-snip |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | forc-postgres | Can't locate fuelup. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | rustc | /Users/me/.cargo/bin/rustc |\n+--------+------------------------+---------------------------------------------------------+\n| โ | forc-wallet | /Users/me/.cargo/bin/forc-wallet |\n+--------+------------------------+---------------------------------------------------------+","breadcrumbs":"Quickstart ยป 2.1 Check for components","id":"23","title":"2.1 Check for components"},"24":{"body":"To quickly setup and bootstrap the PostgreSQL database that we'll need, we'll use forc index. We can quickly create a bootstrapped database and start the Fuel indexer service by running the following command: IMPORTANT: Below we're specifying our Postgres hostname as --postgres-host postgresql, but you might need to change this based on your own Postgres instance details (see forc index start --help for more details). Additionally, you can try using the --embedded-database flag in order to quickly use an embedded instance of Postgres, but this flag can be flaky, and its ease of use often depends on what platform you're using. forc index start --fuel-node-host beta-4.fuel.network --fuel-node-port 80 --run-migrations --postgres-host postgresql You should see output indicating the successful creation of a database and start of the indexer service; there may be much more content in your session, but it should generally contain output similar to the following lines: โ Successfully started the indexer service at PID 39407 2023-07-31T15:57:28.942954Z INFO fuel_indexer::commands::run: 109: Configuration: IndexerConfig { metering_points: Some(30000000000), log_level: \"info\", verbose: false, local_fuel_node: false, indexer_net_config: false, fuel_node: FuelClientConfig { host: \"beta-4.fuel.network\", port: \"80\" }, web_api: WebApiConfig { host: \"localhost\", port: \"29987\", max_body_size: 5242880 }, database: PostgresConfig { user: \"postgres\", password: \"XXXX\", host: \"localhost\", port: \"5432\", database: \"postgres\", verbose: \"false\" }, metrics: false, stop_idle_indexers: false, run_migrations: true, authentication: AuthenticationConfig { enabled: false, strategy: None, jwt_secret: \"XXXX\", jwt_issuer: None, jwt_expiry: None }, rate_limit: RateLimitConfig { enabled: false, request_count: None, window_size: None }, replace_indexer: false, accept_sql_queries: false }\n2023-07-31T15:57:28.948657Z INFO sqlx::postgres::notice: 157: relation \"_sqlx_migrations\" already exists, skipping\n2023-07-31T15:57:28.976258Z INFO fuel_indexer::service: 378: Resuming Indexer(fuel.indexer_test) from block 81188\n2023-07-31T15:57:29.077928Z INFO fuel_indexer::database: 187: Loading schema for Indexer(fuel.indexer_test) with Version(2738d221cf1e926d28e62bc93604a96ec6f7c5093e766f45a4555ed06e437b7f).\n2023-07-31T15:57:29.081302Z WARN fuel_indexer::executor: 87: No end_block specified in manifest. Indexer will run forever.\n2023-07-31T15:57:29.081311Z INFO fuel_indexer::executor: 109: Indexer(fuel.indexer_test) subscribing to Fuel node at beta-4.fuel.network:80\n2023-07-31T15:57:29.081424Z INFO fuel_indexer::service: 194: Registered Indexer(fuel.indexer_test)\n2023-07-31T15:57:29.082150Z INFO fuel_indexer_lib::utils: 132: Parsed SocketAddr '127.0.0.1:29987' from 'localhost:29987","breadcrumbs":"Quickstart ยป 2.2 Setup a Database and Start the Indexer Service","id":"24","title":"2.2 Setup a Database and Start the Indexer Service"},"25":{"body":"Now that we have our development environment set up, the next step is to create an indexer. forc index new hello-indexer --namespace fuellabs && cd hello-indexer The namespace of your project is a required option. You can think of a namespace as your organization name or company name. Your project might contain one or many indexers all under the same namespace. For a complete list of options passed to forc index new, see here . forc index new hello-indexer --namespace FuelLabs โ Successfully created indexer โโโโโโโโโโโ โโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโโโโโ\nโโโโโโโโโโโ โโโโโโโโโโโโโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\nโโโโโโ โโโ โโโโโโโโโ โโโ โโโโโโโโโ โโโโโโ โโโโโโโโโ โโโโโโ โโโโโโ โโโโโโโโ\nโโโโโโ โโโ โโโโโโโโโ โโโ โโโโโโโโโโโโโโโโ โโโโโโโโโ โโโโโโ โโโโโโ โโโโโโโโ\nโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโ โโโ\nโโโ โโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโ โโโ An easy-to-use, flexible indexing service built to go fast. ๐๐จ ---- Read the Docs:\n- Fuel Indexer: https://github.com/FuelLabs/fuel-indexer\n- Fuel Indexer Book: https://docs.fuel.network/docs/indexer/\n- Sway Book: https://docs.fuel.network/docs/sway/\n- Rust SDK Book: https://rust.fuel.network Join the Community:\n- Follow us @Fuel: https://twitter.com/fuel_network\n- Ask questions in dev-chat on Discord: https://discord.com/invite/xfpK4Pe Report Bugs:\n- Fuel Indexer Issues: https://github.com/FuelLabs/fuel-indexer/issues/new Take a quick tour. `forc index auth` Authenticate against an indexer service.\n`forc index build` Build an indexer.\n`forc index check` List indexer components.\n`forc index deploy` Deploy an indexer.\n`forc index kill` Kill a running Fuel indexer process on a given port.\n`forc index new` Create a new indexer.\n`forc index remove` Stop a running indexer.\n`forc index start` Start a local indexer service.\n`forc index status` Check the status of an indexer.","breadcrumbs":"Quickstart ยป 2.3 Creating a new indexer","id":"25","title":"2.3 Creating a new indexer"},"26":{"body":"At this point, we have a brand new indexer that will index some blocks and transactions. And with both our database and Fuel indexer services up and running, all that's left to do is to build and deploy the indexer in order to see it in action. Let's build and deploy our indexer: forc index deploy IMPORTANT: forc index deploy by defaults runs forc index build prior to deploying the indexer. The same result can be produced by running forc index build then subsequently running forc index deploy. For more info, checkout the forc index deploy command. If all goes well, you should see the following: โนโนโนโนโน โฐ Building... Finished dev [unoptimized + debuginfo] target(s) in 0.96s\nโชโชโชโชโช โ Build succeeded. Deploying indexer\nโชโชโชโชโช โ Successfully deployed indexer.","breadcrumbs":"Quickstart ยป 2.4 Deploying our indexer","id":"26","title":"2.4 Deploying our indexer"},"27":{"body":"With our indexer deployed, we should be able to query for newly indexed data after a few seconds. Below, we write a simple GraphQL query that returns a few fields from all transactions that we've indexed. You can open your GraphQL query playground at http://127.0.0.1:29987/api/playground/fuellabs/hello_indexer and submit the following GraphQL query. query { transaction { id, hash, block { id } }\n} The response you get should resemble: [ { \"block\": { \"id\": \"24002b29ef4331f5ee75a38bf6381f2c8e8d2d5b4d78470706dde7ab0b8d54c0\" }, \"hash\": \"82b36dce26d926921b8e79597899d8712fdabf2553f28b45ef3851a968efb4b9\", \"id\": \"eb7e14822e18e71ba7c92c266b0976acda2344dfbef7a60099d400cc243394fb\" }, { \"block\": { \"id\": \"1309ee2cb0846b1a7e45313e1c39b2a24ffd552a381f2f627225256f725a93e3\" }, \"hash\": \"f0c7c778faa6eb2a8bf03c9c47bb3f836bd4fe37e69c18e30f853ff146522dcb\", \"id\": \"182b6343bbbca2fcecf97020ea3f3767b8f5c370a6b853d2add46853e542a113\" }, { \"block\": { \"id\": \"95588e20296969a76576d519d301c6cabe1e009675e430da93e18ba2a0d38a49\" }, \"hash\": \"e729045198ee10dcf49e431f50c2ffe8c37129cbe47e003a59aff81a88b03b50\", \"id\": \"6910ebc30a1037b83336c956c95f7fc470c4b76750a93f6a1f6d19a21d058b19\" }\n]","breadcrumbs":"Quickstart ยป 3. Querying for data","id":"27","title":"3. Querying for data"},"28":{"body":"Congrats, you just created, built, and deployed your first indexer on the world's fastest execution layer. For more info on how indexers work, please checkout the reference guide .","breadcrumbs":"Quickstart ยป Finished! ๐ฅณ","id":"28","title":"Finished! ๐ฅณ"},"29":{"body":"","breadcrumbs":"Project Components ยป A Fuel Indexer Project","id":"29","title":"A Fuel Indexer Project"},"3":{"body":"We strongly recommend that you use the Fuel indexer that's made available via forc, the Fuel orchestrator . You can get forc (and other Fuel components) by way of fuelup, the Fuel toolchain manager . Install fuelup by running the following command, which downloads and runs the installation script. curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh After fuelup has been installed, the forc index command and fuel-indexer binaries should be available on your system. A simple forc index check can be used to show which indexer components you have installed via fuelup.","breadcrumbs":"Dependencies ยป fuelup","id":"3","title":"fuelup"},"30":{"body":"The Fuel indexer project can currently be used in a number of different ways: as tooling to interact with indexers as a standalone service as a part of a larger Fuel project, alongside other components of the Fuel ecosystem (e.g. Sway smart contracts ) We'll describe these three different use cases below.","breadcrumbs":"Project Components ยป Use Cases","id":"30","title":"Use Cases"},"31":{"body":"The Fuel indexer provides functionality to make it easy to build and compile abitrary indexers by using the forc index CLI tool. Using forc index, users can create, build, deploy, and remove indexers, as well as authenticate against a running indexer service, and check the status of running indexers. Example Create, deploy, and check the status of a new indexer. forc index new fuel && \\ cd fuel && forc index deploy --url http://indexer.fuel.network && \\ forc index status --url http://indexer.fuel.network --auth $MY_TOKEN","breadcrumbs":"Project Components ยป As tooling to interact with indexers","id":"31","title":"As tooling to interact with indexers"},"32":{"body":"You can also start the Fuel indexer as a standalone service that connects to a Fuel node in order to monitor the Fuel blockchain for new blocks and transactions. To do so, run the requisite database migrations, adjust the configuration to connect to a Fuel node, and start the service. Example Create, deploy, and check the status of a new indexer. fuel-indexer run \\ --fuel-node-host beta-4.fuel.network \\ --fuel-node-port 80 \\ --run-migrations \\ --accept-sql-queries \\ --replace-indexer","breadcrumbs":"Project Components ยป As a standalone service","id":"32","title":"As a standalone service"},"33":{"body":"Finally, you can run the Fuel indexer as part of a project that uses other components of the Fuel ecosystem, such as Sway. The convention for a Fuel project layout including an indexer is as follows: .\nโโโ contracts\nโ โโโ hello-contract\nโ โโโ Forc.toml\nโ โโโ src\nโ โโโ main.sw\nโโโ frontend\nโ โโโ index.html\nโโโ indexer โโโ hello-indexer โโโ Cargo.toml โโโ hello_indexer.manifest.yaml โโโ schema โ โโโ hello_indexer.schema.graphql โโโ src โโโ lib.rs","breadcrumbs":"Project Components ยป As part of a Fuel project","id":"33","title":"As part of a Fuel project"},"34":{"body":"Every Fuel indexer project requires three components: a Manifest describing how the indexer should work a Schema containing data models for the data that is to be indexed a Module which contains the logic for how data coming from the FuelVM should be saved into an index","breadcrumbs":"Project Components ยป An Indexer Project at a Glance","id":"34","title":"An Indexer Project at a Glance"},"35":{"body":"A manifest is a YAML configuration file that specifies various aspects of how an indexer should function: Where should the indexer start? Where should the indexer end? What contract should the indexer subscribe to? Below is a sample indexer manifest file namespace: fuellabs\nidentifier: order_book_v1\nfuel_client: beta-4.fuel.network:80\nabi: path/to/my/contract-abi.json\ncontract_id: \"fuels0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\"\ngraphql_schema: path/to/my/schema.graphql\nstart_block: 1564\nend_block: 310000\nmodule: wasm: path/to/my/wasm_module.wasm","breadcrumbs":"Project Components ยป Manifest ยป Manifest","id":"35","title":"Manifest"},"36":{"body":"Required. The namespace is the topmost organizational level of an indexer. You can think of different namespaces as separate and distinct collections comprised of indexers. A namespace is unique to a given indexer operator -- i.e., indexer operators will not be able to support more than one namespace of the same name.","breadcrumbs":"Project Components ยป Manifest ยป namespace","id":"36","title":"namespace"},"37":{"body":"Required. The identifier field is used to (quite literally) identify the given indexer. If a namespace describes a collection of indexers, then an identifier describes a unique indexer inside that collection. As an example, if a provided namespace is \"fuel\" and a provided identifier is \"index1\", then the full identifier for the given indexer will be fuel.index1.","breadcrumbs":"Project Components ยป Manifest ยป identifier","id":"37","title":"identifier"},"38":{"body":"Optional. The fuel_client denotes the address (host, port combination) of the running Fuel client that you would like your indexer to index events from. In order to use this per-indexer fuel_client option, the indexer service at which your indexer is deployed will have to run with the --indexer_net_config option.","breadcrumbs":"Project Components ยป Manifest ยป fuel_client","id":"38","title":"fuel_client"},"39":{"body":"Optional. The abi option is used to provide a link to the Sway JSON application binary interface (ABI) that is generated when you build your Sway project. This generated ABI contains all types, type IDs, logged types, and message types used in your Sway contract.","breadcrumbs":"Project Components ยป Manifest ยป abi","id":"39","title":"abi"},"4":{"body":"The Fuel indexer requires the use of a database. We currently support PostgresSQL . IMPORTANT: Fuel Indexer users on most platforms don't need to explicitly install PostgresQL software via a package manager. When starting the indexer service via forc index start simply pass the --embedded-database flag in order to have the indexer service download and start an embedded PostgresQL instance via forc index postgres . However note that this --embedded-database functionality can be a bit brittle or flaky on some platforms, so alternative methods of installing or using PostgresQL are briefly mentioned below.","breadcrumbs":"Dependencies ยป PostgreSQL","id":"4","title":"PostgreSQL"},"40":{"body":"Optional. The contract_id specifies the particular contract to which you would like an indexer to subscribe. Setting this field to an empty string will index events from any contract that is currently executing on the network. This field accepts either a single string, or a list of strings. The indexer will index events from all IDs if a list is passed. Important: Contract IDs are unique to the content of a contract. If you are subscribing to a certain contract and then the contract itself is changed or updated, you will need to change the contract_id field of the manifest to the new ID. Note: This parameter supports both Bech32 contract IDs and non-Bech32 contract IDs","breadcrumbs":"Project Components ยป Manifest ยป contract_id","id":"40","title":"contract_id"},"41":{"body":"Required. The graphql_schema field contains the file path pointing to the corresponding GraphQL schema for a given indexer. This schema file holds the structures of the data that will eventually reside in your database. You can read more about the format of the schema file here . Important: The objects defined in your GraphQL schema are called 'entities'. These entities are what will be eventually be stored in the database.","breadcrumbs":"Project Components ยป Manifest ยป graphql_schema","id":"41","title":"graphql_schema"},"42":{"body":"Optional. The start_block field indicates the block height after which you'd like your indexer to start indexing events.","breadcrumbs":"Project Components ยป Manifest ยป start_block","id":"42","title":"start_block"},"43":{"body":"Optional. The end_block field indicates the block height after which the indexer should stop indexing blocks. Important: If no end_block is added the indexer will keep listening to new blocks indefinitely.","breadcrumbs":"Project Components ยป Manifest ยป end_block","id":"43","title":"end_block"},"44":{"body":"Required. The module field contains a file path that points to code that will be run as an executor inside of the indexer. There are two available options for modules/execution: wasm and native. Note that when specifying a wasm module, the provided path must lead to a compiled WASM binary. Important: At this time, wasm is the preferred method of execution.","breadcrumbs":"Project Components ยป Manifest ยป module","id":"44","title":"module"},"45":{"body":"Optional. The resumable field contains a boolean value and specifies whether the indexer should synchronise with the latest block if it has fallen out of sync.","breadcrumbs":"Project Components ยป Manifest ยป resumable","id":"45","title":"resumable"},"46":{"body":"The GraphQL schema is a required component of the Fuel indexer. When data is indexed into the database, the actual values that are persisted to the database will be values created using the data structures defined in the GraphQL schema. Below is a sample GraphQL schema for a Fuel indexer. type Metadata @entity(virtual: true) { imageUrl: String! data: Bytes\n} type Account @entity { id: ID! address: Address! index: U64! metadata: Metadata\n} type Wallet @entity { id: ID! name: String! accounts: [Account!]!\n} For a complete list of all scalars that can be used in a Fuel indexer, please see the GraphQL Scalars section. Further, for a complete list of how Sway data types, GraphQL scalar types, and Fuel indexer database types map to each other, please see the Database Types section. Finally, for a more in-depth explanation on the schema being used above ๐๐ฝ, please read the GraphQL section.","breadcrumbs":"Project Components ยป Schema ยป GraphQL Schema","id":"46","title":"GraphQL Schema"},"47":{"body":"Indexer modules are compiled binaries that process data from the Fuel blockchain into entity types defined in your schema so that the data can be stored in a database. The Fuel indexer supports both WebAssembly (WASM) and native binaries; however, we strongly recommend using WASM binaries. This document describes the process of creating an indexer module.","breadcrumbs":"Project Components ยป Module ยป Indexer modules","id":"47","title":"Indexer modules"},"48":{"body":"Prior to creating a module for an indexer, both the manifest and schema should be created. At compile time, information will be extracted from both of those assets and combined it with your defined logic to create handlers that save data to storage. Let's look at the following example of a module that will be compiled to WASM: use fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { // This `log_the_greeting` function will be called, when we find // a `Greeting` in a block. fn log_the_greeting(greeting: Greeting) { info!(\"The greeting is: {greeting:?}\"); }\n}","breadcrumbs":"Project Components ยป Module ยป Creating Handlers","id":"48","title":"Creating Handlers"},"49":{"body":"The first line imports the prelude from fuel_indexer_utils; this allows you to quickly bootstrap an indexer by using common types and traits. Then, we have a module decorated with the #[indexer] macro. This macro processes a manifest at the supplied file path, parses your schema and Sway contract ABI (if supplied), and generates code that is combined with handler functions in order to create a complete indexer module. Finally, we have an example handler function. You can define which functions handle different events by using the function parameters. If you add a function parameter of a certain type T, the function will be triggered whenever that type is found as part of a block, transaction, or receipt. In this example, let's say that you have a Sway contract with a function that logs a Greeting struct. When that function executes as part of a transaction, the logged struct will be included in the data that is processed from the Fuel blockchain. Your indexer module will see the struct and execute log_the_greeting. You can learn more about what data can be indexed and find example handlers in the Indexing Fuel Types and Indexing Custom Types sections.","breadcrumbs":"Project Components ยป Module ยป What's going on here?","id":"49","title":"What's going on here?"},"5":{"body":"On macOS systems, you can install PostgreSQL through Homebrew. If it isn't present on your system, you can install it according to the instructions . Once installed, you can add PostgreSQL to your system by running brew install postgresql.","breadcrumbs":"Dependencies ยป macOS","id":"5","title":"macOS"},"50":{"body":"To compile your indexer code to WASM, you'll first need to install the wasm32-unknown-unknown target platform through rustup, if you haven't done so already. rustup add target wasm32-unknown-unknown After that, you can conveniently use the forc index plugin to manager your indexers. Simply use forc index build to build your indexer or checkout the forc index build docs for more options.","breadcrumbs":"Project Components ยป Module ยป Usage","id":"50","title":"Usage"},"51":{"body":"There are a few points that Fuel indexer users should know when using WASM: WASM modules are only used if the execution mode specified in your manifest file is wasm. Developers should be aware of what things may not work off-the-shelf in a module: file I/O, thread spawning, and anything that depends on system libraries or makes system calls. This is due to the technological limitations of WASM as a whole; more information can be found here . As of this writing, there is a small bug in newly built Fuel indexer WASM modules that produces a WASM runtime error due to an errant upstream dependency. For now, a quick workaround requires the use of wasm-snip to remove the errant symbols from the WASM module. More info can be found in the related script here . Users on Apple Silicon macOS systems may experience trouble when trying to build WASM modules due to its clang binary not supporting WASM targets. If encountered, you can install a binary with better support from Homebrew (brew install llvm) and instruct rustc to leverage it by setting the following environment variables: AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang","breadcrumbs":"Project Components ยป Module ยป Notes on Web Assembly modules","id":"51","title":"Notes on Web Assembly modules"},"52":{"body":"The Fuel indexer uses GraphQL in order to allow users to query for indexed data. In this chapter, you can find information on how to leverage our supported features to efficiently get the data you want. โ ๏ธ Please note that the Fuel indexer does not support the full GraphQL specification; however, we do our best to reasonably support as much as we can. Types Scalars Directives Relationships","breadcrumbs":"Designing a Schema ยป Designing a Schema","id":"52","title":"Designing a Schema"},"53":{"body":"While we do our best to maintain compliance with the GraphQL specification and parity with other implementations, there are a few things that are under development or will not be implemented. Here's a table describing our GraphQL functionality: Legend: ๐ฉ : Functionally complete ๐จ : Partially complete ๐ฅ : Planned but incomplete โ : Not planned Functionality Status Notes Arguments ๐ฉ read the Search and Filtering section Aliases ๐ฉ Fragments ๐จ inline fragments are currently not supported Introspection ๐ฉ GraphQL Playground ๐ฉ read the Playground section Pagination ๐จ read the Pagination section Directives ๐จ read the Directives section List Types ๐จ Union Types ๐จ Federation โ Variables โ Mutations โ Enums ๐จ Interfaces โ Input Types โ","breadcrumbs":"Designing a Schema ยป Supported Functionality","id":"53","title":"Supported Functionality"},"54":{"body":"","breadcrumbs":"Designing a Schema ยป Types ยป Types","id":"54","title":"Types"},"55":{"body":"Object types are the most commonly used type in indexer GraphQL schema. Each object type marked with an @entity directive will be converted into a SQL table. type Account @entity { id: ID! address: Address! balance: U64!\n} This Account object type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let address = Address::default(); let balance = 0; let account = Account::new(address, balance); account.save(); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Objects","id":"55","title":"Objects"},"56":{"body":"Enum types are simply implemented as String types. enum SignatureLabel { Multi Single\n} Enum types in relation to Fuel indexer's implementation are just String types used primarily to label object types. There is no other way that enum types should be used at this time. This SignatureLabel object type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let label = SignatureLabel::Multi; assert_eq!(label.to_string(), \"SignatureLabel::Multi\".to_string()); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Enums","id":"56","title":"Enums"},"57":{"body":"Union types are unique in that any type marked as a union will be converted into an Object type, who's fields are the unique set of fields over all members of the union. enum TransactionLabel { Create Script Mint\n} type CreateTransaction @entity { id: ID! bytecode_length: U64! contract_id: ContractId! label: TransactionLabel!\n} type ScriptTransaction @entity { id: ID! maturity: U64! label: TransactionLabel!\n} type MintTransaction @entity { id: ID! metadata: Json label: TransactionLabel!\n} union Transaction = CreateTransaction | ScriptTransaction | MintTransaction The Transaction union type above, will internally produce the following object type: type Transaction @entity { id: ID! bytecode_length: U64! contract_id: ContractId! label: TransactionLabel! maturity: U64! metadata: Json\n} IMPORTANT: Note the order of the fields in the derived Transaction object type: the fields are ordered according to the unique set of fields from each of the union's members. The id, bytecode_length, contract_id, and label fields come first, from the CreateTransaction object type. Next comes the maturity field from the ScriptTransaction object - because the ScriptTransaction's id and label fiels are already a part of the derived Transaction object, courtesy of the CreateTransaction object type. Finally, comes the metadata field, as part of the MintTransaction object type. This Transaction union type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let bytecode_length = 1024; let contract_id = ContractId::default(); let label = TransactionLabel::Create; let maturity = 10000000; let metadata = None; let transaction = Transaction::new(bytecode_length, contract_id, label, maturity, metadata); transaction.save(); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Unions","id":"57","title":"Unions"},"58":{"body":"The Fuel indexer has a collection of GraphQL scalars that cover virtually any value type in use on the Fuel network. The following list contains each GraphQL scalar type along with its equivalent Rust type. GraphQL Scalar Rust Type Notes Address u8[32] AssetId u8[32] Boolean bool Bytes Vec Byte blob of arbitary size Bytes32 u8[32] Bytes4 u8[4] Bytes64 u8[64] Bytes8 u8[8] ContractId u8[32] HexString Vec Byte blob of arbitrary size I128 i128 I32 i32 I64 i64 I8 i8 ID SizedAsciiString<64> Alias of UID Json String JSON string of arbitary size U128 u128 U32 u32 U64 u64 U8 u8 UID SizedAsciiString<64> 32-byte unique ID String String String of arbitrary size","breadcrumbs":"Designing a Schema ยป Scalars ยป Scalars","id":"58","title":"Scalars"},"59":{"body":"Per GraphQL: A directive is a keyword preceded by a @ character (optionally followed by a list of named arguments) which can appear after almost any form of syntax in the GraphQL query or schema languages. As of this writing, the list of supported Fuel GraphQL schema directives includes: @indexed: Denotes that a field should include a B-tree index in the database. @unique: Denotes that field should include a unique index in the database. @join: Denotes that a field has a \"relationship\" to another object type.","breadcrumbs":"Designing a Schema ยป Directives ยป Directives","id":"59","title":"Directives"},"6":{"body":"Two additional cargo components will be required to build your indexers: wasm-snip and the wasm32-unknown-unknown target. As of this writing, there is a small bug in newly built Fuel indexer WASM modules that produces a WASM runtime error due an errant upstream dependency. For now, you can use wasm-snip to remove the errant symbols from the WASM module, and prevent this issue from happening. An example can be found in the related script here . Note that since wasm-snip strips Web Assembly related symbols, users will temporarily not be allowed to include other WASM-friendly crates (e.g., chrono ) in their indexers.","breadcrumbs":"Dependencies ยป Web Assembly (WASM)","id":"6","title":"Web Assembly (WASM)"},"60":{"body":"The @indexed directive adds a database index to the underlying column for the indicated field of that type. Generally, a database index is a data structure that allows you to quickly locate data without having to search each row in a database table. type Book @entity { id: ID! name: Bytes8! @indexed\n} type Library @entity { id: ID! book: Book!\n} In this example, a single BTREE INDEX constraint will be created on the book table's name column, which allows for faster lookups on that field. Important: At the moment, database index constraint support is limited to BTREE in Postgres with ON DELETE, and ON UPDATE actions not being supported.","breadcrumbs":"Designing a Schema ยป Directives ยป @indexed","id":"60","title":"@indexed"},"61":{"body":"The @unique directive adds a UNIQUE database constraint to the underlying database column for the indicated field of that type. A constraint specifies a rule for the data in a table and can be used to limit the type of data that can be placed in the table. In the case of a column with a UNIQUE constraint, all values in the column must be different. type Book @entity { id: ID! name: Bytes8! @unique\n} type Library @entity { id: ID! book: Book!\n} A UNIQUE constraint will be created on the book table's name column, ensuring that no books can share the same name. Important: When using explict or implicit foreign keys, it is required that the reference column name in your foreign key relationship be unique. ID types are by default unique, but all other types will have to be explicitly specified as being unique via the @unique directive.","breadcrumbs":"Designing a Schema ยป Directives ยป @unique","id":"61","title":"@unique"},"62":{"body":"The @join directive is used to relate a field in one type to others by referencing fields in another type. You can think of it as a link between two tables in your database. The field in the referenced type is called a foreign key and it is required to be unique. type Book @entity { id: ID! name: String! @unique\n} type Library @entity { id: ID! book: Book! @join(on:name)\n} A foreign key constraint will be created on library.book that references book.name, which relates the Books in a Library to the underlying Book table. For more info on what exactly is happening here, please see the Relationships section.","breadcrumbs":"Designing a Schema ยป Directives ยป @join","id":"62","title":"@join"},"63":{"body":"The Fuel indexer service supports foreign key relationships and constraints. There are two types of relationship specifications: implicit and explicit . IMPORTANT: Implicit foreign keys do not require a @join directive. When using implicit foreign key references, merely add the referenced object as a field type (shown below). A lookup will automagically be done to add a foreign key constraint using this object's' id field. Note that implicit foreign key relationships only use the id field on the referenced table. If you plan to use implicit foreign keys, the object being referenced must have an id field. In contrast, explicit foreign keys do require a @join directive. Explicit foreign key references work similarly to implicit foreign keys; however, when using explicit foreign key references, you must add a @join directive after your object type. This @join directive includes the field in your foreign object that you would like to reference (shown below). Let's learn how to use each foreign key type by looking at some GraphQL schema examples.","breadcrumbs":"Designing a Schema ยป Relationships ยป Relationships","id":"63","title":"Relationships"},"64":{"body":"","breadcrumbs":"Designing a Schema ยป Relationships ยป Usage","id":"64","title":"Usage"},"65":{"body":"type Library @entity { id: ID! name: String!\n} type Book @entity { id: ID! library: Library!\n} Given the above schema, two entities will be created: a Book entity, and a Library entity. As you can see, we add the Book entity as an attribute on the Library entity, thus conveying that we want a one-to-many or one-to-one relationship between Library and Book. This means that for a given Book, we may also fetch the associated Library entity. It also means that the field Book.library will be an ID scalar type that references Library.id.","breadcrumbs":"Designing a Schema ยป Relationships ยป Implicit foreign keys","id":"65","title":"Implicit foreign keys"},"66":{"body":"type Library @entity { id: ID! name: String! @unique\n} type Book @entity { id: ID! library: Library! join(on:name)\n} For the most part, this works the same way as implicit foreign key usage. However, as you can see, instead of implicitly using Library.id as the reference column for our Library field type on the Book object, we're explicitly specifying that we want Library.name to serve as our foreign key for the Book.library field. Also, please note that since we're using Library.name in our foreign key constraint, that column is required to be unique (via the @unique directive).","breadcrumbs":"Designing a Schema ยป Relationships ยป Explicit foreign keys","id":"66","title":"Explicit foreign keys"},"67":{"body":"This document provides information about Fuel-specific types and provides examples on how to index each type. Blocks Transactions Receipts","breadcrumbs":"Indexing Fuel Types ยป Indexing Fuel Types","id":"67","title":"Indexing Fuel Types"},"68":{"body":"The BlockData struct is how blocks are represented in the Fuel indexer. It contains metadata such as the ID, height, and time, as well as a list of the transactions it contains (represented by TransactionData). It also contains the public key hash of the block producer, if present.","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป BlockData","id":"68","title":"BlockData"},"69":{"body":"pub struct BlockData { pub height: u32, pub id: Bytes32, pub header: Header, pub producer: Option , pub time: i64, pub consensus: Consensus, pub transactions: Vec ,\n}","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป Definition","id":"69","title":"Definition"},"7":{"body":"To install the wasm-snip: cargo install wasm-snip","breadcrumbs":"Dependencies ยป wasm-snip","id":"7","title":"wasm-snip"},"70":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_block(block_data: BlockData) { let height = block_data.header.height; info!(\"This block #{height}\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป Usage","id":"70","title":"Usage"},"71":{"body":"","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Transactions","id":"71","title":"Transactions"},"72":{"body":"The TransactionData struct contains important information about a transaction in the Fuel network. The id field is the transaction hash, which is a 32-byte string. The receipts field contains a list of Receipts, which are generated by a Fuel node during the execution of a Sway smart contract; you can find more information in the Receipts section.","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป TransactionData","id":"72","title":"TransactionData"},"73":{"body":"pub struct TransactionData { pub transaction: Transaction, pub status: TransactionStatus, pub receipts: Vec , pub id: TxId,\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Definition","id":"73","title":"Definition"},"74":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transaction(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; info!( \"Transaction {} in block at height {} has {} receipts\", transaction.id, block_data.header.height, transaction.receipts.len() ); } }\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Usage","id":"74","title":"Usage"},"75":{"body":"TransactionStatus refers to the status of a Transaction in the Fuel network.","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป TransactionStatus","id":"75","title":"TransactionStatus"},"76":{"body":"pub enum TransactionStatus { Failure { block_id: String, time: DateTime , reason: String, }, SqueezedOut { reason: String, }, Submitted { submitted_at: DateTime , }, Success { block_id: String, time: DateTime , },\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Definition","id":"76","title":"Definition"},"77":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transaction(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; match transaction.transaction { fuel::Transaction::Script(tx) => match tx.status { fuel::TransactionStatus::Success { block_id, time } => { info!( \"Transaction {} in block {} was successful at {}\", tx.id, block_id, time ); } }, _ => { info!(\"We don't care about this transaction type\"); } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Usage","id":"77","title":"Usage"},"78":{"body":"Every transaction in the Fuel network contains a list of receipts with information about that transaction, including what contract function was called, logged data, data returned from a function, etc. There are several types of receipts that can be attached to a transaction and indexed. You can learn more about each of these in the sections below. Burn Call Log LogData MessageOut Mint Panic Return ReturnData Revert ScriptResult Transfer TransferOut","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Receipts","id":"78","title":"Receipts"},"79":{"body":"A Burn receipt is generated whenever an asset is burned in a Sway contract. Read more about Burn in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Burn { pub sub_id: AssetId, pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} mod indexer_mod { fn handle_burn_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Burn { contract_id, .. } => { info!(\"Found burn receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Burn","id":"79","title":"Burn"},"8":{"body":"To install the wasm32-unknown-unknown target via rustup: rustup target add wasm32-unknown-unknown IMPORTANT: Users on Apple Silicon macOS systems may experience trouble when trying to build WASM modules due to its clang binary not supporting WASM targets. If encountered, you can install a binary with better support from Homebrew (brew install llvm) and instruct rustc to leverage it by setting the following environment variables: AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang Addtionally, on some systems you need to explictly link clang to llvm. LIBCLANG_PATH=\"/opt/homebrew/opt/llvm/lib\" LDFLAGS=\"-L/opt/homebrew/opt/llvm/lib\" CPPFLAGS=\"-I/opt/homebrew/opt/llvm/include\"","breadcrumbs":"Dependencies ยป wasm32 target","id":"8","title":"wasm32 target"},"80":{"body":"A Call receipt is generated whenever a function is called in a Sway contract. The fn_name field contains the name of the called function from the aforementioned contract. Read more about Call in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Call { pub contract_id: ContractId, pub to: ContractId, pub amount: u64, pub asset_id: AssetId, pub gas: u64, pub fn_name: String,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_call_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Call { contract_id, .. } => { info!(\"Found call receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Call","id":"80","title":"Call"},"81":{"body":"A Log receipt is generated when calling log() on a non-reference types in a Sway contracts - specifically bool, u8, u16, u32, and u64. The ra field includes the value being logged while rb may include a non-zero value representing a unique ID for the log instance. Read more about Log in the Fuel protocol ABI spec . use fuel_types::ContractId;\npub struct Log { pub contract_id: ContractId, pub ra: u64, pub rb: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_log_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Log { contract_id, .. } => { info!(\"Found log receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Log","id":"81","title":"Log"},"82":{"body":"A LogData receipt is generated when calling log() in a Sway contract on a reference type; this includes all types except non-reference types. The data field will include the logged value as a hexadecimal. The rb field will contain a unique ID that can be used to look up the logged data type. Read more about LogData in the Fuel protocol ABI spec . > use fuel_types::ContractId;\npub struct LogData { pub contract_id: ContractId, pub data: Vec , pub rb: u64, pub len: u64, pub ptr: u64,\n} Note: the example below will run both when the type MyEvent is logged as well as when MyEvent is returned from a function. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_log_data(event: MyEvent) { info!(\"Event {event:?} was logged in the contract\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป LogData","id":"82","title":"LogData"},"83":{"body":"A MessageOut receipt is generated as a result of the send_typed_message() Sway method in which a message is sent to a recipient address along with a certain amount of coins. The data field supports data of an arbitrary type T and will be decoded by the indexer upon receipt. Read more about MessageOut in the Fuel protocol ABI spec . use fuel_types::{MessageId, Bytes32, Address};\npub struct MessageOut { pub message_id: MessageId, pub sender: Address, pub recipient: Address, pub amount: u64, pub nonce: Bytes32, pub len: u64, pub digest: Bytes32, pub data: Vec ,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_message_out(event: MyEvent) { info!(\"Event {event:?} was logged in the contract\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป MessageOut","id":"83","title":"MessageOut"},"84":{"body":"A Mint receipt is generated whenever an asset is burned in a Sway contract. Read more about Mint in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Mint { pub sub_id: AssetId, pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_mint_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Mint { contract_id, .. } => { info!(\"Found mint receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Mint","id":"84","title":"Mint"},"85":{"body":"A Panic receipt is produced when a Sway smart contract call fails for a reason that doesn't produce a revert. The reason field records the reason for the panic, which is represented by a number between 0 and 255. You can find the mapping between the values and their meanings here in the FuelVM source code . Read more about Panic in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Panic { pub contract_id: ContractId, pub reason: u32, } extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_panic_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Panic { contract_id, .. } => { info!(\"Found panic receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Panic","id":"85","title":"Panic"},"86":{"body":"A Return receipt is generated when returning a non-reference type in a Sway contract, specifically bool, u8, u16, u32, and u64. The val field includes the value being returned. Read more about Return in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Return { pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} You can handle functions that produce a Return receipt type by adding a parameter with the type Return. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_return_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Return { contract_id, .. } => { info!(\"Found return receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Return","id":"86","title":"Return"},"87":{"body":"A ReturnData receipt is generated when returning a reference type in a Sway contract; this includes all types except non-reference types. The data field will include the returned value as a hexadecimal. Read more about ReturnData in the Fuel protocol ABI spec . use fuel_types::ContractId;\npub struct ReturnData { id: ContractId, data: Vec ,\n} Note: the example below will run both when the type MyStruct is logged as well as when MyStruct is returned from a function. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_return_data(event: MyStruct) { info!(\"MyStruct is: {event:#}\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป ReturnData","id":"87","title":"ReturnData"},"88":{"body":"A Revert receipt is produced when a Sway smart contract function call fails. The table below lists possible reasons for the failure and their values. The error_val field records these values, enabling your indexer to identify the specific cause of the reversion. Read more about Revert in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Revert { pub contract_id: ContractId, pub error_val: u64,\n} Reason Value FailedRequire 0 FailedTransferToAddress 1 FailedSendMessage 2 FailedAssertEq 3 FailedAssert 4 extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_revert_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Revert { contract_id, .. } => { info!(\"Found return receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Revert","id":"88","title":"Revert"},"89":{"body":"A ScriptResult receipt is generated when a contract call resolves; that is, it's generated as a result of the RET, RETD, and RVRT instructions. The result field will contain a 0 for success, and a non-zero value otherwise. Read more about ScriptResult in the Fuel protocol spec . pub struct ScriptResult { pub result: u64, pub gas_used: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_script_result_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::ScriptResult { result, .. } => { info!(\"Result from script: {result:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป ScriptResult","id":"89","title":"ScriptResult"},"9":{"body":"Service Components Fuel Indexer Service Starting the service via CLI options Starting the service via a config file Fuel Indexer Web Server Starting the service via CLI options Starting the service via a config file A Fuel indexer service instance requires just three components: a Fuel Node : Custom indexers monitor incoming blocks via a Fuel GraphQL server and extract information about the state of the Fuel blockchain. a PostgresQL database server : Extracted information is saved into a database. a Web Server : dApps can query indexers for up-to-date information and operators can deploy/remove indexers as needed.","breadcrumbs":"Service Infrastructure ยป Indexer Service Infrastructure","id":"9","title":"Indexer Service Infrastructure"},"90":{"body":"A Transfer receipt is generated when coins are transferred to a contract as part of a Sway contract. The asset_id field contains the asset ID of the transferred coins, as the FuelVM has built-in support for working with multiple assets. The pc and is fields aren't currently used for anything, but are included for completeness. Read more about Transfer in the Fuel protocol spec . use fuel_types::{ContractId, AssetId};\npub struct Transfer { pub contract_id: ContractId, pub to: ContractId, pub amount: u64, pub asset_id: AssetId, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transfer_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Transfer { contract_id, .. } => { info!(\"Found transfer receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Transfer","id":"90","title":"Transfer"},"91":{"body":"A TransferOut receipt is generated when coins are transferred to an address rather than a contract. Every other field of the receipt works the same way as it does in the Transfer receipt. Read more about TransferOut in the Fuel protocol spec . use fuel_types::{ContractId, AssetId, Address};\npub struct TransferOut { pub contract_id: ContractId, pub to: Address, pub amount: u64, pub asset_id: AssetId, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transfer_out_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::TransferOut { contract_id, .. } => { info!(\"Found transfer_out receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป TransferOut","id":"91","title":"TransferOut"},"92":{"body":"Contract Schema Manifest Writing a handler In addition to Fuel-specific types, you can also index custom types triggered in your Sway smart contract. To index custom types from a Sway smart contract, you'll need that specific contract's ABI in JSON format; the JSON ABI is generated as a result of running forc build to build your contract. After that, the process is similar to indexing Fuel types .","breadcrumbs":"Indexing Custom Types ยป Custom Types","id":"92","title":"Custom Types"},"93":{"body":"Let's cover some of these concepts in an example below.","breadcrumbs":"Indexing Custom Types ยป Example","id":"93","title":"Example"},"94":{"body":"First, let's create a Sway contract with some simple types. contract; use std::logging::log; struct Addition { added_value: u64, updated_total: u64,\n} struct Subtraction { subtracted_value: u64, updated_total: u64,\n} abi ValueStore { #[storage(read, write)] fn add(value: u64); #[storage(read, write)] fn subtract(value: u64) -> Subtraction;\n} storage { total: u64 = 1000,\n} impl ValueStore for Contract { #[storage(read, write)] fn add(value: u64) { let updated_total = storage.total.read() + value; storage.total.write(updated_total); log( Addition { added_value: value, updated_total } ) } #[storage(read, write)] fn subtract(value: u64) -> Subtraction { let updated_total = storage.total.read() - value; storage.total.write(updated_total); Subtraction { subtracted_value: value, updated_total } }\n} In this contract, we have two types: Addition and Subtraction. As we'll soon see, indexers can process custom types that are logged or returned as part of a function. To begin creating an indexer for this contract, let's build the contract and generate a JSON ABI file. Running forc build generates a JSON ABI similar to the lightly-edited one below: { \"types\": [ { \"typeId\": 0, \"type\": \"()\", \"components\": [], \"typeParameters\": null }, { \"typeId\": 1, \"type\": \"struct Addition\", \"components\": [ { \"name\": \"added_value\", \"type\": 3, \"typeArguments\": null }, { \"name\": \"updated_total\", \"type\": 3, \"typeArguments\": null } ], \"typeParameters\": null }, { \"typeId\": 2, \"type\": \"struct Subtraction\", \"components\": [ { \"name\": \"subtracted_value\", \"type\": 3, \"typeArguments\": null }, { \"name\": \"updated_total\", \"type\": 3, \"typeArguments\": null } ], \"typeParameters\": null }, { \"typeId\": 3, \"type\": \"u64\", \"components\": null, \"typeParameters\": null } ], \"functions\": [...], \"loggedTypes\": [ { \"logId\": 0, \"loggedType\": { \"name\": \"\", \"type\": 1, \"typeArguments\": [] } } ], \"messagesTypes\": [...], \"configurables\": [...]\n}","breadcrumbs":"Indexing Custom Types ยป 1. Contract","id":"94","title":"1. Contract"},"95":{"body":"Now that we've discussed how to generate the JSON ABI for our Sway smart contract, let's now cover how to create an associated GraphQL schema. To index the contracts and store information about our Sway types in the database, we should create a schema. Let's design a schema that has an entity for each Sway type: type AddEntity @entity { id: ID! value: U64! updated_total: U64!\n} type SubtractEntity @entity { id: ID! value: U64! updated_total: U64!\n} Note how the types used here, match the types used in our Sway smart contract. For a detailed mapping of these types, please see the Storing Records section.","breadcrumbs":"Indexing Custom Types ยป 2. Schema","id":"95","title":"2. Schema"},"96":{"body":"So far we've covered how to (1) write your Sway smart contract and generate its JSON ABI, and (2) create types in your GraphQL schema that align with your Sway types. Next, we'll cover how to write the manifest file for your indexer. Before writing any of the handler code for your indexer, we need to make sure that our indexer manifest contains the necessary information to allow for the compiler to parse our contract types. Specifically, we should ensure that the contract_abi and graphql_schema fields point to the correct locations, respectively. # A namespace is a logical grouping of declared names. Think of the namespace\n# as an organization identifier\nnamespace: fuellabs # The identifier field is used to identify the given index.\nidentifier: custom_types_example # The abi option is used to provide a link to the Sway JSON ABI that is generated when you\n# build your project.\nabi: path/to/custom/type/example/contract-abi.json # The particular start block after which you'd like your indexer to start indexing events.\nstart_block: ~ # The particular end block after which you'd like your indexer to stop indexing events.\nend_block: ~ # The `fuel_client` denotes the address (host, port combination) of the running Fuel client\n# that you would like your indexer to index events from. In order to use this per-indexer\n# `fuel_client` option, the indexer service at which your indexer is deployed will have to run\n# with the `--indexer_net_config` option.\nfuel_client: ~ # The contract_id specifies which particular contract you would like your index to subscribe to.\ncontract_id: ~ # The graphql_schema field contains the file path that points to the GraphQL schema for the\n# given index.\ngraphql_schema: path/to/custom/type/example/indexer.schema.graphql # The module field contains a file path that points to code that will be run as an executor inside\n# of the indexer.\n# Important: At this time, wasm is the preferred method of execution.\nmodule: wasm: ~ # The resumable field contains a boolean that specifies whether or not the indexer should, synchronise\n# with the latest block if it has fallen out of sync.\nresumable: true","breadcrumbs":"Indexing Custom Types ยป 3. Manifest","id":"96","title":"3. Manifest"},"97":{"body":"Finally, we can create handlers to index these particular types and store them in the database. Let's look at the following example: use fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn index_addition(addition_event: Addition) { let addition = AddEntity { id: 123, value: addition_event.added_value, updated_total: addition_event.updated_total }; addition.save(); } fn index_subtraction(subtraction_event: Subtraction) { let subtraction = SubtractEntity { id: 123, value: subtraction_event.subtracted_value, updated_total: subtraction_event.updated_total }; subtraction.save(); }\n} Regardless of whether a custom type was logged (e.g. Addition) or returned (e.g. Subtraction), the type will be available for you to use in your functions. Just include the type(s) you want your function to use in the parameters, and the function will be executed whenever each of the parameters have been satisfied by an instance of the type(s).","breadcrumbs":"Indexing Custom Types ยป 4. Handler Logic","id":"97","title":"4. Handler Logic"},"98":{"body":"The Fuel indexer uses PostgreSQL as the primary database. ๐ก We're open to supporting other storage solutions in the future.","breadcrumbs":"Storing Records ยป Storing Info in a Database","id":"98","title":"Storing Info in a Database"},"99":{"body":"Below is a mapping of GraphQL schema types to their Sway and database equivalents. Note that an empty cell denotes that there is no direct equivalent for the type in the corresponding domain. GraphQL Scalar Sway Type Postgres Type Address b256 varchar(64) AssetId u8[32] varchar(64) Boolean bool boolean Bytes str[] varchar(10485760) Bytes32 str[32] varchar(64) Bytes4 str[4] varchar(8) Bytes64 str[64] varchar(128) Bytes8 str[8] varchar(16) ContractId b256 varchar(64) I128 numeric(39,0) I32 u32 integer I64 u64 bigint I8 u8 integer ID varchar(64) primary key Json str[] json U128 numeric(39, 0) U32 u32 integer U64 u64 numeric(20, 0) U8 u8 integer UID varchar(64) String str[] varchar(255)","breadcrumbs":"Storing Records ยป Data Types","id":"99","title":"Data Types"}},"length":175,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"55":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"1":{".":{"1":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"2":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"113":{"tf":1.0}}},"3":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"7":{"2":{"c":{"a":{"8":{"df":0,"docs":{},"f":{"c":{"a":{"b":{"4":{"3":{"0":{"4":{"8":{"a":{"5":{"b":{"3":{"1":{"c":{"1":{"df":0,"docs":{},"e":{"a":{"2":{"0":{"4":{"7":{"4":{"8":{"c":{"2":{"c":{"b":{"5":{"a":{"c":{"c":{"a":{"6":{"b":{"9":{"0":{"df":0,"docs":{},"f":{"3":{"b":{"1":{"a":{"0":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"2":{"d":{"9":{"2":{"3":{"8":{"6":{"d":{"9":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"2":{"c":{"b":{"0":{"8":{"4":{"6":{"b":{"1":{"a":{"7":{"df":0,"docs":{},"e":{"4":{"5":{"3":{"1":{"3":{"df":0,"docs":{},"e":{"1":{"c":{"3":{"9":{"b":{"2":{"a":{"2":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"d":{"5":{"5":{"2":{"a":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"f":{"6":{"2":{"7":{"2":{"2":{"5":{"2":{"5":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"5":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"4":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"6":{"6":{"8":{"7":{"1":{"0":{"1":{"6":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"8":{"4":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"6":{"3":{"3":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"8":{"df":1,"docs":{"118":{"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":{}},"8":{"2":{"b":{"6":{"3":{"4":{"3":{"b":{"b":{"b":{"c":{"a":{"2":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"9":{"7":{"0":{"2":{"0":{"df":0,"docs":{},"e":{"a":{"3":{"df":0,"docs":{},"f":{"3":{"7":{"6":{"7":{"b":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"3":{"7":{"0":{"a":{"6":{"b":{"8":{"5":{"3":{"d":{"2":{"a":{"d":{"d":{"4":{"6":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"2":{"a":{"1":{"1":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"1":{"9":{"8":{"0":{"7":{"c":{"6":{"9":{"8":{"8":{"1":{"6":{"4":{"b":{"9":{"1":{"6":{"a":{"6":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"d":{"4":{"0":{"3":{"d":{"5":{"5":{"a":{"0":{"7":{"3":{"2":{"4":{"df":0,"docs":{},"f":{"a":{"8":{"8":{"3":{"c":{"b":{"7":{"df":0,"docs":{},"f":{"a":{"5":{"c":{"d":{"b":{"3":{"3":{"4":{"3":{"8":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"a":{"8":{"3":{"8":{"d":{"4":{"9":{"2":{"df":0,"docs":{},"f":{"2":{"9":{"b":{"7":{"a":{"3":{"a":{"df":0,"docs":{},"f":{"a":{"7":{"7":{"5":{"5":{"a":{"c":{"8":{"7":{"4":{"1":{"c":{"9":{"9":{"d":{"b":{"9":{"9":{"2":{"d":{"a":{"4":{"7":{"6":{"7":{"3":{"c":{"d":{"2":{"7":{"b":{"df":0,"docs":{},"e":{"8":{"6":{"df":0,"docs":{},"f":{"9":{"b":{"0":{"6":{"2":{"0":{"1":{"1":{"8":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"3":{"df":1,"docs":{"25":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"0":{"2":{"3":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":1.0}}},"4":{"0":{"0":{"2":{"b":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"3":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"7":{"5":{"a":{"3":{"8":{"b":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"c":{"8":{"df":0,"docs":{},"e":{"8":{"d":{"2":{"d":{"5":{"b":{"4":{"d":{"7":{"8":{"4":{"7":{"0":{"7":{"0":{"6":{"d":{"d":{"df":0,"docs":{},"e":{"7":{"a":{"b":{"0":{"b":{"8":{"d":{"5":{"4":{"c":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"9":{"6":{"1":{"1":{"1":{"1":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"b":{"4":{"a":{"3":{"9":{"3":{"7":{"5":{"1":{"9":{"3":{"3":{"a":{"9":{"df":0,"docs":{},"f":{"8":{"9":{"3":{"2":{"9":{"8":{"1":{"2":{"c":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"d":{"b":{"df":0,"docs":{},"e":{"4":{"8":{"3":{"c":{"0":{"7":{"1":{"b":{"3":{"4":{"0":{"1":{"d":{"0":{"6":{"c":{"8":{"d":{"6":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"6":{"df":1,"docs":{"135":{"tf":1.0}}},"9":{"2":{"0":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"8":{"7":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"22":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"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":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"5":{":":{"5":{"7":{":":{"2":{"8":{".":{"9":{"4":{"2":{"9":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"5":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"7":{"7":{"9":{"2":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"3":{"0":{"2":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"1":{"1":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"5":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.0}}},"6":{"1":{"8":{"4":{"6":{"8":{"7":{"8":{"4":{"7":{"5":{"5":{"9":{"2":{"6":{"5":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"a":{"df":0,"docs":{},"f":{"4":{"3":{"c":{"df":0,"docs":{},"f":{"d":{"2":{"a":{"6":{"d":{"8":{"a":{"df":0,"docs":{},"f":{"1":{"6":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"4":{"6":{"c":{"1":{"5":{"2":{"7":{"6":{"b":{"2":{"4":{"b":{"1":{"3":{"0":{"df":0,"docs":{},"f":{"c":{"6":{"a":{"8":{"9":{"c":{"df":0,"docs":{},"e":{"7":{"b":{"3":{"c":{"8":{"7":{"3":{"7":{"d":{"2":{"9":{"d":{"6":{"d":{"0":{"df":0,"docs":{},"e":{"1":{"b":{"b":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"8":{"6":{"7":{"6":{"4":{"6":{"9":{"0":{"1":{"9":{"3":{"7":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"4":{"5":{"8":{"4":{"9":{"0":{"7":{"9":{"6":{"7":{"5":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"8":{"5":{"6":{"7":{"7":{"4":{"5":{"3":{"9":{"9":{"2":{"4":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"8":{"3":{"3":{"4":{"6":{"7":{"3":{"2":{"3":{"6":{"8":{"3":{"4":{"5":{"1":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"0":{"8":{"8":{"6":{"8":{"9":{"9":{"5":{"8":{"1":{"8":{"4":{"0":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"9":{"5":{"7":{"4":{"5":{"1":{"4":{"7":{"7":{"6":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"8":{"7":{"2":{"0":{"0":{"6":{"9":{"3":{"0":{"0":{"4":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"5":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"d":{"2":{"d":{"9":{"3":{"3":{"d":{"0":{"3":{"3":{"4":{"d":{"5":{"4":{"7":{"7":{"6":{"6":{"1":{"2":{"a":{"5":{"a":{"df":0,"docs":{},"f":{"7":{"2":{"a":{"5":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"7":{"5":{"d":{"0":{"6":{"df":0,"docs":{},"f":{"a":{"9":{"1":{"5":{"2":{"df":0,"docs":{},"f":{"6":{"d":{"4":{"1":{"d":{"0":{"df":0,"docs":{},"e":{"5":{"0":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}}},"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"8":{"0":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"0":{"0":{"0":{"df":5,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"2":{"1":{"4":{"1":{"9":{"6":{"9":{"9":{"4":{"7":{"0":{"2":{"2":{"9":{"8":{"1":{"1":{"df":1,"docs":{"108":{"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":{}},"2":{"5":{"3":{"8":{"8":{"2":{"9":{"6":{"1":{"9":{"0":{"1":{"6":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"109":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"f":{"d":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"0":{"7":{"3":{"9":{"7":{"5":{"a":{"0":{"df":0,"docs":{},"e":{"c":{"a":{"9":{"9":{"3":{"0":{"4":{"4":{"a":{"8":{"6":{"7":{"d":{"8":{"c":{"8":{"7":{"a":{"8":{"d":{"3":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"8":{"8":{"0":{"3":{"2":{"a":{"3":{"b":{"9":{"a":{"b":{"a":{"2":{"1":{"3":{"df":0,"docs":{},"f":{"6":{"1":{"0":{"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"118":{"tf":1.0}}},"b":{"df":0,"docs":{},"f":{"6":{"1":{"b":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"8":{"b":{"7":{"df":0,"docs":{},"f":{"b":{"4":{"0":{"df":0,"docs":{},"e":{"8":{"4":{"2":{"a":{"6":{"4":{"9":{"7":{"d":{"6":{"8":{"6":{"b":{"c":{"2":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"3":{"9":{"df":0,"docs":{},"e":{"c":{"3":{"c":{"a":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"4":{"df":0,"docs":{},"e":{"8":{"1":{"a":{"0":{"9":{"3":{"5":{"a":{"d":{"a":{"df":0,"docs":{},"e":{"b":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":12,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}},"f":{"0":{"c":{"8":{"1":{"a":{"4":{"2":{"c":{"8":{"6":{"c":{"7":{"1":{"8":{"c":{"0":{"a":{"df":0,"docs":{},"e":{"9":{"0":{"b":{"a":{"8":{"3":{"8":{"d":{"6":{"df":0,"docs":{},"f":{"1":{"b":{"d":{"df":0,"docs":{},"f":{"c":{"9":{"a":{"7":{"5":{"7":{"c":{"b":{"df":0,"docs":{},"f":{"0":{"7":{"c":{"9":{"4":{"6":{"df":0,"docs":{},"f":{"b":{"3":{"2":{"8":{"0":{"b":{"4":{"4":{"2":{"5":{"7":{"b":{"4":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"4":{"2":{"8":{"8":{"0":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"13":{"tf":1.0}}},"6":{"1":{"6":{"5":{"6":{"6":{"a":{"df":0,"docs":{},"f":{"d":{"c":{"1":{"4":{"1":{"df":0,"docs":{},"e":{"c":{"d":{"2":{"b":{"6":{"0":{"df":0,"docs":{},"f":{"d":{"c":{"5":{"6":{"a":{"a":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"3":{"d":{"0":{"4":{"b":{"3":{"df":0,"docs":{},"f":{"6":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"5":{"a":{"3":{"c":{"2":{"1":{"d":{"0":{"1":{"0":{"5":{"a":{"0":{"8":{"c":{"c":{"1":{"b":{"3":{"4":{"9":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"b":{"4":{"8":{"6":{"c":{"c":{"2":{"c":{"3":{"b":{"d":{"1":{"1":{"3":{"3":{"d":{"df":0,"docs":{},"f":{"9":{"2":{"4":{"5":{"6":{"4":{"5":{"6":{"4":{"8":{"b":{"6":{"a":{"0":{"9":{"b":{"3":{"5":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"7":{"df":0,"docs":{},"f":{"7":{"1":{"b":{"b":{"0":{"5":{"4":{"4":{"9":{"c":{"df":0,"docs":{},"e":{"a":{"0":{"df":0,"docs":{},"e":{"8":{"3":{"6":{"1":{"1":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"0":{"df":0,"docs":{},"e":{"b":{"c":{"3":{"0":{"a":{"1":{"0":{"3":{"7":{"b":{"8":{"3":{"3":{"3":{"6":{"c":{"9":{"5":{"6":{"c":{"9":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"c":{"4":{"7":{"0":{"c":{"4":{"b":{"7":{"6":{"7":{"5":{"0":{"a":{"9":{"3":{"df":0,"docs":{},"f":{"6":{"a":{"1":{"df":0,"docs":{},"f":{"6":{"d":{"1":{"9":{"a":{"2":{"1":{"d":{"0":{"5":{"8":{"b":{"1":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}},"7":{"0":{"1":{"8":{"4":{"0":{"9":{"4":{"6":{"5":{"2":{"1":{"2":{"2":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"2":{"0":{"0":{"0":{"9":{"3":{"4":{"9":{"2":{"7":{"8":{"2":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"6":{"0":{"2":{"6":{"4":{"8":{"6":{"3":{"9":{"5":{"9":{"2":{"1":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"6":{"2":{"2":{"5":{"4":{"9":{"1":{"7":{"1":{"9":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"7":{"1":{"3":{"7":{"7":{"4":{"2":{"9":{"3":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"9":{"5":{"4":{"2":{"b":{"6":{"2":{"4":{"d":{"8":{"8":{"b":{"3":{"d":{"6":{"6":{"c":{"6":{"c":{"9":{"a":{"1":{"8":{"3":{"5":{"df":0,"docs":{},"f":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"b":{"a":{"8":{"8":{"9":{"2":{"a":{"8":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"b":{"9":{"c":{"1":{"7":{"2":{"5":{"1":{"c":{"4":{"5":{"6":{"c":{"a":{"5":{"d":{"c":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"7":{"9":{"b":{"df":0,"docs":{},"f":{"3":{"7":{"9":{"3":{"1":{"4":{"3":{"c":{"5":{"5":{"7":{"2":{"2":{"5":{"df":0,"docs":{},"f":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"e":{"7":{"d":{"8":{"a":{"2":{"b":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"5":{"4":{"4":{"b":{"8":{"3":{"9":{"d":{"6":{"2":{"c":{"c":{"3":{"6":{"7":{"b":{"8":{"c":{"5":{"b":{"0":{"7":{"9":{"d":{"4":{"7":{"8":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"8":{"0":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"1":{"1":{"8":{"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"9":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"b":{"3":{"6":{"d":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"d":{"9":{"2":{"6":{"9":{"2":{"1":{"b":{"8":{"df":0,"docs":{},"e":{"7":{"9":{"5":{"9":{"7":{"8":{"9":{"9":{"d":{"8":{"7":{"1":{"2":{"df":0,"docs":{},"f":{"d":{"a":{"b":{"df":0,"docs":{},"f":{"2":{"5":{"5":{"3":{"df":0,"docs":{},"f":{"2":{"8":{"b":{"4":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"8":{"5":{"1":{"a":{"9":{"6":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"4":{"b":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"a":{"b":{"1":{"5":{"6":{"d":{"d":{"d":{"9":{"a":{"c":{"9":{"5":{"0":{"2":{"7":{"6":{"8":{"df":0,"docs":{},"f":{"7":{"7":{"9":{"9":{"3":{"6":{"7":{"1":{"0":{"df":0,"docs":{},"f":{"d":{"3":{"d":{"7":{"9":{"2":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"e":{"a":{"7":{"9":{"b":{"c":{"0":{"df":0,"docs":{},"e":{"4":{"0":{"8":{"2":{"d":{"df":0,"docs":{},"e":{"9":{"6":{"4":{"5":{"0":{"b":{"5":{"1":{"7":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"f":{"a":{"1":{"8":{"1":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"f":{"a":{"3":{"b":{"4":{"8":{"c":{"1":{"0":{"d":{"3":{"1":{"8":{"1":{"2":{"1":{"7":{"9":{"1":{"8":{"d":{"d":{"3":{"7":{"7":{"b":{"8":{"7":{"5":{"d":{"0":{"7":{"d":{"a":{"b":{"c":{"7":{"2":{"d":{"6":{"d":{"1":{"0":{"8":{"1":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"2":{"7":{"1":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"8":{"c":{"df":0,"docs":{},"e":{"4":{"3":{"6":{"0":{"3":{"c":{"1":{"a":{"4":{"8":{"2":{"7":{"4":{"a":{"a":{"c":{"7":{"5":{"3":{"2":{"d":{"a":{"5":{"6":{"7":{"0":{"7":{"9":{"0":{"1":{"d":{"9":{"6":{"0":{"6":{"a":{"2":{"b":{"0":{"5":{"d":{"df":0,"docs":{},"e":{"8":{"0":{"1":{"9":{"9":{"3":{"df":0,"docs":{},"f":{"4":{"8":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"5":{"5":{"8":{"8":{"df":0,"docs":{},"e":{"2":{"0":{"2":{"9":{"6":{"9":{"6":{"9":{"a":{"7":{"6":{"5":{"7":{"6":{"d":{"5":{"1":{"9":{"d":{"3":{"0":{"1":{"c":{"6":{"c":{"a":{"b":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"0":{"0":{"9":{"6":{"7":{"5":{"df":0,"docs":{},"e":{"4":{"3":{"0":{"d":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"1":{"8":{"b":{"a":{"2":{"a":{"0":{"d":{"3":{"8":{"a":{"4":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"b":{"2":{"5":{"8":{"df":0,"docs":{},"e":{"0":{"d":{"6":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"0":{"2":{"2":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"3":{"8":{"a":{"7":{"5":{"1":{"a":{"d":{"5":{"a":{"1":{"b":{"3":{"6":{"df":0,"docs":{},"e":{"4":{"d":{"df":0,"docs":{},"f":{"d":{"c":{"c":{"2":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"b":{"8":{"3":{"0":{"8":{"df":0,"docs":{},"e":{"0":{"4":{"4":{"2":{"5":{"0":{"b":{"8":{"c":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"128":{"tf":1.0}}},"_":{"df":1,"docs":{"77":{"tf":1.0}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"4":{"0":{"5":{"d":{"5":{"6":{"8":{"8":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"1":{"7":{"8":{"6":{"8":{"3":{"6":{"1":{"2":{"1":{"7":{"a":{"0":{"9":{"8":{"1":{"2":{"3":{"4":{"9":{"c":{"c":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"2":{"b":{"df":0,"docs":{},"f":{"9":{"3":{"2":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"2":{"3":{"df":0,"docs":{},"e":{"3":{"3":{"8":{"df":0,"docs":{},"e":{"9":{"4":{"4":{"4":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"c":{"5":{"5":{"4":{"7":{"5":{"8":{"df":0,"docs":{},"f":{"7":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"3":{"0":{"5":{"4":{"4":{"0":{"5":{"d":{"3":{"8":{"0":{"9":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"d":{"2":{"1":{"a":{"9":{"0":{"c":{"0":{"5":{"2":{"0":{"6":{"b":{"5":{"c":{"6":{"1":{"3":{"7":{"4":{"2":{"4":{"9":{"8":{"5":{"c":{"8":{"df":0,"docs":{},"f":{"d":{"1":{"0":{"c":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"w":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":14,"docs":{"35":{"tf":1.0},"39":{"tf":2.0},"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"32":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"11":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"124":{"tf":2.0},"143":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":2.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"b":{"7":{"8":{"5":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"4":{"a":{"df":0,"docs":{},"e":{"6":{"2":{"8":{"5":{"8":{"df":0,"docs":{},"f":{"a":{"6":{"7":{"3":{"2":{"9":{"6":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"a":{"5":{"1":{"8":{"8":{"5":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"b":{"4":{"7":{"d":{"df":0,"docs":{},"f":{"2":{"d":{"b":{"b":{"9":{"c":{"8":{"c":{"a":{"1":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"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":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"117":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"=":{"\"":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":18,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"58":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"=":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"153":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"171":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"107":{"tf":1.0},"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"r":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}},"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":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"80":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"174":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"d":{"df":7,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"65":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"155":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"119":{"tf":3.3166247903554},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":2.6457513110645907},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}},"y":{"df":2,"docs":{"0":{"tf":1.0},"105":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"0":{"9":{"0":{"6":{"3":{"4":{"7":{"8":{"8":{"d":{"d":{"d":{"0":{"4":{"6":{"1":{"c":{"b":{"a":{"4":{"d":{"0":{"8":{"3":{"3":{"a":{"3":{"df":0,"docs":{},"f":{"1":{"5":{"b":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"5":{"1":{"df":0,"docs":{},"e":{"6":{"7":{"2":{"df":0,"docs":{},"f":{"b":{"1":{"5":{"2":{"7":{"df":0,"docs":{},"f":{"c":{"8":{"c":{"7":{"8":{"c":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"0":{"d":{"c":{"1":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0}}},"h":{"df":1,"docs":{"121":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"120":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"3":{"2":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":11,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"w":{"df":16,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":5,"docs":{"118":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"123":{"tf":1.0},"154":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"133":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"168":{"tf":1.0}}},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"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":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"[":{"0":{"df":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}}}},"i":{"d":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":15,"docs":{"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":28,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":3.1622776601683795},"118":{"tf":2.6457513110645907},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"32":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":2.6457513110645907},"25":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.23606797749979},"65":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}},"l":{"df":4,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":3.0}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":5,"docs":{"143":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"159":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"0":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":2.6457513110645907},"127":{"tf":2.0},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":2.449489742783178},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":7,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"78":{"tf":1.0},"79":{"tf":2.449489742783178},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":2.0},"72":{"tf":1.0},"99":{"tf":1.0}},"s":{"3":{"2":{"df":4,"docs":{"58":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"9":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"9":{"1":{"7":{"8":{"d":{"5":{"2":{"6":{"a":{"8":{"3":{"6":{"d":{"7":{"0":{"7":{"1":{"3":{"7":{"d":{"df":0,"docs":{},"e":{"0":{"8":{"b":{"0":{"df":0,"docs":{},"f":{"7":{"4":{"3":{"df":0,"docs":{},"f":{"a":{"b":{"c":{"df":0,"docs":{},"e":{"7":{"9":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"c":{"7":{"7":{"c":{"4":{"1":{"9":{"b":{"df":0,"docs":{},"f":{"b":{"7":{"df":0,"docs":{},"e":{"6":{"b":{"df":0,"docs":{},"e":{"8":{"8":{"6":{"3":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":13,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.449489742783178},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"c":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"174":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":2.449489742783178},"158":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"157":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"i":{"df":1,"docs":{"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":2.6457513110645907}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"83":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"31":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.7320508075688772},"160":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"s":{"df":2,"docs":{"121":{"tf":1.0},"2":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"174":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":2.0},"131":{"tf":2.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"171":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"173":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"148":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"92":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"_":{"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"35":{"tf":1.0},"40":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"116":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"i":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"123":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":3,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"df":3,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"148":{"tf":1.0},"23":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"58":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"143":{"tf":2.0},"158":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"b":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"17":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"0":{"d":{"6":{"6":{"3":{"df":0,"docs":{},"e":{"0":{"b":{"df":0,"docs":{},"f":{"4":{"9":{"9":{"a":{"c":{"a":{"1":{"9":{"d":{"3":{"df":0,"docs":{},"e":{"c":{"b":{"9":{"b":{"0":{"b":{"2":{"9":{"1":{"2":{"3":{"4":{"d":{"c":{"3":{"7":{"6":{"9":{"d":{"2":{"b":{"4":{"6":{"5":{"1":{"2":{"0":{"1":{"6":{"df":0,"docs":{},"e":{"c":{"a":{"7":{"2":{"4":{"4":{"c":{"a":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"6":{"3":{"2":{"df":0,"docs":{},"f":{"8":{"5":{"6":{"6":{"9":{"d":{"d":{"4":{"4":{"7":{"3":{"7":{"a":{"b":{"df":0,"docs":{},"f":{"3":{"6":{"b":{"3":{"2":{"df":0,"docs":{},"f":{"4":{"7":{"9":{"a":{"df":0,"docs":{},"e":{"5":{"1":{"8":{"df":0,"docs":{},"e":{"0":{"7":{"a":{"9":{"1":{"7":{"4":{"c":{"8":{"5":{"7":{"1":{"3":{"7":{"7":{"df":0,"docs":{},"e":{"b":{"b":{"8":{"1":{"5":{"6":{"3":{"b":{"b":{"9":{"a":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":39,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.23606797749979},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":3.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"26":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":34,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"7":{"8":{"0":{"3":{"4":{"c":{"2":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"d":{"2":{"d":{"2":{"0":{"3":{"d":{"1":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"df":0,"docs":{},"f":{"1":{"b":{"1":{"8":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"c":{"0":{"8":{"9":{"c":{"5":{"1":{"c":{"2":{"a":{"a":{"7":{"b":{"5":{"c":{"8":{"1":{"4":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":3.1622776601683795},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"150":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"17":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"174":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"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":2,"docs":{"120":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"59":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":2.0},"24":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":18,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":2.8284271247461903},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":3.1622776601683795},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"52":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":3,"docs":{"1":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"105":{"tf":1.0},"171":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"13":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"121":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":7,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"2":{"tf":2.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"119":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"23":{"tf":1.4142135623730951},"30":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"3":{"df":0,"docs":{},"e":{"0":{"8":{"6":{"0":{"a":{"3":{"5":{"8":{"c":{"0":{"d":{"0":{"4":{"4":{"6":{"6":{"9":{"7":{"4":{"8":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"2":{"b":{"4":{"b":{"0":{"0":{"7":{"3":{"b":{"a":{"a":{"c":{"a":{"5":{"3":{"a":{"1":{"2":{"8":{"d":{"d":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"3":{"7":{"5":{"7":{"a":{"df":0,"docs":{},"e":{"3":{"9":{"8":{"8":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"2":{"9":{"0":{"4":{"5":{"1":{"9":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"0":{"d":{"c":{"df":0,"docs":{},"f":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"0":{"c":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"8":{"c":{"3":{"7":{"1":{"2":{"9":{"c":{"b":{"df":0,"docs":{},"e":{"4":{"7":{"df":0,"docs":{},"e":{"0":{"0":{"3":{"a":{"5":{"9":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"1":{"a":{"8":{"8":{"b":{"0":{"3":{"b":{"5":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"103":{"tf":1.0},"157":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}},"i":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"8":{"2":{"2":{"df":0,"docs":{},"e":{"1":{"8":{"df":0,"docs":{},"e":{"7":{"1":{"b":{"a":{"7":{"c":{"9":{"2":{"c":{"2":{"6":{"6":{"b":{"0":{"9":{"7":{"6":{"a":{"c":{"d":{"a":{"2":{"3":{"4":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"6":{"0":{"0":{"9":{"9":{"d":{"4":{"0":{"0":{"c":{"c":{"2":{"4":{"3":{"3":{"9":{"4":{"df":0,"docs":{},"f":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"141":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":2.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":3.1622776601683795},"109":{"tf":1.0},"118":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":2.8284271247461903},"66":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"142":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":5,"docs":{"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"14":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"j":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"v":{"1":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"9":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"z":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"4":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"0":{"c":{"7":{"c":{"7":{"7":{"8":{"df":0,"docs":{},"f":{"a":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"2":{"a":{"8":{"b":{"df":0,"docs":{},"f":{"0":{"3":{"c":{"9":{"c":{"4":{"7":{"b":{"b":{"3":{"df":0,"docs":{},"f":{"8":{"3":{"6":{"b":{"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"3":{"7":{"df":0,"docs":{},"e":{"6":{"9":{"c":{"1":{"8":{"df":0,"docs":{},"e":{"3":{"0":{"df":0,"docs":{},"f":{"8":{"5":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"1":{"4":{"6":{"5":{"2":{"2":{"d":{"c":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"6":{"9":{"a":{"3":{"0":{"c":{"df":0,"docs":{},"f":{"c":{"b":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"d":{"9":{"7":{"a":{"0":{"7":{"b":{"1":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"8":{"df":0,"docs":{},"e":{"4":{"b":{"3":{"8":{"a":{"4":{"3":{"6":{"7":{"b":{"0":{"3":{"d":{"1":{"8":{"1":{"9":{"9":{"4":{"3":{"b":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"4":{"4":{"3":{"3":{"9":{"d":{"3":{"8":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"2":{"9":{"7":{"8":{"9":{"5":{"0":{"8":{"6":{"df":0,"docs":{},"e":{"6":{"6":{"c":{"0":{"9":{"4":{"7":{"c":{"2":{"1":{"3":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"9":{"0":{"df":0,"docs":{},"f":{"5":{"9":{"6":{"b":{"8":{"6":{"0":{"d":{"1":{"0":{"3":{"1":{"6":{"a":{"b":{"8":{"0":{"6":{"0":{"6":{"4":{"6":{"0":{"8":{"d":{"d":{"2":{"5":{"8":{"0":{"c":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"d":{"6":{"4":{"4":{"8":{"a":{"2":{"7":{"3":{"b":{"5":{"3":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"9":{"4":{"2":{"c":{"1":{"3":{"3":{"b":{"b":{"9":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"9":{"0":{"4":{"c":{"7":{"d":{"7":{"df":0,"docs":{},"f":{"3":{"1":{"0":{"4":{"c":{"d":{"a":{"df":0,"docs":{},"f":{"6":{"b":{"9":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"5":{"0":{"d":{"3":{"5":{"1":{"8":{"8":{"7":{"1":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"115":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":2,"docs":{"13":{"tf":2.8284271247461903},"24":{"tf":3.1622776601683795}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"1":{"df":1,"docs":{"103":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"a":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"b":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":2.8284271247461903},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":2.23606797749979}}},"df":1,"docs":{"57":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"]":{"(":{"df":0,"docs":{},"h":{"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":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"12":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.23606797749979},"17":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"143":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0}}}},"d":{"df":8,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"x":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":22,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":31,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":2.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"141":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":3.4641016151377544},"26":{"tf":2.449489742783178},"3":{"tf":2.0},"31":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"65":{"tf":1.0},"66":{"tf":2.0}}}}},"v":{"df":1,"docs":{"24":{"tf":1.0}}}},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"92":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"23":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"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":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"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":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":92,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.0},"10":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"121":{"tf":2.23606797749979},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":3.1622776601683795},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.449489742783178},"141":{"tf":2.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"2":{"tf":2.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.23606797749979},"24":{"tf":2.0},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"b":{"df":5,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"0":{"df":0,"docs":{},"x":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"3":{"tf":2.23606797749979}}}},"v":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.8284271247461903},"53":{"tf":2.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}}}},"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":1,"docs":{"80":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"n":{"df":10,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"26":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":2.449489742783178},"106":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"63":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":2.0},"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":3.4641016151377544},"118":{"tf":2.6457513110645907},"27":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"12":{"tf":1.0},"122":{"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},"15":{"tf":1.0}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":26,"docs":{"103":{"tf":2.6457513110645907},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"112":{"tf":2.6457513110645907},"113":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"25":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951}}}},"p":{"df":26,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"153":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"133":{"tf":1.0},"15":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"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":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"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":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}},"s":{":":{"/":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{".":{"df":1,"docs":{"36":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"a":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":37,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"104":{"tf":2.8284271247461903},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.8284271247461903},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":2.23606797749979},"46":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":3.1622776601683795},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"88":{"tf":1.0},"96":{"tf":2.0}}}}}}}},"l":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":2.449489742783178}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"1":{"df":1,"docs":{"37":{"tf":1.0}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":112,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":2.449489742783178},"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":3.7416573867739413},"120":{"tf":2.449489742783178},"121":{"tf":4.242640687119285},"122":{"tf":4.242640687119285},"123":{"tf":1.0},"124":{"tf":2.8284271247461903},"125":{"tf":2.6457513110645907},"126":{"tf":2.23606797749979},"127":{"tf":3.7416573867739413},"128":{"tf":2.8284271247461903},"129":{"tf":3.1622776601683795},"13":{"tf":3.3166247903554},"130":{"tf":2.8284271247461903},"131":{"tf":4.123105625617661},"132":{"tf":2.449489742783178},"133":{"tf":3.3166247903554},"134":{"tf":2.23606797749979},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.0},"139":{"tf":1.0},"14":{"tf":2.6457513110645907},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":3.872983346207417},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":3.7416573867739413},"23":{"tf":2.449489742783178},"24":{"tf":2.8284271247461903},"25":{"tf":5.744562646538029},"26":{"tf":3.872983346207417},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":3.4641016151377544},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"60":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":4.123105625617661},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"56":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"?":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":7,"docs":{"106":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"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":{"89":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"w":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":33,"docs":{"1":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}}},"d":{"b":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"156":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"3":{"tf":2.0},"4":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":9,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":2.0}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0}}}}},"f":{"a":{"c":{"df":4,"docs":{"173":{"tf":1.0},"22":{"tf":1.4142135623730951},"39":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"121":{"tf":1.0},"158":{"tf":2.6457513110645907},"160":{"tf":1.4142135623730951},"25":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}},"t":{"'":{"df":4,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"158":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"119":{"tf":1.7320508075688772},"12":{"tf":2.8284271247461903},"120":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"15":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"158":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"117":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"128":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"a":{"b":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"171":{"tf":1.0},"2":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"162":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"107":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"t":{"'":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":2.23606797749979}},"p":{"df":0,"docs":{},"q":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"104":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.6457513110645907},"66":{"tf":2.0}}},"y":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":5,"docs":{"158":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"121":{"tf":1.0},"143":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"1":{"1":{"df":1,"docs":{"173":{"tf":2.0}}},"df":0,"docs":{}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"148":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}}}},"t":{"df":4,"docs":{"133":{"tf":1.0},"23":{"tf":1.7320508075688772},"60":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":9,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"15":{"tf":1.7320508075688772},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"114":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"158":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"o":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":1,"docs":{"14":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}}}},"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"144":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"x":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"d":{"0":{"2":{"5":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"4":{"1":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0}},"t":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"a":{"=":{"\"":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"g":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":2.449489742783178},"39":{"tf":1.0},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"154":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"24":{"tf":1.0},"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":3,"docs":{"57":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"51":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":3.0},"125":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"143":{"tf":1.0},"158":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"129":{"tf":2.0},"25":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"133":{"tf":2.6457513110645907},"17":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":20,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"40":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}}}},"w":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"57":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":14,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"13":{"tf":2.449489742783178},"131":{"tf":2.6457513110645907},"141":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.0},"24":{"tf":1.7320508075688772},"32":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":10,"docs":{"154":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"24":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"94":{"tf":3.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"(":{"2":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"9":{",":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"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":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903},"59":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":2.8284271247461903},"118":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":8,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.4142135623730951},"23":{"tf":1.0},"5":{"tf":1.0}}},"df":10,"docs":{"111":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"94":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":23,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"36":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":36,"docs":{"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.23606797749979},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"?":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"=":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"7":{"3":{"8":{"9":{"d":{"8":{"&":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"6":{"a":{"7":{"df":0,"docs":{},"e":{"c":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"141":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"124":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"62":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.0}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":5,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":11,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"40":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":12,"docs":{"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":2.0},"129":{"tf":2.23606797749979},"130":{"tf":2.0},"133":{"tf":2.449489742783178},"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"c":{"df":5,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":8,"docs":{"121":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"59":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}}}},"g":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"d":{"(":{"6":{"3":{"9":{"6":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}},"n":{"df":4,"docs":{"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"50":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"15":{"tf":2.449489742783178},"24":{"tf":2.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":26,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":3.4641016151377544},"122":{"tf":1.4142135623730951},"13":{"tf":3.0},"131":{"tf":3.4641016151377544},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":3.4641016151377544},"151":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.6457513110645907},"4":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"5":{"4":{"3":{"2":{"/":{"[":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":16,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.8284271247461903},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"9":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"123":{"tf":1.0},"158":{"tf":3.3166247903554}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"22":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":2.0},"135":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.23606797749979},"119":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"172":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"u":{"b":{"df":16,"docs":{"69":{"tf":2.8284271247461903},"73":{"tf":2.23606797749979},"76":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"104":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"49":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"r":{"a":{"df":1,"docs":{"81":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"119":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":4,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"b":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"d":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"52":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":2.0},"88":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.0},"80":{"tf":2.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":10,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"158":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":2.0},"2":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"2":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":8,"docs":{"104":{"tf":1.0},"17":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"121":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":10,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"131":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"32":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"68":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":2.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"r":{"df":28,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"89":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"m":{"df":3,"docs":{"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"t":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":1,"docs":{"89":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":3.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":3,"docs":{"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"158":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":2.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":46,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"133":{"tf":3.0},"134":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":2.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"152":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":2.0},"65":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":24,"docs":{"0":{"tf":1.0},"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"119":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":2.23606797749979},"15":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"89":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"89":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"17":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"53":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"126":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":2.6457513110645907},"143":{"tf":1.0},"15":{"tf":2.449489742783178},"157":{"tf":1.4142135623730951},"16":{"tf":2.0},"172":{"tf":1.0},"2":{"tf":1.4142135623730951},"9":{"tf":2.0}}}},"i":{"c":{"df":40,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":2.449489742783178},"131":{"tf":2.23606797749979},"132":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":2.8284271247461903},"96":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"78":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"61":{"tf":1.0}}}}},"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"3":{"tf":1.0}},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"143":{"tf":1.0},"24":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":5,"docs":{"106":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":5,"docs":{"13":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"d":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"6":{"4":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"58":{"tf":2.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"98":{"tf":1.0}}}},"v":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"17":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":15,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":15,"docs":{"12":{"tf":2.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"170":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}},"x":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"156":{"tf":1.0},"167":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"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":{},"f":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"r":{"d":{"df":2,"docs":{"154":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"u":{"df":9,"docs":{"122":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"d":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"25":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"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":{},"e":{"df":14,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"[":{"3":{"2":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":1,"docs":{"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"104":{"tf":2.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":2.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"p":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"122":{"tf":1.0},"134":{"tf":1.0}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"27":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":2,"docs":{"94":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"33":{"tf":1.0},"68":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":25,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"119":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"174":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"26":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"174":{"tf":1.0}}}}},"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"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":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"105":{"tf":1.0},"139":{"tf":2.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":5,"docs":{"118":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"156":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.0},"163":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}}},"u":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"65":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":2.6457513110645907},"117":{"tf":3.4641016151377544},"118":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"1":{".":{"2":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"121":{"tf":1.0},"156":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"14":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":2.23606797749979},"121":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"17":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"91":{"tf":2.0}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"df":5,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"154":{"tf":1.4142135623730951},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":12,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"118":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":2.23606797749979}}}}}},"df":42,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"108":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"39":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"92":{"tf":2.23606797749979},"94":{"tf":3.605551275463989},"95":{"tf":2.6457513110645907},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"i":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":2,"docs":{"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"6":{"4":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"86":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":3.1622776601683795},"95":{"tf":2.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"[":{"3":{"2":{"df":2,"docs":{"58":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"135":{"tf":1.0},"143":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"127":{"tf":1.0},"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":2,"docs":{"158":{"tf":1.0},"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}},"q":{"df":0,"docs":{},"u":{"df":11,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"94":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":2.0},"130":{"tf":2.0},"132":{"tf":2.0},"31":{"tf":1.4142135623730951}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":27,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":94,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"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":{}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"3":{"df":1,"docs":{"164":{"tf":1.0}}},"4":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"2":{"df":1,"docs":{"135":{"tf":1.0}}},"3":{"df":1,"docs":{"135":{"tf":1.0}}},"4":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"135":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"119":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"4":{"8":{"5":{"7":{"6":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"5":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.4142135623730951}},"e":{"c":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"8":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"7":{"3":{"8":{"d":{"2":{"2":{"1":{"c":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"9":{"2":{"6":{"d":{"2":{"8":{"df":0,"docs":{},"e":{"6":{"2":{"b":{"c":{"9":{"3":{"6":{"0":{"4":{"a":{"9":{"6":{"df":0,"docs":{},"e":{"c":{"6":{"df":0,"docs":{},"f":{"7":{"c":{"5":{"0":{"9":{"3":{"df":0,"docs":{},"e":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"4":{"5":{"a":{"4":{"5":{"5":{"5":{"df":0,"docs":{},"e":{"d":{"0":{"6":{"df":0,"docs":{},"e":{"4":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"i":{"a":{"df":11,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"121":{"tf":1.0},"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":3.1622776601683795},"6":{"tf":2.8284271247461903},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"y":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":8,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"24":{"tf":1.0},"66":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"v":{"df":7,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"b":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":11,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.23606797749979},"131":{"tf":2.449489742783178},"14":{"tf":2.0},"15":{"tf":2.8284271247461903},"16":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"o":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"4":{"0":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":16,"docs":{"104":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"'":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"158":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"x":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"42":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":4,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0}}},"v":{"df":3,"docs":{"102":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"55":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"1":{".":{"1":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"2":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"113":{"tf":1.0}}},"3":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"7":{"2":{"c":{"a":{"8":{"df":0,"docs":{},"f":{"c":{"a":{"b":{"4":{"3":{"0":{"4":{"8":{"a":{"5":{"b":{"3":{"1":{"c":{"1":{"df":0,"docs":{},"e":{"a":{"2":{"0":{"4":{"7":{"4":{"8":{"c":{"2":{"c":{"b":{"5":{"a":{"c":{"c":{"a":{"6":{"b":{"9":{"0":{"df":0,"docs":{},"f":{"3":{"b":{"1":{"a":{"0":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"2":{"d":{"9":{"2":{"3":{"8":{"6":{"d":{"9":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"2":{"c":{"b":{"0":{"8":{"4":{"6":{"b":{"1":{"a":{"7":{"df":0,"docs":{},"e":{"4":{"5":{"3":{"1":{"3":{"df":0,"docs":{},"e":{"1":{"c":{"3":{"9":{"b":{"2":{"a":{"2":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"d":{"5":{"5":{"2":{"a":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"f":{"6":{"2":{"7":{"2":{"2":{"5":{"2":{"5":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"5":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"4":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"6":{"6":{"8":{"7":{"1":{"0":{"1":{"6":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"8":{"4":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"6":{"3":{"3":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"8":{"df":1,"docs":{"118":{"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":{}},"8":{"2":{"b":{"6":{"3":{"4":{"3":{"b":{"b":{"b":{"c":{"a":{"2":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"9":{"7":{"0":{"2":{"0":{"df":0,"docs":{},"e":{"a":{"3":{"df":0,"docs":{},"f":{"3":{"7":{"6":{"7":{"b":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"3":{"7":{"0":{"a":{"6":{"b":{"8":{"5":{"3":{"d":{"2":{"a":{"d":{"d":{"4":{"6":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"2":{"a":{"1":{"1":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"1":{"9":{"8":{"0":{"7":{"c":{"6":{"9":{"8":{"8":{"1":{"6":{"4":{"b":{"9":{"1":{"6":{"a":{"6":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"d":{"4":{"0":{"3":{"d":{"5":{"5":{"a":{"0":{"7":{"3":{"2":{"4":{"df":0,"docs":{},"f":{"a":{"8":{"8":{"3":{"c":{"b":{"7":{"df":0,"docs":{},"f":{"a":{"5":{"c":{"d":{"b":{"3":{"3":{"4":{"3":{"8":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"a":{"8":{"3":{"8":{"d":{"4":{"9":{"2":{"df":0,"docs":{},"f":{"2":{"9":{"b":{"7":{"a":{"3":{"a":{"df":0,"docs":{},"f":{"a":{"7":{"7":{"5":{"5":{"a":{"c":{"8":{"7":{"4":{"1":{"c":{"9":{"9":{"d":{"b":{"9":{"9":{"2":{"d":{"a":{"4":{"7":{"6":{"7":{"3":{"c":{"d":{"2":{"7":{"b":{"df":0,"docs":{},"e":{"8":{"6":{"df":0,"docs":{},"f":{"9":{"b":{"0":{"6":{"2":{"0":{"1":{"1":{"8":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"2":{"3":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":1.0}}},"4":{"0":{"0":{"2":{"b":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"3":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"7":{"5":{"a":{"3":{"8":{"b":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"c":{"8":{"df":0,"docs":{},"e":{"8":{"d":{"2":{"d":{"5":{"b":{"4":{"d":{"7":{"8":{"4":{"7":{"0":{"7":{"0":{"6":{"d":{"d":{"df":0,"docs":{},"e":{"7":{"a":{"b":{"0":{"b":{"8":{"d":{"5":{"4":{"c":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"9":{"6":{"1":{"1":{"1":{"1":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"b":{"4":{"a":{"3":{"9":{"3":{"7":{"5":{"1":{"9":{"3":{"3":{"a":{"9":{"df":0,"docs":{},"f":{"8":{"9":{"3":{"2":{"9":{"8":{"1":{"2":{"c":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"d":{"b":{"df":0,"docs":{},"e":{"4":{"8":{"3":{"c":{"0":{"7":{"1":{"b":{"3":{"4":{"0":{"1":{"d":{"0":{"6":{"c":{"8":{"d":{"6":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"6":{"df":1,"docs":{"135":{"tf":1.0}}},"9":{"2":{"0":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"8":{"7":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"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":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"5":{":":{"5":{"7":{":":{"2":{"8":{".":{"9":{"4":{"2":{"9":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"5":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"7":{"7":{"9":{"2":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"3":{"0":{"2":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"1":{"1":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"5":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.0}}},"6":{"1":{"8":{"4":{"6":{"8":{"7":{"8":{"4":{"7":{"5":{"5":{"9":{"2":{"6":{"5":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"a":{"df":0,"docs":{},"f":{"4":{"3":{"c":{"df":0,"docs":{},"f":{"d":{"2":{"a":{"6":{"d":{"8":{"a":{"df":0,"docs":{},"f":{"1":{"6":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"4":{"6":{"c":{"1":{"5":{"2":{"7":{"6":{"b":{"2":{"4":{"b":{"1":{"3":{"0":{"df":0,"docs":{},"f":{"c":{"6":{"a":{"8":{"9":{"c":{"df":0,"docs":{},"e":{"7":{"b":{"3":{"c":{"8":{"7":{"3":{"7":{"d":{"2":{"9":{"d":{"6":{"d":{"0":{"df":0,"docs":{},"e":{"1":{"b":{"b":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"8":{"6":{"7":{"6":{"4":{"6":{"9":{"0":{"1":{"9":{"3":{"7":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"4":{"5":{"8":{"4":{"9":{"0":{"7":{"9":{"6":{"7":{"5":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"8":{"5":{"6":{"7":{"7":{"4":{"5":{"3":{"9":{"9":{"2":{"4":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"8":{"3":{"3":{"4":{"6":{"7":{"3":{"2":{"3":{"6":{"8":{"3":{"4":{"5":{"1":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"0":{"8":{"8":{"6":{"8":{"9":{"9":{"5":{"8":{"1":{"8":{"4":{"0":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"9":{"5":{"7":{"4":{"5":{"1":{"4":{"7":{"7":{"6":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"8":{"7":{"2":{"0":{"0":{"6":{"9":{"3":{"0":{"0":{"4":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"5":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"d":{"2":{"d":{"9":{"3":{"3":{"d":{"0":{"3":{"3":{"4":{"d":{"5":{"4":{"7":{"7":{"6":{"6":{"1":{"2":{"a":{"5":{"a":{"df":0,"docs":{},"f":{"7":{"2":{"a":{"5":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"7":{"5":{"d":{"0":{"6":{"df":0,"docs":{},"f":{"a":{"9":{"1":{"5":{"2":{"df":0,"docs":{},"f":{"6":{"d":{"4":{"1":{"d":{"0":{"df":0,"docs":{},"e":{"5":{"0":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"27":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}},"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"8":{"0":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"0":{"0":{"0":{"df":5,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"2":{"1":{"4":{"1":{"9":{"6":{"9":{"9":{"4":{"7":{"0":{"2":{"2":{"9":{"8":{"1":{"1":{"df":1,"docs":{"108":{"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":{}},"2":{"5":{"3":{"8":{"8":{"2":{"9":{"6":{"1":{"9":{"0":{"1":{"6":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"109":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"f":{"d":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"0":{"7":{"3":{"9":{"7":{"5":{"a":{"0":{"df":0,"docs":{},"e":{"c":{"a":{"9":{"9":{"3":{"0":{"4":{"4":{"a":{"8":{"6":{"7":{"d":{"8":{"c":{"8":{"7":{"a":{"8":{"d":{"3":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"8":{"8":{"0":{"3":{"2":{"a":{"3":{"b":{"9":{"a":{"b":{"a":{"2":{"1":{"3":{"df":0,"docs":{},"f":{"6":{"1":{"0":{"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"118":{"tf":1.0}}},"b":{"df":0,"docs":{},"f":{"6":{"1":{"b":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"8":{"b":{"7":{"df":0,"docs":{},"f":{"b":{"4":{"0":{"df":0,"docs":{},"e":{"8":{"4":{"2":{"a":{"6":{"4":{"9":{"7":{"d":{"6":{"8":{"6":{"b":{"c":{"2":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"3":{"9":{"df":0,"docs":{},"e":{"c":{"3":{"c":{"a":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"4":{"df":0,"docs":{},"e":{"8":{"1":{"a":{"0":{"9":{"3":{"5":{"a":{"d":{"a":{"df":0,"docs":{},"e":{"b":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":12,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}},"f":{"0":{"c":{"8":{"1":{"a":{"4":{"2":{"c":{"8":{"6":{"c":{"7":{"1":{"8":{"c":{"0":{"a":{"df":0,"docs":{},"e":{"9":{"0":{"b":{"a":{"8":{"3":{"8":{"d":{"6":{"df":0,"docs":{},"f":{"1":{"b":{"d":{"df":0,"docs":{},"f":{"c":{"9":{"a":{"7":{"5":{"7":{"c":{"b":{"df":0,"docs":{},"f":{"0":{"7":{"c":{"9":{"4":{"6":{"df":0,"docs":{},"f":{"b":{"3":{"2":{"8":{"0":{"b":{"4":{"4":{"2":{"5":{"7":{"b":{"4":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"4":{"2":{"8":{"8":{"0":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"13":{"tf":1.0}}},"6":{"1":{"6":{"5":{"6":{"6":{"a":{"df":0,"docs":{},"f":{"d":{"c":{"1":{"4":{"1":{"df":0,"docs":{},"e":{"c":{"d":{"2":{"b":{"6":{"0":{"df":0,"docs":{},"f":{"d":{"c":{"5":{"6":{"a":{"a":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"3":{"d":{"0":{"4":{"b":{"3":{"df":0,"docs":{},"f":{"6":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"5":{"a":{"3":{"c":{"2":{"1":{"d":{"0":{"1":{"0":{"5":{"a":{"0":{"8":{"c":{"c":{"1":{"b":{"3":{"4":{"9":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"b":{"4":{"8":{"6":{"c":{"c":{"2":{"c":{"3":{"b":{"d":{"1":{"1":{"3":{"3":{"d":{"df":0,"docs":{},"f":{"9":{"2":{"4":{"5":{"6":{"4":{"5":{"6":{"4":{"8":{"b":{"6":{"a":{"0":{"9":{"b":{"3":{"5":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"7":{"df":0,"docs":{},"f":{"7":{"1":{"b":{"b":{"0":{"5":{"4":{"4":{"9":{"c":{"df":0,"docs":{},"e":{"a":{"0":{"df":0,"docs":{},"e":{"8":{"3":{"6":{"1":{"1":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"0":{"df":0,"docs":{},"e":{"b":{"c":{"3":{"0":{"a":{"1":{"0":{"3":{"7":{"b":{"8":{"3":{"3":{"3":{"6":{"c":{"9":{"5":{"6":{"c":{"9":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"c":{"4":{"7":{"0":{"c":{"4":{"b":{"7":{"6":{"7":{"5":{"0":{"a":{"9":{"3":{"df":0,"docs":{},"f":{"6":{"a":{"1":{"df":0,"docs":{},"f":{"6":{"d":{"1":{"9":{"a":{"2":{"1":{"d":{"0":{"5":{"8":{"b":{"1":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}},"7":{"0":{"1":{"8":{"4":{"0":{"9":{"4":{"6":{"5":{"2":{"1":{"2":{"2":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"2":{"0":{"0":{"0":{"9":{"3":{"4":{"9":{"2":{"7":{"8":{"2":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"6":{"0":{"2":{"6":{"4":{"8":{"6":{"3":{"9":{"5":{"9":{"2":{"1":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"6":{"2":{"2":{"5":{"4":{"9":{"1":{"7":{"1":{"9":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"7":{"1":{"3":{"7":{"7":{"4":{"2":{"9":{"3":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"9":{"5":{"4":{"2":{"b":{"6":{"2":{"4":{"d":{"8":{"8":{"b":{"3":{"d":{"6":{"6":{"c":{"6":{"c":{"9":{"a":{"1":{"8":{"3":{"5":{"df":0,"docs":{},"f":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"b":{"a":{"8":{"8":{"9":{"2":{"a":{"8":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"b":{"9":{"c":{"1":{"7":{"2":{"5":{"1":{"c":{"4":{"5":{"6":{"c":{"a":{"5":{"d":{"c":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"7":{"9":{"b":{"df":0,"docs":{},"f":{"3":{"7":{"9":{"3":{"1":{"4":{"3":{"c":{"5":{"5":{"7":{"2":{"2":{"5":{"df":0,"docs":{},"f":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"e":{"7":{"d":{"8":{"a":{"2":{"b":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"5":{"4":{"4":{"b":{"8":{"3":{"9":{"d":{"6":{"2":{"c":{"c":{"3":{"6":{"7":{"b":{"8":{"c":{"5":{"b":{"0":{"7":{"9":{"d":{"4":{"7":{"8":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"8":{"0":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"1":{"1":{"8":{"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"9":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"b":{"3":{"6":{"d":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"d":{"9":{"2":{"6":{"9":{"2":{"1":{"b":{"8":{"df":0,"docs":{},"e":{"7":{"9":{"5":{"9":{"7":{"8":{"9":{"9":{"d":{"8":{"7":{"1":{"2":{"df":0,"docs":{},"f":{"d":{"a":{"b":{"df":0,"docs":{},"f":{"2":{"5":{"5":{"3":{"df":0,"docs":{},"f":{"2":{"8":{"b":{"4":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"8":{"5":{"1":{"a":{"9":{"6":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"4":{"b":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"a":{"b":{"1":{"5":{"6":{"d":{"d":{"d":{"9":{"a":{"c":{"9":{"5":{"0":{"2":{"7":{"6":{"8":{"df":0,"docs":{},"f":{"7":{"7":{"9":{"9":{"3":{"6":{"7":{"1":{"0":{"df":0,"docs":{},"f":{"d":{"3":{"d":{"7":{"9":{"2":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"e":{"a":{"7":{"9":{"b":{"c":{"0":{"df":0,"docs":{},"e":{"4":{"0":{"8":{"2":{"d":{"df":0,"docs":{},"e":{"9":{"6":{"4":{"5":{"0":{"b":{"5":{"1":{"7":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"f":{"a":{"1":{"8":{"1":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"f":{"a":{"3":{"b":{"4":{"8":{"c":{"1":{"0":{"d":{"3":{"1":{"8":{"1":{"2":{"1":{"7":{"9":{"1":{"8":{"d":{"d":{"3":{"7":{"7":{"b":{"8":{"7":{"5":{"d":{"0":{"7":{"d":{"a":{"b":{"c":{"7":{"2":{"d":{"6":{"d":{"1":{"0":{"8":{"1":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"2":{"7":{"1":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"8":{"c":{"df":0,"docs":{},"e":{"4":{"3":{"6":{"0":{"3":{"c":{"1":{"a":{"4":{"8":{"2":{"7":{"4":{"a":{"a":{"c":{"7":{"5":{"3":{"2":{"d":{"a":{"5":{"6":{"7":{"0":{"7":{"9":{"0":{"1":{"d":{"9":{"6":{"0":{"6":{"a":{"2":{"b":{"0":{"5":{"d":{"df":0,"docs":{},"e":{"8":{"0":{"1":{"9":{"9":{"3":{"df":0,"docs":{},"f":{"4":{"8":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"5":{"5":{"8":{"8":{"df":0,"docs":{},"e":{"2":{"0":{"2":{"9":{"6":{"9":{"6":{"9":{"a":{"7":{"6":{"5":{"7":{"6":{"d":{"5":{"1":{"9":{"d":{"3":{"0":{"1":{"c":{"6":{"c":{"a":{"b":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"0":{"0":{"9":{"6":{"7":{"5":{"df":0,"docs":{},"e":{"4":{"3":{"0":{"d":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"1":{"8":{"b":{"a":{"2":{"a":{"0":{"d":{"3":{"8":{"a":{"4":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"b":{"2":{"5":{"8":{"df":0,"docs":{},"e":{"0":{"d":{"6":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"0":{"2":{"2":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"3":{"8":{"a":{"7":{"5":{"1":{"a":{"d":{"5":{"a":{"1":{"b":{"3":{"6":{"df":0,"docs":{},"e":{"4":{"d":{"df":0,"docs":{},"f":{"d":{"c":{"c":{"2":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"b":{"8":{"3":{"0":{"8":{"df":0,"docs":{},"e":{"0":{"4":{"4":{"2":{"5":{"0":{"b":{"8":{"c":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"128":{"tf":1.0}}},"_":{"df":1,"docs":{"77":{"tf":1.0}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"4":{"0":{"5":{"d":{"5":{"6":{"8":{"8":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"1":{"7":{"8":{"6":{"8":{"3":{"6":{"1":{"2":{"1":{"7":{"a":{"0":{"9":{"8":{"1":{"2":{"3":{"4":{"9":{"c":{"c":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"2":{"b":{"df":0,"docs":{},"f":{"9":{"3":{"2":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"2":{"3":{"df":0,"docs":{},"e":{"3":{"3":{"8":{"df":0,"docs":{},"e":{"9":{"4":{"4":{"4":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"c":{"5":{"5":{"4":{"7":{"5":{"8":{"df":0,"docs":{},"f":{"7":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"3":{"0":{"5":{"4":{"4":{"0":{"5":{"d":{"3":{"8":{"0":{"9":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"d":{"2":{"1":{"a":{"9":{"0":{"c":{"0":{"5":{"2":{"0":{"6":{"b":{"5":{"c":{"6":{"1":{"3":{"7":{"4":{"2":{"4":{"9":{"8":{"5":{"c":{"8":{"df":0,"docs":{},"f":{"d":{"1":{"0":{"c":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"w":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":14,"docs":{"35":{"tf":1.0},"39":{"tf":2.23606797749979},"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"32":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"11":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"124":{"tf":2.0},"143":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":2.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"b":{"7":{"8":{"5":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"4":{"a":{"df":0,"docs":{},"e":{"6":{"2":{"8":{"5":{"8":{"df":0,"docs":{},"f":{"a":{"6":{"7":{"3":{"2":{"9":{"6":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"a":{"5":{"1":{"8":{"8":{"5":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"b":{"4":{"7":{"d":{"df":0,"docs":{},"f":{"2":{"d":{"b":{"b":{"9":{"c":{"8":{"c":{"a":{"1":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"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":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"117":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"=":{"\"":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":18,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"58":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"=":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"153":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"171":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"107":{"tf":1.0},"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"r":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.4142135623730951}},"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":{"1":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"80":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"174":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"d":{"df":7,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"65":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"155":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"119":{"tf":3.605551275463989},"12":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":2.6457513110645907},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}},"y":{"df":2,"docs":{"0":{"tf":1.0},"105":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"0":{"9":{"0":{"6":{"3":{"4":{"7":{"8":{"8":{"d":{"d":{"d":{"0":{"4":{"6":{"1":{"c":{"b":{"a":{"4":{"d":{"0":{"8":{"3":{"3":{"a":{"3":{"df":0,"docs":{},"f":{"1":{"5":{"b":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"5":{"1":{"df":0,"docs":{},"e":{"6":{"7":{"2":{"df":0,"docs":{},"f":{"b":{"1":{"5":{"2":{"7":{"df":0,"docs":{},"f":{"c":{"8":{"c":{"7":{"8":{"c":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"0":{"d":{"c":{"1":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0}}},"h":{"df":1,"docs":{"121":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"3":{"2":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":11,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"w":{"df":16,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":5,"docs":{"118":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"123":{"tf":1.0},"154":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":2.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"133":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"168":{"tf":1.0}}},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"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":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"[":{"0":{"df":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}}}},"i":{"d":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":15,"docs":{"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":3.1622776601683795},"118":{"tf":2.6457513110645907},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"32":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":2.6457513110645907},"25":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.23606797749979},"65":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}},"l":{"df":4,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":3.0}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":5,"docs":{"143":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"159":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"0":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":3.0},"127":{"tf":2.0},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"157":{"tf":2.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":2.449489742783178},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":7,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"78":{"tf":1.0},"79":{"tf":2.6457513110645907},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":2.0},"72":{"tf":1.0},"99":{"tf":1.0}},"s":{"3":{"2":{"df":4,"docs":{"58":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"9":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"9":{"1":{"7":{"8":{"d":{"5":{"2":{"6":{"a":{"8":{"3":{"6":{"d":{"7":{"0":{"7":{"1":{"3":{"7":{"d":{"df":0,"docs":{},"e":{"0":{"8":{"b":{"0":{"df":0,"docs":{},"f":{"7":{"4":{"3":{"df":0,"docs":{},"f":{"a":{"b":{"c":{"df":0,"docs":{},"e":{"7":{"9":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"c":{"7":{"7":{"c":{"4":{"1":{"9":{"b":{"df":0,"docs":{},"f":{"b":{"7":{"df":0,"docs":{},"e":{"6":{"b":{"df":0,"docs":{},"e":{"8":{"8":{"6":{"3":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":13,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.449489742783178},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"c":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"174":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":2.449489742783178},"158":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"157":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"i":{"df":1,"docs":{"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":2.6457513110645907}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.7320508075688772}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"83":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"31":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.7320508075688772},"160":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"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.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"s":{"df":2,"docs":{"121":{"tf":1.0},"2":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"174":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":2.0},"131":{"tf":2.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"171":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":3.1622776601683795},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"173":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"148":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"92":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"_":{"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"35":{"tf":1.0},"40":{"tf":2.0},"57":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"116":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"94":{"tf":2.8284271247461903},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"i":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"0":{"tf":1.0},"123":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"170":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":3,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"df":3,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"148":{"tf":1.0},"23":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"58":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.449489742783178},"143":{"tf":2.0},"158":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"b":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"17":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}},"d":{"0":{"d":{"6":{"6":{"3":{"df":0,"docs":{},"e":{"0":{"b":{"df":0,"docs":{},"f":{"4":{"9":{"9":{"a":{"c":{"a":{"1":{"9":{"d":{"3":{"df":0,"docs":{},"e":{"c":{"b":{"9":{"b":{"0":{"b":{"2":{"9":{"1":{"2":{"3":{"4":{"d":{"c":{"3":{"7":{"6":{"9":{"d":{"2":{"b":{"4":{"6":{"5":{"1":{"2":{"0":{"1":{"6":{"df":0,"docs":{},"e":{"c":{"a":{"7":{"2":{"4":{"4":{"c":{"a":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"6":{"3":{"2":{"df":0,"docs":{},"f":{"8":{"5":{"6":{"6":{"9":{"d":{"d":{"4":{"4":{"7":{"3":{"7":{"a":{"b":{"df":0,"docs":{},"f":{"3":{"6":{"b":{"3":{"2":{"df":0,"docs":{},"f":{"4":{"7":{"9":{"a":{"df":0,"docs":{},"e":{"5":{"1":{"8":{"df":0,"docs":{},"e":{"0":{"7":{"a":{"9":{"1":{"7":{"4":{"c":{"8":{"5":{"7":{"1":{"3":{"7":{"7":{"df":0,"docs":{},"e":{"b":{"b":{"8":{"1":{"5":{"6":{"3":{"b":{"b":{"9":{"a":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":39,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.23606797749979},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":34,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"7":{"8":{"0":{"3":{"4":{"c":{"2":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"d":{"2":{"d":{"2":{"0":{"3":{"d":{"1":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"df":0,"docs":{},"f":{"1":{"b":{"1":{"8":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"c":{"0":{"8":{"9":{"c":{"5":{"1":{"c":{"2":{"a":{"a":{"7":{"b":{"5":{"c":{"8":{"1":{"4":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":3.1622776601683795},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"150":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"17":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"174":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"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":2,"docs":{"120":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"59":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":2.449489742783178},"24":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":18,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":3.1622776601683795},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":3,"docs":{"1":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"105":{"tf":1.0},"171":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"13":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"121":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":7,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":2.0},"2":{"tf":2.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"119":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"23":{"tf":1.4142135623730951},"30":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"3":{"df":0,"docs":{},"e":{"0":{"8":{"6":{"0":{"a":{"3":{"5":{"8":{"c":{"0":{"d":{"0":{"4":{"4":{"6":{"6":{"9":{"7":{"4":{"8":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"2":{"b":{"4":{"b":{"0":{"0":{"7":{"3":{"b":{"a":{"a":{"c":{"a":{"5":{"3":{"a":{"1":{"2":{"8":{"d":{"d":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"3":{"7":{"5":{"7":{"a":{"df":0,"docs":{},"e":{"3":{"9":{"8":{"8":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"2":{"9":{"0":{"4":{"5":{"1":{"9":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"0":{"d":{"c":{"df":0,"docs":{},"f":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"0":{"c":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"8":{"c":{"3":{"7":{"1":{"2":{"9":{"c":{"b":{"df":0,"docs":{},"e":{"4":{"7":{"df":0,"docs":{},"e":{"0":{"0":{"3":{"a":{"5":{"9":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"1":{"a":{"8":{"8":{"b":{"0":{"3":{"b":{"5":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"103":{"tf":1.0},"157":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}},"i":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"8":{"2":{"2":{"df":0,"docs":{},"e":{"1":{"8":{"df":0,"docs":{},"e":{"7":{"1":{"b":{"a":{"7":{"c":{"9":{"2":{"c":{"2":{"6":{"6":{"b":{"0":{"9":{"7":{"6":{"a":{"c":{"d":{"a":{"2":{"3":{"4":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"6":{"0":{"0":{"9":{"9":{"d":{"4":{"0":{"0":{"c":{"c":{"2":{"4":{"3":{"3":{"9":{"4":{"df":0,"docs":{},"f":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"141":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":2.0},"35":{"tf":1.0},"96":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":2.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":3.1622776601683795},"109":{"tf":1.0},"118":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":2.8284271247461903},"66":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"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},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":5,"docs":{"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"14":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":2.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.7320508075688772},"97":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"j":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"v":{"1":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"9":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"z":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"4":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"0":{"c":{"7":{"c":{"7":{"7":{"8":{"df":0,"docs":{},"f":{"a":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"2":{"a":{"8":{"b":{"df":0,"docs":{},"f":{"0":{"3":{"c":{"9":{"c":{"4":{"7":{"b":{"b":{"3":{"df":0,"docs":{},"f":{"8":{"3":{"6":{"b":{"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"3":{"7":{"df":0,"docs":{},"e":{"6":{"9":{"c":{"1":{"8":{"df":0,"docs":{},"e":{"3":{"0":{"df":0,"docs":{},"f":{"8":{"5":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"1":{"4":{"6":{"5":{"2":{"2":{"d":{"c":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"6":{"9":{"a":{"3":{"0":{"c":{"df":0,"docs":{},"f":{"c":{"b":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"d":{"9":{"7":{"a":{"0":{"7":{"b":{"1":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"8":{"df":0,"docs":{},"e":{"4":{"b":{"3":{"8":{"a":{"4":{"3":{"6":{"7":{"b":{"0":{"3":{"d":{"1":{"8":{"1":{"9":{"9":{"4":{"3":{"b":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"4":{"4":{"3":{"3":{"9":{"d":{"3":{"8":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"2":{"9":{"7":{"8":{"9":{"5":{"0":{"8":{"6":{"df":0,"docs":{},"e":{"6":{"6":{"c":{"0":{"9":{"4":{"7":{"c":{"2":{"1":{"3":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"9":{"0":{"df":0,"docs":{},"f":{"5":{"9":{"6":{"b":{"8":{"6":{"0":{"d":{"1":{"0":{"3":{"1":{"6":{"a":{"b":{"8":{"0":{"6":{"0":{"6":{"4":{"6":{"0":{"8":{"d":{"d":{"2":{"5":{"8":{"0":{"c":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"d":{"6":{"4":{"4":{"8":{"a":{"2":{"7":{"3":{"b":{"5":{"3":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"9":{"4":{"2":{"c":{"1":{"3":{"3":{"b":{"b":{"9":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"9":{"0":{"4":{"c":{"7":{"d":{"7":{"df":0,"docs":{},"f":{"3":{"1":{"0":{"4":{"c":{"d":{"a":{"df":0,"docs":{},"f":{"6":{"b":{"9":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"5":{"0":{"d":{"3":{"5":{"1":{"8":{"8":{"7":{"1":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"115":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":2,"docs":{"13":{"tf":2.8284271247461903},"24":{"tf":3.1622776601683795}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"1":{"df":1,"docs":{"103":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"a":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"b":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":2.8284271247461903},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":2.23606797749979}}},"df":1,"docs":{"57":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"]":{"(":{"df":0,"docs":{},"h":{"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":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"12":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"17":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"143":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0}}}},"d":{"df":8,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"x":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":22,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":32,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":2.23606797749979},"126":{"tf":2.23606797749979},"127":{"tf":2.23606797749979},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"130":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"141":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":3.4641016151377544},"26":{"tf":2.449489742783178},"3":{"tf":2.0},"31":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979}}}}},"v":{"df":1,"docs":{"24":{"tf":1.0}}}},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"92":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"23":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"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":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"38":{"tf":2.0},"96":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"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":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":2.23606797749979},"10":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.6457513110645907},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"121":{"tf":2.23606797749979},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":3.1622776601683795},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.449489742783178},"141":{"tf":2.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"2":{"tf":2.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.23606797749979},"24":{"tf":2.0},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"b":{"df":5,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"0":{"df":0,"docs":{},"x":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"3":{"tf":2.449489742783178}}}},"v":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.7320508075688772},"37":{"tf":1.0},"52":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}}}},"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":1,"docs":{"80":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"n":{"df":10,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"26":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.8284271247461903},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"63":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":2.0},"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":3.4641016151377544},"118":{"tf":2.6457513110645907},"27":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"12":{"tf":1.0},"122":{"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},"15":{"tf":1.0}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":26,"docs":{"103":{"tf":2.6457513110645907},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"112":{"tf":2.6457513110645907},"113":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"25":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951}}}},"p":{"df":26,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"153":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"133":{"tf":1.0},"15":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"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":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"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":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}},"s":{":":{"/":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{".":{"df":1,"docs":{"36":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"a":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":37,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"104":{"tf":2.8284271247461903},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":3.0},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":2.23606797749979},"46":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":3.1622776601683795},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"88":{"tf":1.0},"96":{"tf":2.0}}}}}}}},"l":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":2.449489742783178}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.449489742783178},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"1":{"df":1,"docs":{"37":{"tf":1.0}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":133,"docs":{"0":{"tf":3.0},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.8284271247461903},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":3.872983346207417},"120":{"tf":2.449489742783178},"121":{"tf":4.47213595499958},"122":{"tf":4.358898943540674},"123":{"tf":1.4142135623730951},"124":{"tf":3.1622776601683795},"125":{"tf":3.0},"126":{"tf":2.6457513110645907},"127":{"tf":4.0},"128":{"tf":3.1622776601683795},"129":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"130":{"tf":3.1622776601683795},"131":{"tf":4.358898943540674},"132":{"tf":2.8284271247461903},"133":{"tf":3.605551275463989},"134":{"tf":2.449489742783178},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":2.6457513110645907},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":3.872983346207417},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":3.872983346207417},"23":{"tf":2.449489742783178},"24":{"tf":3.0},"25":{"tf":5.830951894845301},"26":{"tf":4.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":3.605551275463989},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":2.449489742783178},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"60":{"tf":2.8284271247461903},"63":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"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.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":2.8284271247461903},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":4.242640687119285},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"56":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"?":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":7,"docs":{"106":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"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":{"89":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"w":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"m":{"df":33,"docs":{"1":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}}},"d":{"b":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"156":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"3":{"tf":2.0},"4":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":9,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":2.0}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0}}}}},"f":{"a":{"c":{"df":4,"docs":{"173":{"tf":1.0},"22":{"tf":1.4142135623730951},"39":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"121":{"tf":1.0},"158":{"tf":2.6457513110645907},"160":{"tf":1.4142135623730951},"25":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}},"t":{"'":{"df":4,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"158":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"119":{"tf":1.7320508075688772},"12":{"tf":2.8284271247461903},"120":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"15":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"158":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"117":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"25":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"a":{"b":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"171":{"tf":1.0},"2":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"162":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"107":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.0}}}},"t":{"'":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":2.23606797749979}},"p":{"df":0,"docs":{},"q":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"104":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.6457513110645907},"66":{"tf":2.0}}},"y":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":5,"docs":{"158":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"121":{"tf":1.0},"143":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"1":{"1":{"df":1,"docs":{"173":{"tf":2.0}}},"df":0,"docs":{}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"148":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}}}},"t":{"df":4,"docs":{"133":{"tf":1.0},"23":{"tf":1.7320508075688772},"60":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":9,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"15":{"tf":1.7320508075688772},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":3.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"158":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"o":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":1,"docs":{"14":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"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},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}}}},"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"144":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"x":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"d":{"0":{"2":{"5":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"4":{"1":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0}},"t":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"a":{"=":{"\"":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"g":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":2.449489742783178},"39":{"tf":1.0},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":2.23606797749979}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"154":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"15":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"57":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":3.0},"125":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"143":{"tf":1.0},"158":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"129":{"tf":2.0},"25":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"133":{"tf":3.0},"17":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":20,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":2.449489742783178},"118":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"40":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}}}},"w":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"129":{"tf":3.0},"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"57":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":14,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"13":{"tf":2.449489742783178},"131":{"tf":2.6457513110645907},"141":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.0},"24":{"tf":1.7320508075688772},"32":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":10,"docs":{"154":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"24":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"94":{"tf":3.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"(":{"2":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"9":{",":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"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":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903},"59":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":2.8284271247461903},"118":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":8,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.4142135623730951},"23":{"tf":1.0},"5":{"tf":1.0}}},"df":10,"docs":{"111":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"94":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":23,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"36":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":36,"docs":{"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"?":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"=":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"7":{"3":{"8":{"9":{"d":{"8":{"&":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"6":{"a":{"7":{"df":0,"docs":{},"e":{"c":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"141":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"124":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"62":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.0}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":5,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":11,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"40":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":12,"docs":{"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":2.0},"129":{"tf":2.23606797749979},"130":{"tf":2.0},"133":{"tf":2.449489742783178},"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"c":{"df":5,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":8,"docs":{"121":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"59":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}}}},"g":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"d":{"(":{"6":{"3":{"9":{"6":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}},"n":{"df":4,"docs":{"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":2.449489742783178},"106":{"tf":1.4142135623730951},"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":13,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"50":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"15":{"tf":2.449489742783178},"24":{"tf":2.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":26,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":3.4641016151377544},"122":{"tf":1.4142135623730951},"13":{"tf":3.0},"131":{"tf":3.4641016151377544},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.8284271247461903},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":3.4641016151377544},"151":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.6457513110645907},"4":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"5":{"4":{"3":{"2":{"/":{"[":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":16,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.8284271247461903},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"9":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"123":{"tf":1.0},"158":{"tf":3.3166247903554}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"22":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":2.0},"135":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.23606797749979},"119":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":34,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"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.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"172":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"u":{"b":{"df":16,"docs":{"69":{"tf":2.8284271247461903},"73":{"tf":2.23606797749979},"76":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"1":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":3.7416573867739413},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"117":{"tf":2.8284271247461903},"118":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"32":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"49":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"r":{"a":{"df":1,"docs":{"81":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"119":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":4,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"b":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"d":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"52":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":2.0},"88":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"86":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.6457513110645907}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"158":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":2.0},"2":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"2":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"104":{"tf":1.0},"17":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"121":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"163":{"tf":2.0},"164":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":10,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"32":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"68":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":2.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"r":{"df":28,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"89":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"m":{"df":3,"docs":{"24":{"tf":1.0},"45":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}},"t":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":1,"docs":{"89":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":3.1622776601683795},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":3,"docs":{"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"158":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":2.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":46,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"133":{"tf":3.3166247903554},"134":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":2.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"152":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":2.449489742783178},"65":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":32,"docs":{"0":{"tf":1.0},"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"119":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":2.23606797749979},"15":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"89":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"89":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"53":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"126":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":2.8284271247461903},"143":{"tf":1.0},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"172":{"tf":1.0},"2":{"tf":1.4142135623730951},"9":{"tf":2.0}}}},"i":{"c":{"df":41,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"11":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":2.8284271247461903},"131":{"tf":2.23606797749979},"132":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":3.1622776601683795},"96":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"78":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"61":{"tf":1.0}}}}},"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"3":{"tf":1.0}},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"143":{"tf":1.0},"24":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":5,"docs":{"106":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":5,"docs":{"13":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"d":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"6":{"4":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"58":{"tf":2.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"98":{"tf":1.0}}}},"v":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"17":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.4142135623730951},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":15,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":15,"docs":{"12":{"tf":2.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"170":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}},"x":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"144":{"tf":2.0},"147":{"tf":1.0},"156":{"tf":1.0},"167":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"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":{},"f":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}},"r":{"d":{"df":8,"docs":{"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":3.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.449489742783178},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"168":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"u":{"df":9,"docs":{"122":{"tf":1.4142135623730951},"132":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"d":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"25":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"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":{},"e":{"df":16,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"r":{"[":{"3":{"2":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":1,"docs":{"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"104":{"tf":2.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":2.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"p":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"122":{"tf":1.0},"134":{"tf":1.0}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"27":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":2,"docs":{"94":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"33":{"tf":1.0},"68":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":25,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"119":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"174":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"26":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"174":{"tf":1.0}}}}},"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"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":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"105":{"tf":1.0},"139":{"tf":2.0},"149":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":5,"docs":{"118":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"156":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.0},"163":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}}},"u":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"65":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":2.6457513110645907},"117":{"tf":3.4641016151377544},"118":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"1":{".":{"2":{"df":3,"docs":{"121":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"121":{"tf":1.0},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"14":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":2.23606797749979},"121":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"17":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"91":{"tf":2.23606797749979}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"df":5,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"154":{"tf":1.4142135623730951},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":12,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"118":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":2.23606797749979}}}}}},"df":60,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"108":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"39":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.449489742783178},"56":{"tf":2.8284271247461903},"57":{"tf":3.872983346207417},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"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.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.449489742783178},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.0},"94":{"tf":3.7416573867739413},"95":{"tf":2.8284271247461903},"96":{"tf":2.0},"97":{"tf":2.0},"99":{"tf":2.449489742783178}},"i":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":2,"docs":{"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"6":{"4":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"86":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":3.1622776601683795},"95":{"tf":2.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"[":{"3":{"2":{"df":2,"docs":{"58":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"135":{"tf":1.0},"143":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"127":{"tf":1.0},"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":2,"docs":{"158":{"tf":1.0},"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":2.8284271247461903}}}},"q":{"df":0,"docs":{},"u":{"df":11,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":3.3166247903554},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"94":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":2.0},"130":{"tf":2.0},"132":{"tf":2.0},"31":{"tf":1.4142135623730951}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":94,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.449489742783178},"131":{"tf":2.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"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":{}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"3":{"df":1,"docs":{"164":{"tf":1.0}}},"4":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"2":{"df":1,"docs":{"135":{"tf":1.0}}},"3":{"df":1,"docs":{"135":{"tf":1.0}}},"4":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"135":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"119":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"4":{"8":{"5":{"7":{"6":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"5":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.4142135623730951}},"e":{"c":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"8":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"7":{"3":{"8":{"d":{"2":{"2":{"1":{"c":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"9":{"2":{"6":{"d":{"2":{"8":{"df":0,"docs":{},"e":{"6":{"2":{"b":{"c":{"9":{"3":{"6":{"0":{"4":{"a":{"9":{"6":{"df":0,"docs":{},"e":{"c":{"6":{"df":0,"docs":{},"f":{"7":{"c":{"5":{"0":{"9":{"3":{"df":0,"docs":{},"e":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"4":{"5":{"a":{"4":{"5":{"5":{"5":{"df":0,"docs":{},"e":{"d":{"0":{"6":{"df":0,"docs":{},"e":{"4":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"i":{"a":{"df":11,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"121":{"tf":1.0},"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":3.1622776601683795},"6":{"tf":3.0},"7":{"tf":2.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"y":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":8,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"24":{"tf":1.0},"66":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"v":{"df":7,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"b":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":11,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.23606797749979},"131":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":3.0},"16":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"o":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"4":{"0":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":16,"docs":{"104":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"'":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"158":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"x":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"42":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":4,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0}}},"v":{"df":3,"docs":{"102":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"title":{"root":{"1":{".":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.0},"94":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"3":{"df":1,"docs":{"25":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"96":{"tf":1.0}}},"4":{"df":1,"docs":{"97":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}},"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":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"125":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"24":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"69":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"140":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"127":{"tf":1.0},"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"93":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"121":{"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},"22":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"141":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":32,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"121":{"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},"13":{"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},"153":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"172":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"27":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"46":{"tf":1.0},"52":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"110":{"tf":1.0},"19":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"145":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":4,"docs":{"54":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["index.html#-fuel-indexer","index.html#architecture","getting-started/dependencies.html#dependencies","getting-started/dependencies.html#the-fuel-toolchain","getting-started/dependencies.html#postgresql","getting-started/dependencies.html#macos","getting-started/dependencies.html#web-assembly-wasm","getting-started/dependencies.html#wasm-snip","getting-started/dependencies.html#wasm32-target","getting-started/indexer-service-infrastructure.html#indexer-service-infrastructure","getting-started/indexer-service-infrastructure.html#components","getting-started/indexer-service-infrastructure.html#fuel-indexer-service","getting-started/indexer-service-infrastructure.html#using-cli-options-indexer-service","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-indexer-service","getting-started/indexer-service-infrastructure.html#web-api-server","getting-started/indexer-service-infrastructure.html#using-cli-options-web-server","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-web-server","getting-started/how-it-compares.html#how-it-compares","getting-started/quickstart.html#quickstart","getting-started/quickstart.html#1-setting-up-your-environment","getting-started/quickstart.html#11-install-fuelup","getting-started/quickstart.html#12-webassembly-wasm-setup","getting-started/quickstart.html#2-using-the-forc-index-plugin","getting-started/quickstart.html#21-check-for-components","getting-started/quickstart.html#22-setup-a-database-and-start-the-indexer-service","getting-started/quickstart.html#23-creating-a-new-indexer","getting-started/quickstart.html#24-deploying-our-indexer","getting-started/quickstart.html#3-querying-for-data","getting-started/quickstart.html#finished-","project-components/index.html#a-fuel-indexer-project","project-components/index.html#use-cases","project-components/index.html#as-tooling-to-interact-with-indexers","project-components/index.html#as-a-standalone-service","project-components/index.html#as-part-of-a-fuel-project","project-components/index.html#an-indexer-project-at-a-glance","project-components/manifest.html#manifest","project-components/manifest.html#namespace","project-components/manifest.html#identifier","project-components/manifest.html#fuel_client","project-components/manifest.html#abi","project-components/manifest.html#contract_id","project-components/manifest.html#graphql_schema","project-components/manifest.html#start_block","project-components/manifest.html#end_block","project-components/manifest.html#module","project-components/manifest.html#resumable","project-components/schema.html#graphql-schema","project-components/module.html#indexer-modules","project-components/module.html#creating-handlers","project-components/module.html#whats-going-on-here","project-components/module.html#usage","project-components/module.html#notes-on-web-assembly-modules","designing-a-schema/index.html#designing-a-schema","designing-a-schema/index.html#supported-functionality","designing-a-schema/types.html#types","designing-a-schema/types.html#objects","designing-a-schema/types.html#enums","designing-a-schema/types.html#unions","designing-a-schema/scalars.html#scalars","designing-a-schema/directives.html#directives","designing-a-schema/directives.html#indexed","designing-a-schema/directives.html#unique","designing-a-schema/directives.html#join","designing-a-schema/relationships.html#relationships","designing-a-schema/relationships.html#usage","designing-a-schema/relationships.html#implicit-foreign-keys","designing-a-schema/relationships.html#explicit-foreign-keys","indexing-fuel-types/index.html#indexing-fuel-types","indexing-fuel-types/blocks.html#blockdata","indexing-fuel-types/blocks.html#definition","indexing-fuel-types/blocks.html#usage","indexing-fuel-types/transactions.html#transactions","indexing-fuel-types/transactions.html#transactiondata","indexing-fuel-types/transactions.html#definition","indexing-fuel-types/transactions.html#usage","indexing-fuel-types/transactions.html#transactionstatus","indexing-fuel-types/transactions.html#definition-1","indexing-fuel-types/transactions.html#usage-1","indexing-fuel-types/receipts.html#receipts","indexing-fuel-types/receipts.html#burn","indexing-fuel-types/receipts.html#call","indexing-fuel-types/receipts.html#log","indexing-fuel-types/receipts.html#logdata","indexing-fuel-types/receipts.html#messageout","indexing-fuel-types/receipts.html#mint","indexing-fuel-types/receipts.html#panic","indexing-fuel-types/receipts.html#return","indexing-fuel-types/receipts.html#returndata","indexing-fuel-types/receipts.html#revert","indexing-fuel-types/receipts.html#scriptresult","indexing-fuel-types/receipts.html#transfer","indexing-fuel-types/receipts.html#transferout","indexing-custom-types/index.html#custom-types","indexing-custom-types/index.html#example","indexing-custom-types/index.html#1-contract","indexing-custom-types/index.html#2-schema","indexing-custom-types/index.html#3-manifest","indexing-custom-types/index.html#4-handler-logic","storing-records/index.html#storing-info-in-a-database","storing-records/index.html#data-types","storing-records/index.html#example","querying/index.html#queries","querying/basic-queries.html#queries","querying/basic-queries.html#basic-query","querying/basic-queries.html#nested-query","querying/playground.html#graphql-playground","querying/playground.html#usage","querying/search-and-filtering.html#search-and-filtering","querying/search-and-filtering.html#id-selection","querying/search-and-filtering.html#excluding-null-values","querying/search-and-filtering.html#set-membership","querying/search-and-filtering.html#comparison","querying/search-and-filtering.html#less-greater-and-equals","querying/search-and-filtering.html#between","querying/search-and-filtering.html#logical-operators","querying/search-and-filtering.html#andor","querying/search-and-filtering.html#not","querying/pagination.html#pagination","querying/full-example.html#a-full-example","authentication/index.html#authentication","authentication/index.html#usage","forc-index/index.html#forc-index","forc-index/index.html#usage","forc-index/index.html#contributing","forc-index/auth.html#forc-index-auth","forc-index/build.html#forc-index-build","forc-index/check.html#forc-index-check","forc-index/deploy.html#forc-index-deploy","forc-index/kill.html#forc-index-kill","forc-index/new.html#forc-index-new","forc-index/remove.html#forc-index-remove","forc-index/start.html#forc-index-start","forc-index/status.html#forc-index-status","forc-index/run-native.html#forc-index-run-native","forc-postgres/index.html#forc-index-postgres","forc-postgres/create.html#forc-index-postgres-create","forc-postgres/drop.html#forc-index-postgres-drop","forc-postgres/start.html#forc-index-postgres-start","forc-postgres/stop.html#forc-index-postgres-stop","for-contributors/index.html#for-contributors","for-contributors/index.html#dependencies","for-contributors/index.html#fuelup","for-contributors/index.html#docker","for-contributors/index.html#database","for-contributors/index.html#sqlx","for-contributors/index.html#building-from-source","for-contributors/index.html#clone-repository","for-contributors/index.html#run-migrations","for-contributors/index.html#start-the-service","for-contributors/index.html#testing","for-contributors/index.html#default-tests","for-contributors/index.html#end-to-end-tests","for-contributors/index.html#trybuild-tests","for-contributors/contributing-standards.html#contributing-to-fuel-indexer","for-contributors/contributing-standards.html#code-standards","for-contributors/contributing-standards.html#getting-the-repository","for-contributors/contributing-standards.html#configuring-your-rust-toolchain","for-contributors/contributing-standards.html#building-and-testing","for-contributors/contributing-standards.html#contribution-flow","for-contributors/contributing-standards.html#commit-categories","for-contributors/contributing-standards.html#finding-something-to-work-on","for-contributors/release-schedule.html#release-schedule","for-contributors/release-schedule.html#major-releases","for-contributors/release-schedule.html#minor-releases","for-contributors/release-schedule.html#patch-releases","for-contributors/building-from-source.html#building-from-source","for-contributors/building-from-source.html#clone-repository","for-contributors/building-from-source.html#run-migrations","for-contributors/building-from-source.html#start-the-service","for-contributors/building-from-source.html#run-tests","for-contributors/system-dependencies.html#system-requirements","for-contributors/system-dependencies.html#ubuntudebian","for-contributors/system-dependencies.html#macos","for-contributors/system-dependencies.html#arch","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":80,"breadcrumbs":4,"title":2},"1":{"body":71,"breadcrumbs":3,"title":1},"10":{"body":34,"breadcrumbs":3,"title":1},"100":{"body":74,"breadcrumbs":3,"title":1},"101":{"body":9,"breadcrumbs":2,"title":1},"102":{"body":33,"breadcrumbs":4,"title":1},"103":{"body":88,"breadcrumbs":5,"title":2},"104":{"body":197,"breadcrumbs":5,"title":2},"105":{"body":40,"breadcrumbs":4,"title":2},"106":{"body":22,"breadcrumbs":3,"title":1},"107":{"body":49,"breadcrumbs":5,"title":2},"108":{"body":53,"breadcrumbs":5,"title":2},"109":{"body":47,"breadcrumbs":6,"title":3},"11":{"body":53,"breadcrumbs":5,"title":3},"110":{"body":43,"breadcrumbs":5,"title":2},"111":{"body":17,"breadcrumbs":4,"title":1},"112":{"body":70,"breadcrumbs":6,"title":3},"113":{"body":57,"breadcrumbs":4,"title":1},"114":{"body":10,"breadcrumbs":5,"title":2},"115":{"body":45,"breadcrumbs":4,"title":1},"116":{"body":47,"breadcrumbs":3,"title":0},"117":{"body":220,"breadcrumbs":3,"title":1},"118":{"body":198,"breadcrumbs":5,"title":2},"119":{"body":89,"breadcrumbs":2,"title":1},"12":{"body":316,"breadcrumbs":7,"title":5},"120":{"body":76,"breadcrumbs":2,"title":1},"121":{"body":188,"breadcrumbs":4,"title":2},"122":{"body":117,"breadcrumbs":3,"title":1},"123":{"body":14,"breadcrumbs":3,"title":1},"124":{"body":51,"breadcrumbs":6,"title":3},"125":{"body":54,"breadcrumbs":6,"title":3},"126":{"body":22,"breadcrumbs":6,"title":3},"127":{"body":96,"breadcrumbs":6,"title":3},"128":{"body":59,"breadcrumbs":6,"title":3},"129":{"body":64,"breadcrumbs":6,"title":3},"13":{"body":256,"breadcrumbs":7,"title":5},"130":{"body":58,"breadcrumbs":6,"title":3},"131":{"body":327,"breadcrumbs":6,"title":3},"132":{"body":44,"breadcrumbs":6,"title":3},"133":{"body":94,"breadcrumbs":8,"title":4},"134":{"body":64,"breadcrumbs":5,"title":3},"135":{"body":120,"breadcrumbs":7,"title":4},"136":{"body":44,"breadcrumbs":7,"title":4},"137":{"body":38,"breadcrumbs":7,"title":4},"138":{"body":37,"breadcrumbs":7,"title":4},"139":{"body":35,"breadcrumbs":3,"title":1},"14":{"body":68,"breadcrumbs":5,"title":3},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":23,"breadcrumbs":3,"title":1},"142":{"body":17,"breadcrumbs":3,"title":1},"143":{"body":135,"breadcrumbs":3,"title":1},"144":{"body":29,"breadcrumbs":3,"title":1},"145":{"body":0,"breadcrumbs":4,"title":2},"146":{"body":7,"breadcrumbs":4,"title":2},"147":{"body":10,"breadcrumbs":4,"title":2},"148":{"body":32,"breadcrumbs":4,"title":2},"149":{"body":17,"breadcrumbs":3,"title":1},"15":{"body":251,"breadcrumbs":7,"title":5},"150":{"body":5,"breadcrumbs":4,"title":2},"151":{"body":7,"breadcrumbs":5,"title":3},"152":{"body":19,"breadcrumbs":4,"title":2},"153":{"body":29,"breadcrumbs":5,"title":3},"154":{"body":39,"breadcrumbs":4,"title":2},"155":{"body":11,"breadcrumbs":4,"title":2},"156":{"body":37,"breadcrumbs":5,"title":3},"157":{"body":63,"breadcrumbs":4,"title":2},"158":{"body":196,"breadcrumbs":4,"title":2},"159":{"body":34,"breadcrumbs":4,"title":2},"16":{"body":25,"breadcrumbs":7,"title":5},"160":{"body":25,"breadcrumbs":5,"title":3},"161":{"body":1,"breadcrumbs":4,"title":2},"162":{"body":11,"breadcrumbs":4,"title":2},"163":{"body":15,"breadcrumbs":4,"title":2},"164":{"body":15,"breadcrumbs":4,"title":2},"165":{"body":0,"breadcrumbs":4,"title":2},"166":{"body":4,"breadcrumbs":4,"title":2},"167":{"body":8,"breadcrumbs":4,"title":2},"168":{"body":5,"breadcrumbs":4,"title":2},"169":{"body":6,"breadcrumbs":4,"title":2},"17":{"body":157,"breadcrumbs":2,"title":1},"170":{"body":13,"breadcrumbs":4,"title":2},"171":{"body":81,"breadcrumbs":3,"title":1},"172":{"body":42,"breadcrumbs":3,"title":1},"173":{"body":82,"breadcrumbs":3,"title":1},"174":{"body":44,"breadcrumbs":2,"title":1},"18":{"body":24,"breadcrumbs":2,"title":1},"19":{"body":16,"breadcrumbs":5,"title":4},"2":{"body":82,"breadcrumbs":2,"title":1},"20":{"body":31,"breadcrumbs":4,"title":3},"21":{"body":43,"breadcrumbs":5,"title":4},"22":{"body":68,"breadcrumbs":6,"title":5},"23":{"body":79,"breadcrumbs":4,"title":3},"24":{"body":256,"breadcrumbs":7,"title":6},"25":{"body":160,"breadcrumbs":5,"title":4},"26":{"body":78,"breadcrumbs":4,"title":3},"27":{"body":57,"breadcrumbs":4,"title":3},"28":{"body":18,"breadcrumbs":2,"title":1},"29":{"body":0,"breadcrumbs":5,"title":3},"3":{"body":12,"breadcrumbs":3,"title":2},"30":{"body":32,"breadcrumbs":4,"title":2},"31":{"body":59,"breadcrumbs":5,"title":3},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":24,"breadcrumbs":5,"title":3},"35":{"body":42,"breadcrumbs":4,"title":1},"36":{"body":28,"breadcrumbs":4,"title":1},"37":{"body":31,"breadcrumbs":4,"title":1},"38":{"body":26,"breadcrumbs":4,"title":1},"39":{"body":29,"breadcrumbs":4,"title":1},"4":{"body":62,"breadcrumbs":2,"title":1},"40":{"body":60,"breadcrumbs":4,"title":1},"41":{"body":37,"breadcrumbs":4,"title":1},"42":{"body":11,"breadcrumbs":4,"title":1},"43":{"body":19,"breadcrumbs":4,"title":1},"44":{"body":34,"breadcrumbs":4,"title":1},"45":{"body":15,"breadcrumbs":4,"title":1},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":34,"breadcrumbs":5,"title":2},"48":{"body":48,"breadcrumbs":5,"title":2},"49":{"body":105,"breadcrumbs":6,"title":3},"5":{"body":21,"breadcrumbs":2,"title":1},"50":{"body":45,"breadcrumbs":4,"title":1},"51":{"body":114,"breadcrumbs":7,"title":4},"52":{"body":35,"breadcrumbs":4,"title":2},"53":{"body":64,"breadcrumbs":4,"title":2},"54":{"body":0,"breadcrumbs":4,"title":1},"55":{"body":54,"breadcrumbs":4,"title":1},"56":{"body":52,"breadcrumbs":4,"title":1},"57":{"body":171,"breadcrumbs":4,"title":1},"58":{"body":93,"breadcrumbs":4,"title":1},"59":{"body":48,"breadcrumbs":4,"title":1},"6":{"body":65,"breadcrumbs":4,"title":3},"60":{"body":69,"breadcrumbs":4,"title":1},"61":{"body":83,"breadcrumbs":4,"title":1},"62":{"body":64,"breadcrumbs":4,"title":1},"63":{"body":111,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":57,"breadcrumbs":6,"title":3},"66":{"body":60,"breadcrumbs":6,"title":3},"67":{"body":14,"breadcrumbs":6,"title":3},"68":{"body":25,"breadcrumbs":5,"title":1},"69":{"body":24,"breadcrumbs":5,"title":1},"7":{"body":7,"breadcrumbs":3,"title":2},"70":{"body":17,"breadcrumbs":5,"title":1},"71":{"body":0,"breadcrumbs":5,"title":1},"72":{"body":33,"breadcrumbs":5,"title":1},"73":{"body":15,"breadcrumbs":5,"title":1},"74":{"body":25,"breadcrumbs":5,"title":1},"75":{"body":6,"breadcrumbs":5,"title":1},"76":{"body":21,"breadcrumbs":5,"title":1},"77":{"body":38,"breadcrumbs":5,"title":1},"78":{"body":42,"breadcrumbs":5,"title":1},"79":{"body":56,"breadcrumbs":5,"title":1},"8":{"body":62,"breadcrumbs":3,"title":2},"80":{"body":74,"breadcrumbs":5,"title":1},"81":{"body":81,"breadcrumbs":5,"title":1},"82":{"body":87,"breadcrumbs":5,"title":1},"83":{"body":80,"breadcrumbs":5,"title":1},"84":{"body":63,"breadcrumbs":5,"title":1},"85":{"body":76,"breadcrumbs":5,"title":1},"86":{"body":81,"breadcrumbs":5,"title":1},"87":{"body":62,"breadcrumbs":5,"title":1},"88":{"body":83,"breadcrumbs":5,"title":1},"89":{"body":63,"breadcrumbs":5,"title":1},"9":{"body":71,"breadcrumbs":5,"title":3},"90":{"body":86,"breadcrumbs":5,"title":1},"91":{"body":71,"breadcrumbs":5,"title":1},"92":{"body":43,"breadcrumbs":5,"title":2},"93":{"body":5,"breadcrumbs":4,"title":1},"94":{"body":174,"breadcrumbs":5,"title":2},"95":{"body":68,"breadcrumbs":5,"title":2},"96":{"body":183,"breadcrumbs":5,"title":2},"97":{"body":70,"breadcrumbs":6,"title":3},"98":{"body":12,"breadcrumbs":5,"title":3},"99":{"body":86,"breadcrumbs":4,"title":2}},"docs":{"0":{"body":"The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within the Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases. By using a combination of Fuel-flavored GraphQL schema, a SQL backend, and indexers written in Rust, users of the Fuel indexer can get started creating production-ready backends for their dApps, meant to go fast ๐๐จ. For those wanting to build dApp backends right away, feel free to check out the Quickstart . And for those willing to contribute to the Fuel indexer project, please feel free to read our contributor guidelines as well as the For Contributors chapter of the book.","breadcrumbs":"The Fuel Indexer ยป ๐ Fuel Indexer","id":"0","title":"๐ Fuel Indexer"},"1":{"body":"The Fuel indexer is meant to run alongside a Fuel node and a database. Generally, the typical flow of information through the indexer is as follows: A Sway smart contract emits receipts during its execution on the Fuel node. Blocks, transactions, and receipts from the node are monitored by the Fuel indexer service and checked for specific user-defined event types. When a specific event type is found, an indexer executes the corresponding handler from its module. The handler processes the event and stores the indexed information in the database. A dApp queries for blockchain data by using the indexer's GraphQL API endpoint, which fetches the desired information from the corresponding index in the database and returns it to the user.","breadcrumbs":"The Fuel Indexer ยป Architecture","id":"1","title":"Architecture"},"10":{"body":"Component Default Host Default Port CLI Argument Environment Variable Fuel Node localhost 4000 --fuel-node-{host,port} $FUEL_NODE_{HOST,PORT} Database Server localhost 5432 --postgres-{username,database,password,host,port} $POSTGRES_{USERNAME,DATABASE,PASSWORD,HOST,PORT} Indexer Service Web API localhost 29987 --web-api-{host,port} $WEB_API_{HOST,PORT}","breadcrumbs":"Service Infrastructure ยป Components","id":"10","title":"Components"},"100":{"body":"Let's define an Event struct in a Sway contract: struct Event { id: u64, address: Address, block_height: u64,\n} The corresponding GraphQL schema to mirror this Event struct would resemble: type Event @entity { id: ID! account: Address! block_height: U64!\n} And finally, this GraphQL schema will generate the following Postgres schema: Table \"schema.event\" Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description\n--------------+-------------+-----------+----------+---------+----------+-------------+--------------+------------- id | bigint | | not null | | plain | | | block_height | bigint | | not null | | plain | | | address | varchar(64) | | not null | | plain | | | object | bytea | | not null | | extended | | |\nIndexes: \"event_pkey\" PRIMARY KEY, btree (id)\nAccess method: heap","breadcrumbs":"Storing Records ยป Example","id":"100","title":"Example"},"101":{"body":"Basic Queries Pagination Search & Filtering Full Example The GraphQL Playground","breadcrumbs":"Querying ยป Queries","id":"101","title":"Queries"},"102":{"body":"Once data has been persisted into your storage backend, you can retrieve it by querying the GraphQL API server . By default, the API server can be reached at http://localhost:29987/api/graph/:namespace/:identifier, where :namespace and :identifier are the values for the respective fields in your indexer's manifest. If you've changed the WEB_API_HOST or WEB_API_PORT values of your configuration, then you'll need to adjust the URL accordingly.","breadcrumbs":"Querying ยป Basic Queries ยป Queries","id":"102","title":"Queries"},"103":{"body":"A basic query has the following form: query { entity { field_1 field_2 ... } ...\n} The entity field corresponds to the name of an entity defined in your schema and the sub-fields are the fields defined on that entity type; entities and fields are stored in the database using the names defined in the schema, so make sure that your query uses those same names as well. query { block { id height timestamp }\n} We're requesting the ID, height, and timestamp for each block stored in the backend. If successful, the API server will return a response similar to the following: [ { \"height\" : 1, \"id\" : \"f169a30cfcbf1eebd97a07b19de98e4b38a4367b03d1819943be41744339d38a\", \"timestamp\" : 1668710162 }, { \"height\" : 2, \"id\" : \"a8c554758f78fe73054405d38099f5ad21a90c05206b5c6137424985c8fd10c7\", \"timestamp\" : 1668710163 }, { \"height\" : 3, \"id\" : \"850ab156ddd9ac9502768f779936710fd3d792e9ea79bc0e4082de96450b5174\", \"timestamp\" : 1668710312 }, { \"height\" : 4, \"id\" : \"19e19807c6988164b916a6877fe049d403d55a07324fa883cb7fa5cdb33438e2\", \"timestamp\" : 1668710313 }, { \"height\" : 5, \"id\" : \"363af43cfd2a6d8af166ee46c15276b24b130fc6a89ce7b3c8737d29d6d0e1bb\", \"timestamp\" : 1668710314 }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Basic Query","id":"103","title":"Basic Query"},"104":{"body":"The Fuel indexer supports foreign keys on entity types; thus, you can also ask for information about a referenced entity inside of your query. A nested query has the following general structure: query { entityA { field_A1 field_A2 referenced_entityB { field_B1 field_B2 ... } ... } ...\n} Essentially, it's the same as the basic query example with an added sub-block to request information about the reference entity. The response from the API server will be returned in the same general structure as the query. Let's look at another example to illustrate how it works in practice. Important: There is no limit to how deeply nested your entities and queries can be. However, every nested reference will add computation and latency to your query as the information will have to be retrieved from different tables in your storage backend. Please exercise caution in your entity design and try to minimize nesting as much as possible. We'll start with the following example schema: type City @entity { id: ID! name: String!\n} type Library @entity { id: ID! name: String! city: City!\n} type Book @entity { id: ID! title: String! library: Library!\n} type Character @entity { id: ID! name: String! book: Book!\n} This schema uses implicit foreign keys to reference other entities; for more information on implicit and explicit foreign keys, please refer to the Relationships section of the book. In this contrived example, we're storing information about characters that are found in books which are stored in libraries that can be found in cities. This will be the query that we use to retrieve the aforementioned data: query { character { name book { title library { name city { name } } } }\n} Let's assume that we've created an indexer for this data and the indexed data has been stored in the database. If we send the query, we'll get the following response: [ { \"name\": \"Lil Ind X\", \"book\": { \"title\": \"Fuel Indexer\", \"library\": { \"name\": \"Fuel Labs Library\", \"city\": { \"name\": \"Fuel City\" } } } }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Nested Query","id":"104","title":"Nested Query"},"105":{"body":"The Fuel indexer's GraphQL Playground is an interactive, in-browser GraphQL IDE that allows developers to easily explore and test the indexer's GraphQL API server. You can read more about the GraphQL playground in general here . Every public indexer can access the GraphQL playground of the Fuel indexer node on which the given indexer runs, so users and devs can get to querying their data right away.","breadcrumbs":"Querying ยป Playground ยป GraphQL Playground","id":"105","title":"GraphQL Playground"},"106":{"body":"To use the GraphQL playground to explor your indices, simply start your indexer service - then open the following URL in your browser - where namespace and identifier correspond to the namespace and identifier of the index that you'd like to explore. http://localhost:29987/api/playground/:namespace/:identifier","breadcrumbs":"Querying ยป Playground ยป Usage","id":"106","title":"Usage"},"107":{"body":"The Fuel indexer currently supports the following search and filtering operations: ID selection comparison set membership excluding null values Additionally, you can combine these operations using the and or or keywords, and invert operations by using the not keyword. You should practice sensible database design when filtering records. Apply database indicies to the underlying columns in order to make search operations more efficient; however, be advised that an overuse of database indicies will lead to degraded performance.","breadcrumbs":"Querying ยป Search and Filtering ยป Search and Filtering","id":"107","title":"Search and Filtering"},"108":{"body":"You can query for a particular instance of an object by passing an ID value to with the id key. For example, let's say that you are storing blocks and you want details about a certain block, you would pass the corresponding ID: query { block(id: 4121419699470229811) { id hash height producer }\n} { \"data\": [ { \"hash\": \"aff5eb785f2d24ae62858fa673296e957abea518858e2f08bb47df2dbb9c8ca1\", \"height\": 8209, \"id\": 4121419699470229811, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n} Note: Remember that IDs currently must be of type u64, and as such, the ID selection operation will only allow for a u64 value. We're open to changing this in the future.","breadcrumbs":"Querying ยป Search and Filtering ยป ID Selection","id":"108","title":"ID Selection"},"109":{"body":"You can store null values in your records if the corresponding entity fields are configured to allow for it. You can exclude records that contain null values in a particular column or set of coulmns by using the has operator inside of a filter object. query { block(filter: { has: [producer] } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d0d663e0bf499aca19d3ecb9b0b291234dc3769d2b46512016eca7244ca0ef22\", \"height\": 411, \"id\": 3775485677453992400, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7ff79bf3793143c557225f37b7e7d8a2b9d2e544b839d62cc367b8c5b079d478\", \"height\": 412, \"id\": 3919088689958184000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Excluding Null Values","id":"109","title":"Excluding Null Values"},"11":{"body":"The Fuel indexer service will connect to any Fuel GraphQL server, which means you can run your own node or use a node provided by Fuel. The indexer service web server is included with the Fuel indexer; it's available as soon as the indexer is started through fuel-indexer run. The only component that isn't provided for you is a Postgres database server. You should set up a server according to your own needs and specifications. You can start the indexer service with an array of CLI options. Note that most (if not all) of these options include sensible defaults.","breadcrumbs":"Service Infrastructure ยป Fuel Indexer Service","id":"11","title":"Fuel Indexer Service"},"110":{"body":"Additionally, you can exclude records in which a particular column's value does not contain any elements in a given set by using the in operator as part of a filter object. query { block(filter: { height: { in: [1, 2, 3] } } ) { id hash height }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000 } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Set Membership","id":"110","title":"Set Membership"},"111":{"body":"Finally, you can filter records by comparing the values of certain fields to a particular value of your choosing by using one of the comparison operators inside of a filter object.","breadcrumbs":"Querying ยป Search and Filtering ยป Comparison","id":"111","title":"Comparison"},"112":{"body":"You can do simple value comparisons using any of the following operators: equals equals greater than gt greater than or equal to gte less than lt less than or equal to lte Here's an example: query { block(filter: { height: { lte: 5 } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"id\": 3833467323683451000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"id\": 3991987200693004000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Less, Greater, and Equals","id":"112","title":"Less, Greater, and Equals"},"113":{"body":"You can also filter for records that are contained in the range of two values by using the between operator. To do so, you'd set the lower bound using the min keyword and the upper bound by using max. query { block(filter: { height: { between: { min: 101, max: 103 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"3b85fbed2d933d0334d54776612a5af72a513e875d06fa9152f6d41d0e50e417\", \"height\": 101, \"id\": 3763145849079675000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"deea78034c2f0fcd7ef2d2d2d203d19fcd63f1b1846fac089c51c2aa7b5c8149\", \"height\": 102, \"id\": 7365137137742930000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"a405d5688fdf41817868361217a09812349cc6fe0fe2bf9329fcd23e338e9444\", \"height\": 103, \"id\": 7292000934927820000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Between","id":"113","title":"Between"},"114":{"body":"As previously stated, you can combine or invert operations to filter for your desired results even further.","breadcrumbs":"Querying ยป Search and Filtering ยป Logical Operators","id":"114","title":"Logical Operators"},"115":{"body":"Let's look at an example query in which we combine two filters together. query { block(filter: { producer: { equals: \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, and: { height: { lt: 4 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป And/Or","id":"115","title":"And/Or"},"116":{"body":"You can also use the not operator in order to invert the operation of a particular filter. For example, the following query returns contracts that we've seen on the network. query { contract { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"0000000000000000000000000000000000000000000000000000000000000000\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n} Let's ignore the base asset contract by inverting the in operator: query { contract(filter: {not: { id: { equals: \"0000000000000000000000000000000000000000000000000000000000000000\"}}}) { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Not","id":"116","title":"Not"},"117":{"body":"The Fuel indexer currently supports offset-based pagination in order to allow users to selectively request parts of a set of results. A paginated query can be made using three keywords: order - sort order (required) first - limit on number of results (required) offset - the amount of records to skip before returning results (optional) query { blocks: block(order: { height: asc }, first: 5) { hash height timestamp }\n} In this query, we're requesting details about the first five blocks in ascending order of block height. You can also see that we've added a blocks alias; this is completely optional and all it does is change the key for the list of results in the JSON response. With this query, we receive the following response: { \"data\": { \"blocks\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"timestamp\": 1678483351 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"timestamp\": 1678483471 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"timestamp\": 1678483591 }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"timestamp\": 1678483711 }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"timestamp\": 1678483831 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 0, \"pages\": 80, \"total_count\": 400 } }\n} As you can see, we get the requested amount of blocks and the corresponding fields. However, there's also a page_info object included in the response. This object tells us if there's another page available to request along with information that we can use to construct our next response. To get the next page, we'll add an offset to our original query: query { blocks: block( order: { height: asc }, first: 5, offset: 5 ) { hash height timestamp }\n} The response contains the next five blocks after our requested offset, and the page_info object lets us know what offset we used in the query. { \"data\": { \"blocks\": [ { \"hash\": \"c93ffc9178d526a836d707137de08b0f743fabce79ecec77c419bfb7e6be8863\", \"height\": 6, \"timestamp\": 1678483951 }, { \"hash\": \"4f0c81a42c86c718c0ae90ba838d6f1bdfc9a757cbf07c946fb3280b44257b46\", \"height\": 7, \"timestamp\": 1678484071 }, { \"hash\": \"659b486cc2c3bd1133df9245645648b6a09b35e16c7f71bb05449cea0e83611c\", \"height\": 8, \"timestamp\": 1678484191 }, { \"hash\": \"4bf61bd8f88b7fb40e842a6497d686bc2f63839ec3ca1eedb4e81a0935adaeb6\", \"height\": 9, \"timestamp\": 1678484311 }, { \"hash\": \"b090634788ddd0461cba4d0833a3f15b8e2f51e672fb1527fc8c78cd8f80dc1a\", \"height\": 10, \"timestamp\": 1678484431 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 5, \"pages\": 80, \"total_count\": 400 } }\n}","breadcrumbs":"Querying ยป Pagination ยป Pagination","id":"117","title":"Pagination"},"118":{"body":"Finally, let's combine nested entities, filtering, and pagination into one complete example. Sticking with the same block explorer example, let's say that we are looking for a particular transaction and its containing block, but we don't remember either of the hashes. All we know is that the total value of the transaction is greater than zero, it was sometime after the start of the beta-4 testnet, and it was included as part of the first fifty blocks. Additionally, we don't want to parse through all the results at once, so we only want to look at two records at a time. Finally, we think that it may have been on the more recent side, so we want to check them in reverse chronological order. Putting all of that together, we get the following query: query { transactions: tx( order: { timestamp: desc }, filter: { value: { gt: 0 } }, first: 2, offset: 0 ) { id hash timestamp value block ( filter: { height: { between: { min: 0, max: 50 } }, and: { timestamp: { gt: 1678410000 } } } ) { id hash height timestamp } }\n} The Fuel indexer's GraphQL API allows you to add filters on multiple entity fields and even nested entities! In the query above, we're asking for the two most recent transactions with a value greater than zero. Also, we're applying two filters to the nested block entity by using the and operator in order to help us narrow down the set of results. The response returns the results in the expected format and includes additional information that informs us about how many total results satisy the criteria. { \"data\": { \"page_info\": { \"has_next_page\": true, \"limit\": 2, \"offset\": 0, \"pages\": 2, \"total_count\": 4 }, \"transactions\": [ { \"block\": { \"hash\": \"f40297895086e66c0947c213dd29e90f596b860d10316ab806064608dd2580cd\", \"height\": 45, \"id\": 7306026486395921000, \"timestamp\": 1678486898 }, \"hash\": \"85acfa181ebfa3b48c10d3181217918dd377b875d07dabc72d6d1081e4c52713\", \"id\": 3919319574514776000, \"timestamp\": 1678486898, \"value\": 10000000000 }, { \"block\": { \"hash\": \"e3e0860a358c0d044669748cffff82b4b0073baaca53a128ddc8ce3757ae3988\", \"height\": 41, \"id\": 7018409465212200000, \"timestamp\": 1678486633 }, \"hash\": \"42f3fd7ffa073975a0eca993044a867d8c87a8d39f5a88032a3b9aba213f6102\", \"id\": 7364622549171910000, \"timestamp\": 1678486633, \"value\": 10000000000 } ] }\n}","breadcrumbs":"Querying ยป A Full Example ยป A Full Example","id":"118","title":"A Full Example"},"119":{"body":"The Fuel indexer's authentication functionality offers users a range of options for verifying their identity. The system supports any arbitrary authentication scheme (in theory); however, in practice the service defaults to JWT authentication due to its stateless nature and popularity. To authenticate using JWT, users ask an indexer operator for a nonce, sign that nonce with their wallet, then send both the nonce and signature to the indexer operator for verification. Once the signature is verified on the backend, a valid JWT is produced and returned to the user, thus authenticating the user. It is important to note that authentication is disabled by default. However, if authentication is enabled, users will need to authenticate before performing operations that involve modifying the state of the service, such as uploading indexers. The new authentication functionality offers a flexible and secure way for users to authenticate and perform operations that affect the service's state.","breadcrumbs":"Authentication ยป Authentication","id":"119","title":"Authentication"},"12":{"body":"fuel-indexer run --help Standalone binary for the fuel indexer service. USAGE: fuel-indexer run [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. --block-page-size Amount of blocks to return in a request to a Fuel node. [default: 10] -c, --config Indexer service config file. --database Database type. [default: postgres] [possible values: postgres] --embedded-database Automatically create and start database using provided options or defaults. --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --indexer-net-config Allow network configuration via indexer manifests. --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --local-fuel-node Start a local Fuel node. --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] -m, --manifest Indexer config file. --max-body-size Max body size for web server requests. [default: 5242880] --metering-points The number of WASM opcodes after which the indexer's event handler will stop execution. [default: 30000000000] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --replace-indexer Whether to allow replacing an existing indexer. If not specified, an attempt to deploy over an existing indexer results in an error. --run-migrations Run database migrations before starting service. --stop-idle-indexers Prevent indexers from running without handling any blocks. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"Service Infrastructure ยป Using CLI options (Indexer Service)","id":"12","title":"Using CLI options (Indexer Service)"},"120":{"body":"Below is a demonstration of basic JWT authentication using an indexer operator at \"https://beta-4-indexer.fuel.network\" forc index auth --url https://beta-4-indexer.fuel.network:29987 You will first be prompted for the password for your wallet: Please enter your wallet password: After successfully entering your wallet password you should be presented with your new JWT token. โ Successfully authenticated at https://beta-4-indexer.fuel.network:29987/api/auth/signature. Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiODNlNjhiOTFmNDhjYWM4M.... Use this token in your Authorization headers when making requests for operations such as uploading indexers, stopping indexers, and other operations that mutate state in this way. Users can just pass this JWT token value to the --auth flag, if using forc index commands that support authentication (e.g., forc index deploy --auth $MY_JWT_TOKEN).","breadcrumbs":"Authentication ยป Usage","id":"120","title":"Usage"},"121":{"body":"forc index is the recommended method for end users to interact with the Fuel indexer. After you have installed fuelup, you can run the forc index help command in your terminal to view the available commands. \n\n\n \n ### [โก๏ธ Read the Quickstart! โก๏ธ](https://docs.fuel.network/docs/indexer/getting-started/quickstart/) ## What is the Fuel indexer? The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within the Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases. > TLDR: It's Infrastructure as a service (IaaS) for Web3 dApp backends. ## Install Fuel's indexer supports Linux (x64 & arm64) and macOS (x64 & Apple Silicon). > If you don't want to deal with dependency issues we recommend just using Fuel's indexer with Docker, [via the included docker-compose file](https://github.com/FuelLabs/fuel-indexer/blob/develop/scripts/docker-compose.yaml). Install Fuel's toolchain manager - fuelup. ```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh The fuel-indexer and forc-index binaries should now be available in your $PATH","breadcrumbs":"forc index ยป forc index","id":"121","title":"forc index"},"122":{"body":"For development, users will primarily use the forc index command line utility made available after installing fuelup. forc index --help forc index 0.0.0\nFuel Indexer Orchestrator USAGE: forc-index
OPTIONS: -h, --help Print help information -V, --version Print version information SUBCOMMANDS: auth Authenticate against an indexer service build Build an indexer check Check for Fuel indexer components deploy Deploy an indexer to an indexer service help Print this message or the help of the given subcommand(s) kill Kill the indexer process. Note that this command will kill any process listening on the default indexer port or the port specified by the `--port` flag new Create a new indexer project in a new directory postgres Fuel Postgres Orchestrator remove Stop and remove a running indexer run-native Run a native indexer start Standalone binary for the Fuel indexer service status Check the status of a registered indexer โก๏ธ For more details on how to build Fuel indexers, read the docs! โก๏ธ","breadcrumbs":"forc index ยป Usage","id":"122","title":"Usage"},"123":{"body":"If you're interested in contributing PRs to make the Fuel indexer a better project, feel free to read our contributors document .","breadcrumbs":"forc index ยป Contributing","id":"123","title":"Contributing"},"124":{"body":"Authenticate against an indexer operator. IMPORTANT: There must be an indexer service running at --url in order for this to work. forc index auth --account 0 Authenticate against an indexer service USAGE: forc-index auth [OPTIONS] OPTIONS: --account Index of account to use for signing. [default: 0] -h, --help Print help information --url URL at which to deploy indexer assets. [default: http://127.0.0.1:29987] -v, --verbose Verbose output.","breadcrumbs":"forc index ยป auth ยป forc index auth","id":"124","title":"forc index auth"},"125":{"body":"Build an indexer. forc index build Build an indexer USAGE: forc-index build [OPTIONS] OPTIONS: -d, --debug Build artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Manifest file name of indexer being built. --native Building for native execution. -p, --path Path to the indexer project. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป build ยป forc index build","id":"125","title":"forc index build"},"126":{"body":"Check to see which indexer components you have installed. forc index check Check for Fuel indexer components USAGE: forc-index check OPTIONS: -h, --help Print help information","breadcrumbs":"forc index ยป check ยป forc index check","id":"126","title":"forc index check"},"127":{"body":"Deploy an indexer to an indexer service. forc index deploy --url https://beta-4-indexer.fuel.network Deploy an indexer to an indexer service USAGE: forc-index deploy [OPTIONS] OPTIONS: --auth Authentication header value. -d, --debug Build optimized artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Path to the manifest of indexer project being deployed. --native Building for native execution. -p, --path Path to the indexer project. --remove-data Remove all indexed data when replacing an existing indexer. --replace-indexer If an indexer with the same UID exists, remove it. --skip-build Do not build before deploying. --url URL at which to deploy indexer assets. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose logging.","breadcrumbs":"forc index ยป deploy ยป forc index deploy","id":"127","title":"forc index deploy"},"128":{"body":"Kill the indexer process. Note that this command will kill any process listening on the default indexer port or the port specified by the --port flag. forc index kill --port 29987 Kill the indexer process. Note that this command will kill any process listening on the default\nindexer port or the port specified by the `--port` flag USAGE: forc-index kill [OPTIONS] OPTIONS: -9 Terminate or kill -h, --help Print help information --port Port at which to detect indexer service API is running. [default: 29987]","breadcrumbs":"forc index ยป kill ยป forc index kill","id":"128","title":"forc index kill"},"129":{"body":"Create a new indexer project in a new directory. forc index new --namespace fuel /home/fuel/projects/example_indexer Create a new indexer project in a new directory USAGE: forc-index new [OPTIONS] ARGS: Path at which to create indexer OPTIONS: --absolute-paths Resolve indexer asset filepaths using absolute paths. -h, --help Print help information --name Name of indexer. --namespace Namespace to which indexer belongs. --native Initialize an indexer with native execution enabled. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป new ยป forc index new","id":"129","title":"forc index new"},"13":{"body":"# The following is an example Fuel indexer configuration file.\n#\n# This configuration spec is intended to be used for a single instance\n# of a Fuel indexer node or service.\n#\n# For more info on how the Fuel indexer works, read the docs: https://docs.fuel.network/docs/indexer/\n# or specifically read up on these configuration options: https://docs.fuel.network/docs/indexer/getting-started/indexer-service-infrastructure/ # Whether to allow replacing an indexer.\n#\n# If this is disabled, then an HTTP 409 Conflict will be returned if an indexer with the same name already exists.\nreplace_indexer: false # Log level passed to the Fuel Indexer service.\nlog_level: info # Use Prometheus metrics reporting.\nmetrics: true # Prevent indexers from running without handling any blocks.\nstop_idle_indexers: false # Run database migrations before starting service.\nrun_migrations: true # Enable verbose logging.\nverbose: false # Start a local Fuel node.\nlocal_fuel_node: false # Allow network configuration via indexer manifests.\nindexer_net_config: false # The number of WASM opcodes after which the indexer will stop execution.\nmetering_points: 30000000000 # Allow the web server to accept raw SQL queries.\naccept_sql_queries: false # Amount of blocks to return in a request to a Fuel node.\nblock_page_size: 20 # ***********************\n# Fuel Node configuration\n# ************************ fuel_node: # Host of the running Fuel node. host: localhost # Listening port of the running Fuel node. port: 4000 # *************************\n# Web API configuration\n# ************************* web_api: # Web API host. host: localhost # Web API port. port: 29987 # Max body size for web server requests. max_body_size: \"5242880\" # ******************************\n# Database configuration options\n# ****************************** database: postgres: # Postgres username. user: postgres # Postgres database. database: postgres # Postgres password. password: postgres # Postgres host. host: localhost # Postgres port. port: 5432 # ******************************\n# Indexer service authentication\n# ****************************** authentication: # Require users to authenticate for some operations. enabled: false # Which authentication scheme to use. strategy: jwt # Secret used if JWT authentication is specified. jwt_secret: abcdefghijklmnopqrstuvwxyz1234567890 # JWT issuer if JWT authentication is specified. jwt_issuer: FuelLabs # Amount of time (seconds) before expiring token if JWT authentication is specified. jwt_expiry: 2592000 # ********************************\n# Rate limit configuration options\n# ******************************** rate_limit: # Enable rate limiting. enabled: false # Maximum number of requests to allow over --rate-limit-window.. request_count: 10 # Number of seconds over which to allow --rate-limit-rps. window_size: 5","breadcrumbs":"Service Infrastructure ยป Using a configuration file (Indexer Service)","id":"13","title":"Using a configuration file (Indexer Service)"},"130":{"body":"Stop and remove a running indexer. forc index remove --url https://beta-4-indexer.fuel.network Stop and remove a running indexer USAGE: forc-index remove [OPTIONS] OPTIONS: --auth Authentication header value. -h, --help Print help information -m, --manifest Path to the manifest of the indexer project being removed. -p, --path Path to the indexer project. --url URL at which indexer is deployed. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป remove ยป forc index remove","id":"130","title":"forc index remove"},"131":{"body":"Start a local Fuel Indexer service. forc index start Standalone binary for the Fuel indexer service USAGE: forc-index start [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. --block-page-size Amount of blocks to return in a request to a Fuel node. [default: 20] -c, --config Indexer service config file. --database Database type. [default: postgres] [possible values: postgres] --embedded-database Automatically create and start database using provided options or defaults. --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --indexer-net-config Allow network configuration via indexer manifests. --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --local-fuel-node Start a local Fuel node. --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] -m, --manifest Indexer config file. --max-body-size Max body size for web server requests. [default: 5242880] --metering-points The number of WASM opcodes after which the indexer's event handler will stop execution. [default: 30000000000] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --remove-data When replacing an indexer, also remove the indexed data. --replace-indexer Whether to allow replacing an existing indexer. If not specified, an attempt to deploy over an existing indexer results in an error. --run-migrations Run database migrations before starting service. --stop-idle-indexers Prevent indexers from running without handling any blocks. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"forc index ยป start ยป forc index start","id":"131","title":"forc index start"},"132":{"body":"Check the status of a registered indexer. forc index status --url https://beta-4-indexer.fuel.network Check the status of a registered indexer USAGE: forc-index status [OPTIONS] OPTIONS: --auth Authentication header value. -h, --help Print help information --url URL at which to find indexer service. [default: http://127.0.0.1:29987] -v, --verbose Enable verbose logging.","breadcrumbs":"forc index ยป status ยป forc index status","id":"132","title":"forc index status"},"133":{"body":"Run a native indexer. forc index run-native --path . -- --run-migrations --postgres-host localhost Run a native indexer USAGE: forc-index run-native [OPTIONS] [-- ...] ARGS: ... Extra passed to `fuel-indexer run` Example usage: `forc-index run-native --path . -- --run-migrations --stop-idle-indexers` OPTIONS: --bin Path to native indexer binary (if not using default location). -d, --debug Build artifacts with the debug profile. -h, --help Print help information --locked Ensure that the Cargo.lock file is up-to-date. -m, --manifest Manifest file name of indexer being built. -p, --path Path to the indexer project. --skip-build Do not build before deploying. -v, --verbose Enable verbose output.","breadcrumbs":"forc index ยป run-native ยป forc index run-native","id":"133","title":"forc index run-native"},"134":{"body":"forc index postgres is provided as a way to simplify the setup and management of an embedded Postgres database. After you have installed fuelup, you can run the forc index postgres help command in your terminal to view the available commands. forc index postgres help USAGE: forc-index postgres OPTIONS: -h, --help Print help information -V, --version Print version information SUBCOMMANDS: create Create a new database drop Drop a database help Print this message or the help of the given subcommand(s) start Start PostgreSQL with a database stop Stop PostgreSQL","breadcrumbs":"forc postgres ยป forc index postgres","id":"134","title":"forc index postgres"},"135":{"body":"Create a new database. forc index postgres create example_database USAGE: forc-index postgres create [OPTIONS] ARGS: Name of database. OPTIONS: --auth-method Authentication method. [default: plain] [possible values: plain, md5, scram-sha-256] -c, --config Fuel indexer configuration file. --database-dir Where to store the PostgreSQL database. -h, --help Print help information --migration-dir The directory containing migration scripts. -p, --password Database password. [default: postgres] -p, --port Port to use. [default: 5432] --persistent Do not clean up files and directories on database drop. --postgres-version PostgreSQL version to use. [default: v14] [possible values: v15, v14, v13, v12, v11, v10, v9] --start Start the PostgreSQL instance after creation. --timeout Duration to wait before terminating process execution for pg_ctl start/stop and initdb. -u, --user Database user. [default: postgres]","breadcrumbs":"forc postgres ยป create ยป forc index postgres create","id":"135","title":"forc index postgres create"},"136":{"body":"Drop a database. forc index postgres drop example_database USAGE: forc-index postgres drop [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information --remove-persisted Remove all database files that might have been persisted to disk.","breadcrumbs":"forc postgres ยป drop ยป forc index postgres drop","id":"136","title":"forc index postgres drop"},"137":{"body":"Start PostgreSQL with a database. forc index postgres start example_database USAGE: forc-index postgres start [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information","breadcrumbs":"forc postgres ยป start ยป forc index postgres start","id":"137","title":"forc index postgres start"},"138":{"body":"Stop PostgreSQL. forc index postgres stop example_database USAGE: forc-index postgres stop [OPTIONS] ARGS: Name of database. OPTIONS: -c, --config Fuel indexer configuration file. --database-dir Where the PostgreSQL database is stored. -h, --help Print help information","breadcrumbs":"forc postgres ยป stop ยป forc index postgres stop","id":"138","title":"forc index postgres stop"},"139":{"body":"Thanks for your interest in contributing to the Fuel indexer! Below we've compiled a list of sections that you may find useful as you work on a potential contribution: Dependencies fuelup docker Database PostgreSQL SQLx Building from source Run migrations Start the service Testing Default tests End-to-end tests trybuild tests","breadcrumbs":"Environment Setup ยป For Contributors","id":"139","title":"For Contributors"},"14":{"body":"The fuel-indexer-api-server crate of the Fuel indexer contains a standalone web server that acts as a queryable endpoint on top of the database. Note that the main fuel-indexer binary of the indexer project also contains the same web server endpoint. The fuel-indexer-api-server crate offers a standalone web server endpoint, whereas the API endpoint offered in fuel-indexer is bundled with other Fuel indexer functionality (e.g., execution, handling, data-layer construction, etc). Offering the API server as a separate piece allows users to separate components and run them on different systems, if desired.","breadcrumbs":"Service Infrastructure ยป Web API Server","id":"14","title":"Web API Server"},"140":{"body":"","breadcrumbs":"Environment Setup ยป Dependencies","id":"140","title":"Dependencies"},"141":{"body":"We use fuelup in order to get the binaries produced by services in the Fuel ecosystem. Fuelup will install binaries related to the Fuel node, the Fuel indexer, the Fuel orchestrator (forc), and other components. fuelup can be downloaded here .","breadcrumbs":"Environment Setup ยป fuelup","id":"141","title":"fuelup"},"142":{"body":"We use Docker to produce reproducible environments for users that may be concerned with installing components with large sets of dependencies (e.g. Postgres). Docker can be downloaded here .","breadcrumbs":"Environment Setup ยป docker","id":"142","title":"docker"},"143":{"body":"At this time, the Fuel indexer requires the use of a database. We currently support a single database option: Postgres. PostgreSQL is a database solution with a complex feature set and requires a database server. PostgreSQL Note: The following explanation is for demonstration purposes only. A production setup should use secure users, permissions, and passwords. On macOS systems, you can install PostgreSQL through Homebrew. If it isn't present on your system, you can install it according to the instructions . Once installed, you can add PostgreSQL to your system by running brew install postgresql. You can then start the service through brew services start postgresql. You'll need to create a database for your indexed data, which you can do by running createdb [DATABASE_NAME]. You may also need to create the postgres role; you can do so by running createuser -s postgres. For Linux-based systems, the installation process is similar. First, you should install PostgreSQL according to your distribution's instructions. Once installed, there should be a new postgres user account; you can switch to that account by running sudo -i -u postgres. After you have switched accounts, you may need to create a postgres database role by running createuser --interactive. You will be asked a few questions; the name of the role should be postgres and you should elect for the new role to be a superuser. Finally, you can create a database by running createdb [DATABASE_NAME]. In either case, your PostgreSQL database should now be accessible at postgres://postgres@localhost:5432/[DATABASE_NAME].","breadcrumbs":"Environment Setup ยป Database","id":"143","title":"Database"},"144":{"body":"After setting up your database, you should install sqlx-cli in order to run migrations for your indexer service. You can do so by running cargo install sqlx-cli --features postgres. Once installed, you can run the migrations by running the following command after changing DATABASE_URL to match your setup.","breadcrumbs":"Environment Setup ยป SQLx","id":"144","title":"SQLx"},"145":{"body":"","breadcrumbs":"Environment Setup ยป Building from Source","id":"145","title":"Building from Source"},"146":{"body":"git clone git@github.com:FuelLabs/fuel-indexer.git && cd fuel-indexer/","breadcrumbs":"Environment Setup ยป Clone repository","id":"146","title":"Clone repository"},"147":{"body":"Postgres migrations cd packages/fuel-indexer-database/postgres\nDATABASE_URL=postgres://postgres@localhost sqlx migrate run","breadcrumbs":"Environment Setup ยป Run migrations","id":"147","title":"Run migrations"},"148":{"body":"cargo run --bin fuel-indexer run You can also start the service with a fresh local node for development purposes: cargo run --features fuel-core-lib --bin fuel-indexer run If no configuration file or other options are passed, the service will default to a postgres://postgres@localhost database connection.","breadcrumbs":"Environment Setup ยป Start the service","id":"148","title":"Start the service"},"149":{"body":"Fuel indexer tests are currently broken out by a database feature flag. In order to run tests with a Postgres backend, use --features postgres.","breadcrumbs":"Environment Setup ยป Testing","id":"149","title":"Testing"},"15":{"body":"You can start the indexer service with an array of CLI options. Note that most (if not all) of these options include sensible defaults. fuel-indexer-api-server run --help Fuel indexer web server USAGE: fuel-indexer-api-server run [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. [possible values: jwt] -c, --config API server config file. --database Database type. [default: postgres] [possible values: postgres] --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret Secret used for JWT scheme (if JWT scheme is specified). --log-level Log level passed to the Fuel Indexer service. [default: info] [possible values: info, debug, error, warn] --max-body-size Max body size for web requests. [default: 5242880] --metrics Use Prometheus metrics reporting. --postgres-database Postgres database. --postgres-host Postgres host. --postgres-password Postgres password. --postgres-port Postgres port. --postgres-user Postgres username. --rate-limit Enable rate limiting. --rate-limit-request-count Maximum number of requests to allow over --rate-limit-window.. --rate-limit-window-size Number of seconds over which to allow --rate-limit-rps. --run-migrations Run database migrations before starting service. -v, --verbose Enable verbose logging. -V, --version Print version information --web-api-host Web API host. [default: localhost] --web-api-port Web API port. [default: 29987]","breadcrumbs":"Service Infrastructure ยป Using CLI Options (Web Server)","id":"15","title":"Using CLI Options (Web Server)"},"150":{"body":"cargo test --locked --workspace --all-targets","breadcrumbs":"Environment Setup ยป Default tests","id":"150","title":"Default tests"},"151":{"body":"cargo test --locked --workspace --all-targets --features postgres","breadcrumbs":"Environment Setup ยป End-to-end tests","id":"151","title":"End-to-end tests"},"152":{"body":"For tests related to the meta-programming used in the Fuel indexer, we use trybuild. RUSTFLAGS='-D warnings' cargo test -p fuel-indexer-macros --locked","breadcrumbs":"Environment Setup ยป trybuild tests","id":"152","title":"trybuild tests"},"153":{"body":"Thanks for your interest in contributing to Fuel Indexer! This document outlines some the conventions on building, running, and testing Fuel Indexer. Fuel Indexer has many dependent repositories. If you need any help or mentoring getting started, understanding the codebase, or anything else, please ask on our Discord .","breadcrumbs":"Contributing Standards ยป Contributing to Fuel Indexer","id":"153","title":"Contributing to Fuel Indexer"},"154":{"body":"If you've added a new function, method, class or abstraction, please include rustdoc comments for the new code so others can better understand the change. If your change is non-trivial and testable, please try to include at least one happy path test to ensure that your change works. \"Trivial\" changes would be changes to docs, comments, or small style/syntactic changes","breadcrumbs":"Contributing Standards ยป Code Standards","id":"154","title":"Code Standards"},"155":{"body":"Future instructions assume you are in this repository git clone https://github.com/FuelLabs/fuel-indexer\ncd fuel-indexer","breadcrumbs":"Contributing Standards ยป Getting the repository","id":"155","title":"Getting the repository"},"156":{"body":"rustup is the official toolchain manager for Rust. We use some additional components such as clippy and rustfmt, to install those: rustup component add clippy\nrustup component add rustfmt Fuel Indexer also uses a few other tools installed via cargo cargo install sqlx-cli\ncargo install wasm-snip","breadcrumbs":"Contributing Standards ยป Configuring your Rust toolchain","id":"156","title":"Configuring your Rust toolchain"},"157":{"body":"Fuel Indexer's two primary crates are fuel-indexer and fuel-indexer-api-server. You can build Fuel Indexer: cargo build -p fuel-indexer -p fuel-indexer-api-server --release --locked Linting is done using rustfmt and clippy, which are each separate commands: cargo fmt --all --check cargo clippy --all-features --all-targets -- -D warnings The test suite follows the Rust cargo standards. Testing is simply done using Cargo: RUSTFLAGS='-D warnings' SQLX_OFFLINE=1 cargo test --locked --all-targets --all-features","breadcrumbs":"Contributing Standards ยป Building and testing","id":"157","title":"Building and testing"},"158":{"body":"This is a rough outline of what a contributor's workflow looks like: Make sure what you want to contribute is already tracked as an issue. We may discuss the problem and solution in the issue. โ ๏ธ DO NOT submit PRs that do not have an associated issue โ ๏ธ Create a Git branch from where you want to base your work. Most work is usually branched off of develop Give your branch a name related to the work you're doing The convention for branch naming is usually 1234/short-description, where 1234 is the number of the associated issue. Write code, add test cases, and commit your work. Run tests and make sure all tests pass. Your commit message should be formatted as [commit type]: [short commit blurb] Examples: If you fixed a bug, your message is fix: database locking issue If you added new functionality, your message would be enhancement: i added something super cool If you just did a chore your message is: chore: i did somthing not fun Keeping commit messages short and consistent helps users parse release notes Push up your branch to Github then (on the right hand side of the Github UI): Assign yourself as the owner of the PR Add any and all necessary labels to your PR Link the issue your PR solves, to your PR If you are part of the FuelLabs Github org, please open a PR from the repository itself. Otherwise, push your changes to a branch in your fork of the repository and submit a pull request. Make sure mention the issue, which is created at step 1, in the commit message. Your PR will be reviewed and some changes may be requested. Once you've made changes, your PR must be re-reviewed and approved. If the PR becomes out of date, you can use GitHub's 'update branch' button. If there are conflicts, you can merge and resolve them locally. Then push to your PR branch. Any changes to the branch will require a re-review. Our CI (Github Actions) automatically tests all authorized pull requests. Use Github to merge the PR once approved.","breadcrumbs":"Contributing Standards ยป Contribution flow","id":"158","title":"Contribution flow"},"159":{"body":"bug: If fixing broken functionality enhancement: If adding new functionality chore: If finishing valuable work (that's no fun!) testing: If only updating/writing tests docs: If just updating docs feat: If adding a non-trivial new feature There will be categories not covered in this doc - use your best judgement! Thanks for your contributions!","breadcrumbs":"Contributing Standards ยป Commit categories","id":"159","title":"Commit categories"},"16":{"body":"To run the standalone Fuel indexer web server server using a configuration file: fuel-indexer-api-server run --config config.yaml In the above example, config.yaml is based on the default service configuration file .","breadcrumbs":"Service Infrastructure ยป Using A Configuration File (Web Server)","id":"16","title":"Using A Configuration File (Web Server)"},"160":{"body":"For beginners, we have prepared many suitable tasks for you. Checkout our Good First Issues for a list. If you are planning something that relates to multiple components or changes current behaviors, make sure to open an issue to discuss with us before continuing.","breadcrumbs":"Contributing Standards ยป Finding something to work on","id":"160","title":"Finding something to work on"},"161":{"body":"https://semver.org/","breadcrumbs":"Release Schedule ยป Release Schedule","id":"161","title":"Release Schedule"},"162":{"body":"E.g., v2.0.0 -> v3.0.0 Major releases of large features and breaking changes. Cadence: As needed.","breadcrumbs":"Release Schedule ยป Major releases","id":"162","title":"Major releases"},"163":{"body":"E.g., v0.3.0 -> v0.4.0 General releases of new functionality, fixes, and some breaking changes. Cadence: Roughly every two to three weeks.","breadcrumbs":"Release Schedule ยป Minor releases","id":"163","title":"Minor releases"},"164":{"body":"E.g., v0.1.3 -> v0.1.4 Releases for bug fixes and time sensitive improvements. Cadence: Ad-hoc as needed throughout the week.","breadcrumbs":"Release Schedule ยป Patch releases","id":"164","title":"Patch releases"},"165":{"body":"","breadcrumbs":"Building From Source ยป Building from Source","id":"165","title":"Building from Source"},"166":{"body":"git clone git@github.com:FuelLabs/fuel-indexer.git","breadcrumbs":"Building From Source ยป Clone repository","id":"166","title":"Clone repository"},"167":{"body":"cd packages/fuel-indexer-database/postgres\nDATABASE_URL=postgres://postgres@localhost sqlx migrate run","breadcrumbs":"Building From Source ยป Run migrations","id":"167","title":"Run migrations"},"168":{"body":"cargo run --bin fuel-indexer","breadcrumbs":"Building From Source ยป Start the service","id":"168","title":"Start the service"},"169":{"body":"cargo test --locked --workspace --all-features --all-targets","breadcrumbs":"Building From Source ยป Run tests","id":"169","title":"Run tests"},"17":{"body":"Since many users may be familiar with indexing by using a solution like The Graph, it may be helpful to provide a comparison between it and the Fuel indexer. Generally, the biggest conceptual differences between the two are as follows: The Fuel indexer does not support publishing indexers to decentralized networks. That being said, the Fuel indexer is developed with the intention of allowing anyone to run an instance and host whatever indexers they want. Contracts on the Fuel network can be indexed without the need to add additional events. Whether a user wanted to index information from the very start of a contract or a recent block, the process is the same: define the schema and manifest, write custom handler logic, and deploy to an indexer service. Legend: ๐ฉ : Functionally complete ๐จ : Partially complete ๐ฅ : Planned but incomplete โ : Not planned Feature The Graph Fuel Indexer Notes Hosted Indexers ๐ฉ ๐ฉ WASM Execution ๐ฉ ๐ฉ Native Execution ๐ฅ ๐ฉ Handlers ๐ฉ ๐ฉ see Indexing Fuel Types and Indexing Custom Types Updateable Schemas ๐ฉ ๐ฉ API Authentication ๐ฉ ๐ฉ Starting Block Configuration ๐ฉ ๐ฉ Grafted Indexes ๐ฉ ๐ฅ Index Ownership Transfer ๐ฉ ๐ฅ Unit Testing Framework ๐ฉ ๐ฅ Users are able to use cargo test Querying: Sorting ๐ฉ ๐ฉ Querying: Pagination ๐ฉ ๐ฉ Querying: Filtering ๐ฉ ๐ฉ Querying: Time Travel ๐ฉ ๐ฅ Querying: Fulltext Search ๐ฉ ๐ฅ Querying: GraphQL Validation Spec ๐ฉ ๐จ Schema: Enums ๐ฉ ๐ฉ Schema: One-to-one relationships ๐ฉ ๐ฉ Schema: One-to-many relationships ๐ฉ ๐ฉ Schema: Many-to-many relationships ๐ฉ ๐ฉ Schema: Reverse Lookup ๐ฉ ๐ฅ AssemblyScript Support ๐ฉ โ Admin Portal UI ๐ฉ โ Decentralized Hosting ๐ฉ โ","breadcrumbs":"How it Compares ยป How it Compares","id":"17","title":"How it Compares"},"170":{"body":"There are a few system requirements related to compilation, tooling, and SQL backends that you'll need to be able to contribute to the Fuel indexer.","breadcrumbs":"System Dependencides ยป System Requirements","id":"170","title":"System Requirements"},"171":{"body":"apt update && apt install -y \\ cmake \\ pkg-config \\ git \\ gcc \\ build-essential \\ clang \\ libclang-dev \\ llvm \\ libpq-dev Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner pkg-config Language-agnostic helper tool used when compiling applications and libraries git Version control system gcc Compiler tools required to build various Fuel indexer crates clang/libclang-dev Compiler tools required to build various Fuel indexer crates on Unix-like OSes llvm Required for building Fuel indexer crate dependencies libpq-dev Set of library function helping facilitate interaction with the PostgreSQL backend","breadcrumbs":"System Dependencides ยป Ubuntu/Debian","id":"171","title":"Ubuntu/Debian"},"172":{"body":"brew update && brew install \\ cmake \\ llvm \\ libpq \\ postgresql Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner llvm Compiler infrastructure for building Fuel indexer crate dependencies libpq Postgres C API library postgresql Installs the command line console (psql) as well as a PostgreSQL server locally","breadcrumbs":"System Dependencides ยป MacOS","id":"172","title":"MacOS"},"173":{"body":"pacman -Syu --needed --noconfirm \\ cmake \\ gcc \\ pkgconf \\ git \\ clang \\ llvm11 \\ llvm11-libs \\ postgresql-libs Dependency Required For cmake Manages the build process in an operating system and in a compiler-independent manner git Version control system gcc Compiler tools required to build various Fuel indexer crates llvm11 Compiler infrastructure for building Fuel indexer crate dependencies llvm11-libs Compiler infrastructure libs for building Fuel indexer crate dependencies pkgconf System for configuring build dependency information postgresql-libs Provides the essential shared libraries for any PostgreSQL client program or interface clang Compiler required to build various Fuel indexer crates Unix-like OSes","breadcrumbs":"System Dependencides ยป Arch","id":"173","title":"Arch"},"174":{"body":"Here is a list of terms and their definitions in order to help users properly understand certain concepts about the Fuel indexer. asset: a component that is used to create and operate an indexer executor: an async task run by an indexer index/indices: data produced by an indexer indexer service: a service that runs one or more indexers indexer: an abstraction that takes data from Fuel virtual machine and produces indices","breadcrumbs":"A: Glossary ยป Glossary","id":"174","title":"Glossary"},"18":{"body":"In this tutorial you will: Bootstrap your development environment. Create, build, and deploy an indexer to an indexer service hooked up to Fuel's beta-4 testnet. Query your indexer's newly created index for data using GraphQL.","breadcrumbs":"Quickstart ยป Quickstart","id":"18","title":"Quickstart"},"19":{"body":"In this Quickstart, we'll use Fuel's toolchain manager fuelup in order to install the forc-index component that we'll use to develop our indexer.","breadcrumbs":"Quickstart ยป 1. Setting up your environment","id":"19","title":"1. Setting up your environment"},"2":{"body":"This guide covers some of the basics with regard to installing dependencies for the Fuel indexer service. However, note that this guide is meant to be a general overview for most platforms and by no means covers all platforms. If you're having trouble with dependencies on your system, we recommend that you use docker. To run the Fuel indexer, you'll need to install a few dependencies on your system: The Fuel toolchain A PostgresQL server backend The wasm32-unknown-unknown rustup target wasm-snip , a utility for stripping symbols from WebAssemly binaries. If you don't want to install a database directly onto your system, you can use Docker to run a database in an isolated container. You can install Docker by following its installation instructions . For reference purposes, we provide a docker compose file that comes with a PostgresSQL server and a Fuel indexer service.","breadcrumbs":"Dependencies ยป Dependencies","id":"2","title":"Dependencies"},"20":{"body":"To install fuelup with the default features/options, use the following command to download the fuelup installation script and run it interactively. curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh If you require a non-default fuelup installation, please read the fuelup installation docs.","breadcrumbs":"Quickstart ยป 1.1 Install fuelup","id":"20","title":"1.1 Install fuelup"},"21":{"body":"Indexers are typically compiled to WASM so you'll need to have the proper WASM compilation target available on your system. You can install this target using rustup: rustup target add wasm32-unknown-unknown Additionally, you'll need the wasm-snip utility in order to remove errant symbols from your compiled WASM binary. You can install this tool using cargo: cargo install wasm-snip","breadcrumbs":"Quickstart ยป 1.2 WebAssembly (WASM) Setup","id":"21","title":"1.2 WebAssembly (WASM) Setup"},"22":{"body":"The primary means of interfacing with the Fuel indexer for indexer development is the forc-index CLI tool . forc-index is a forc plugin specifically created to interface with the Fuel indexer service. Since we already installed fuelup in a previous step 1.1 , we should be able to check that our forc-index binary was successfully installed and added to our PATH. which forc-index /Users/me/.fuelup/bin/forc-index IMPORTANT: fuelup will install several binaries from the Fuel ecosystem and add them into your PATH, including the fuel-indexer binary. The fuel-indexer binary is the primary binary that users can use to spin up a Fuel indexer service. which fuel-indexer /Users/me/.fuelup/bin/fuel-indexer","breadcrumbs":"Quickstart ยป 2. Using the forc-index plugin","id":"22","title":"2. Using the forc-index plugin"},"23":{"body":"Once the forc-index plugin is installed, let's go ahead and see what indexer components we have installed. Many of these components are required for development work (e.g., fuel-core, psql) but some are even required for non-development usage as well (e.g., wasm-snip, fuelup). forc index check +--------+------------------------+---------------------------------------------------------+\n| Status | Component | Details |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | fuel-indexer binary | Can't locate fuel-indexer. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | fuel-indexer service | Local service found: PID(63967) | Port(29987). |\n+--------+------------------------+---------------------------------------------------------+\n| โ | psql | /usr/local/bin/psql |\n+--------+------------------------+---------------------------------------------------------+\n| โ | fuel-core | /Users/me/.cargo/bin/fuel-core |\n+--------+------------------------+---------------------------------------------------------+\n| โ | docker | /usr/local/bin/docker |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | fuelup | Can't locate fuelup. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | wasm-snip | /Users/me/.cargo/bin/wasm-snip |\n+--------+------------------------+---------------------------------------------------------+\n| โ๏ธ | forc-postgres | Can't locate fuelup. |\n+--------+------------------------+---------------------------------------------------------+\n| โ | rustc | /Users/me/.cargo/bin/rustc |\n+--------+------------------------+---------------------------------------------------------+\n| โ | forc-wallet | /Users/me/.cargo/bin/forc-wallet |\n+--------+------------------------+---------------------------------------------------------+","breadcrumbs":"Quickstart ยป 2.1 Check for components","id":"23","title":"2.1 Check for components"},"24":{"body":"To quickly setup and bootstrap the PostgreSQL database that we'll need, we'll use forc index. We can quickly create a bootstrapped database and start the Fuel indexer service by running the following command: IMPORTANT: Below we're specifying our Postgres hostname as --postgres-host postgresql, but you might need to change this based on your own Postgres instance details (see forc index start --help for more details). Additionally, you can try using the --embedded-database flag in order to quickly use an embedded instance of Postgres, but this flag can be flaky, and its ease of use often depends on what platform you're using. forc index start --fuel-node-host beta-4.fuel.network --fuel-node-port 80 --run-migrations --postgres-host postgresql You should see output indicating the successful creation of a database and start of the indexer service; there may be much more content in your session, but it should generally contain output similar to the following lines: โ Successfully started the indexer service at PID 39407 2023-07-31T15:57:28.942954Z INFO fuel_indexer::commands::run: 109: Configuration: IndexerConfig { metering_points: Some(30000000000), log_level: \"info\", verbose: false, local_fuel_node: false, indexer_net_config: false, fuel_node: FuelClientConfig { host: \"beta-4.fuel.network\", port: \"80\" }, web_api: WebApiConfig { host: \"localhost\", port: \"29987\", max_body_size: 5242880 }, database: PostgresConfig { user: \"postgres\", password: \"XXXX\", host: \"localhost\", port: \"5432\", database: \"postgres\", verbose: \"false\" }, metrics: false, stop_idle_indexers: false, run_migrations: true, authentication: AuthenticationConfig { enabled: false, strategy: None, jwt_secret: \"XXXX\", jwt_issuer: None, jwt_expiry: None }, rate_limit: RateLimitConfig { enabled: false, request_count: None, window_size: None }, replace_indexer: false, accept_sql_queries: false }\n2023-07-31T15:57:28.948657Z INFO sqlx::postgres::notice: 157: relation \"_sqlx_migrations\" already exists, skipping\n2023-07-31T15:57:28.976258Z INFO fuel_indexer::service: 378: Resuming Indexer(fuel.indexer_test) from block 81188\n2023-07-31T15:57:29.077928Z INFO fuel_indexer::database: 187: Loading schema for Indexer(fuel.indexer_test) with Version(2738d221cf1e926d28e62bc93604a96ec6f7c5093e766f45a4555ed06e437b7f).\n2023-07-31T15:57:29.081302Z WARN fuel_indexer::executor: 87: No end_block specified in manifest. Indexer will run forever.\n2023-07-31T15:57:29.081311Z INFO fuel_indexer::executor: 109: Indexer(fuel.indexer_test) subscribing to Fuel node at beta-4.fuel.network:80\n2023-07-31T15:57:29.081424Z INFO fuel_indexer::service: 194: Registered Indexer(fuel.indexer_test)\n2023-07-31T15:57:29.082150Z INFO fuel_indexer_lib::utils: 132: Parsed SocketAddr '127.0.0.1:29987' from 'localhost:29987","breadcrumbs":"Quickstart ยป 2.2 Setup a Database and Start the Indexer Service","id":"24","title":"2.2 Setup a Database and Start the Indexer Service"},"25":{"body":"Now that we have our development environment set up, the next step is to create an indexer. forc index new hello-indexer --namespace fuellabs && cd hello-indexer The namespace of your project is a required option. You can think of a namespace as your organization name or company name. Your project might contain one or many indexers all under the same namespace. For a complete list of options passed to forc index new, see here . forc index new hello-indexer --namespace FuelLabs โ Successfully created indexer โโโโโโโโโโโ โโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโโโโโ\nโโโโโโโโโโโ โโโโโโโโโโโโโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\nโโโโโโ โโโ โโโโโโโโโ โโโ โโโโโโโโโ โโโโโโ โโโโโโโโโ โโโโโโ โโโโโโ โโโโโโโโ\nโโโโโโ โโโ โโโโโโโโโ โโโ โโโโโโโโโโโโโโโโ โโโโโโโโโ โโโโโโ โโโโโโ โโโโโโโโ\nโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโ โโโ\nโโโ โโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโ โโโ An easy-to-use, flexible indexing service built to go fast. ๐๐จ ---- Read the Docs:\n- Fuel Indexer: https://github.com/FuelLabs/fuel-indexer\n- Fuel Indexer Book: https://docs.fuel.network/docs/indexer/\n- Sway Book: https://docs.fuel.network/docs/sway/\n- Rust SDK Book: https://rust.fuel.network Join the Community:\n- Follow us @Fuel: https://twitter.com/fuel_network\n- Ask questions in dev-chat on Discord: https://discord.com/invite/xfpK4Pe Report Bugs:\n- Fuel Indexer Issues: https://github.com/FuelLabs/fuel-indexer/issues/new Take a quick tour. `forc index auth` Authenticate against an indexer service.\n`forc index build` Build an indexer.\n`forc index check` List indexer components.\n`forc index deploy` Deploy an indexer.\n`forc index kill` Kill a running Fuel indexer process on a given port.\n`forc index new` Create a new indexer.\n`forc index remove` Stop a running indexer.\n`forc index start` Start a local indexer service.\n`forc index status` Check the status of an indexer.","breadcrumbs":"Quickstart ยป 2.3 Creating a new indexer","id":"25","title":"2.3 Creating a new indexer"},"26":{"body":"At this point, we have a brand new indexer that will index some blocks and transactions. And with both our database and Fuel indexer services up and running, all that's left to do is to build and deploy the indexer in order to see it in action. Let's build and deploy our indexer: forc index deploy IMPORTANT: forc index deploy by defaults runs forc index build prior to deploying the indexer. The same result can be produced by running forc index build then subsequently running forc index deploy. For more info, checkout the forc index deploy command. If all goes well, you should see the following: โนโนโนโนโน โฐ Building... Finished dev [unoptimized + debuginfo] target(s) in 0.96s\nโชโชโชโชโช โ Build succeeded. Deploying indexer\nโชโชโชโชโช โ Successfully deployed indexer.","breadcrumbs":"Quickstart ยป 2.4 Deploying our indexer","id":"26","title":"2.4 Deploying our indexer"},"27":{"body":"With our indexer deployed, we should be able to query for newly indexed data after a few seconds. Below, we write a simple GraphQL query that returns a few fields from all transactions that we've indexed. You can open your GraphQL query playground at http://127.0.0.1:29987/api/playground/fuellabs/hello_indexer and submit the following GraphQL query. query { transaction { id, hash, block { id } }\n} The response you get should resemble: [ { \"block\": { \"id\": \"24002b29ef4331f5ee75a38bf6381f2c8e8d2d5b4d78470706dde7ab0b8d54c0\" }, \"hash\": \"82b36dce26d926921b8e79597899d8712fdabf2553f28b45ef3851a968efb4b9\", \"id\": \"eb7e14822e18e71ba7c92c266b0976acda2344dfbef7a60099d400cc243394fb\" }, { \"block\": { \"id\": \"1309ee2cb0846b1a7e45313e1c39b2a24ffd552a381f2f627225256f725a93e3\" }, \"hash\": \"f0c7c778faa6eb2a8bf03c9c47bb3f836bd4fe37e69c18e30f853ff146522dcb\", \"id\": \"182b6343bbbca2fcecf97020ea3f3767b8f5c370a6b853d2add46853e542a113\" }, { \"block\": { \"id\": \"95588e20296969a76576d519d301c6cabe1e009675e430da93e18ba2a0d38a49\" }, \"hash\": \"e729045198ee10dcf49e431f50c2ffe8c37129cbe47e003a59aff81a88b03b50\", \"id\": \"6910ebc30a1037b83336c956c95f7fc470c4b76750a93f6a1f6d19a21d058b19\" }\n]","breadcrumbs":"Quickstart ยป 3. Querying for data","id":"27","title":"3. Querying for data"},"28":{"body":"Congrats, you just created, built, and deployed your first indexer on the world's fastest execution layer. For more info on how indexers work, please checkout the reference guide .","breadcrumbs":"Quickstart ยป Finished! ๐ฅณ","id":"28","title":"Finished! ๐ฅณ"},"29":{"body":"","breadcrumbs":"Project Components ยป A Fuel Indexer Project","id":"29","title":"A Fuel Indexer Project"},"3":{"body":"Please visit the Fuel installation guide to install the Fuel toolchain, which includes binaries for the Fuel indexer.","breadcrumbs":"Dependencies ยป The Fuel toolchain","id":"3","title":"The Fuel toolchain"},"30":{"body":"The Fuel indexer project can currently be used in a number of different ways: as tooling to interact with indexers as a standalone service as a part of a larger Fuel project, alongside other components of the Fuel ecosystem (e.g. Sway smart contracts ) We'll describe these three different use cases below.","breadcrumbs":"Project Components ยป Use Cases","id":"30","title":"Use Cases"},"31":{"body":"The Fuel indexer provides functionality to make it easy to build and compile abitrary indexers by using the forc index CLI tool. Using forc index, users can create, build, deploy, and remove indexers, as well as authenticate against a running indexer service, and check the status of running indexers. Example Create, deploy, and check the status of a new indexer. forc index new fuel && \\ cd fuel && forc index deploy --url http://indexer.fuel.network && \\ forc index status --url http://indexer.fuel.network --auth $MY_TOKEN","breadcrumbs":"Project Components ยป As tooling to interact with indexers","id":"31","title":"As tooling to interact with indexers"},"32":{"body":"You can also start the Fuel indexer as a standalone service that connects to a Fuel node in order to monitor the Fuel blockchain for new blocks and transactions. To do so, run the requisite database migrations, adjust the configuration to connect to a Fuel node, and start the service. Example Create, deploy, and check the status of a new indexer. fuel-indexer run \\ --fuel-node-host beta-4.fuel.network \\ --fuel-node-port 80 \\ --run-migrations \\ --accept-sql-queries \\ --replace-indexer","breadcrumbs":"Project Components ยป As a standalone service","id":"32","title":"As a standalone service"},"33":{"body":"Finally, you can run the Fuel indexer as part of a project that uses other components of the Fuel ecosystem, such as Sway. The convention for a Fuel project layout including an indexer is as follows: .\nโโโ contracts\nโ โโโ hello-contract\nโ โโโ Forc.toml\nโ โโโ src\nโ โโโ main.sw\nโโโ frontend\nโ โโโ index.html\nโโโ indexer โโโ hello-indexer โโโ Cargo.toml โโโ hello_indexer.manifest.yaml โโโ schema โ โโโ hello_indexer.schema.graphql โโโ src โโโ lib.rs","breadcrumbs":"Project Components ยป As part of a Fuel project","id":"33","title":"As part of a Fuel project"},"34":{"body":"Every Fuel indexer project requires three components: a Manifest describing how the indexer should work a Schema containing data models for the data that is to be indexed a Module which contains the logic for how data coming from the FuelVM should be saved into an index","breadcrumbs":"Project Components ยป An Indexer Project at a Glance","id":"34","title":"An Indexer Project at a Glance"},"35":{"body":"A manifest is a YAML configuration file that specifies various aspects of how an indexer should function: Where should the indexer start? Where should the indexer end? What contract should the indexer subscribe to? Below is a sample indexer manifest file namespace: fuellabs\nidentifier: order_book_v1\nfuel_client: beta-4.fuel.network:80\nabi: path/to/my/contract-abi.json\ncontract_id: \"fuels0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\"\ngraphql_schema: path/to/my/schema.graphql\nstart_block: 1564\nend_block: 310000\nmodule: wasm: path/to/my/wasm_module.wasm","breadcrumbs":"Project Components ยป Manifest ยป Manifest","id":"35","title":"Manifest"},"36":{"body":"Required. The namespace is the topmost organizational level of an indexer. You can think of different namespaces as separate and distinct collections comprised of indexers. A namespace is unique to a given indexer operator -- i.e., indexer operators will not be able to support more than one namespace of the same name.","breadcrumbs":"Project Components ยป Manifest ยป namespace","id":"36","title":"namespace"},"37":{"body":"Required. The identifier field is used to (quite literally) identify the given indexer. If a namespace describes a collection of indexers, then an identifier describes a unique indexer inside that collection. As an example, if a provided namespace is \"fuel\" and a provided identifier is \"index1\", then the full identifier for the given indexer will be fuel.index1.","breadcrumbs":"Project Components ยป Manifest ยป identifier","id":"37","title":"identifier"},"38":{"body":"Optional. The fuel_client denotes the address (host, port combination) of the running Fuel client that you would like your indexer to index events from. In order to use this per-indexer fuel_client option, the indexer service at which your indexer is deployed will have to run with the --indexer_net_config option.","breadcrumbs":"Project Components ยป Manifest ยป fuel_client","id":"38","title":"fuel_client"},"39":{"body":"Optional. The abi option is used to provide a link to the Sway JSON application binary interface (ABI) that is generated when you build your Sway project. This generated ABI contains all types, type IDs, logged types, and message types used in your Sway contract.","breadcrumbs":"Project Components ยป Manifest ยป abi","id":"39","title":"abi"},"4":{"body":"The Fuel indexer requires the use of a database. We currently support PostgresSQL . IMPORTANT: Fuel Indexer users on most platforms don't need to explicitly install PostgresQL software via a package manager. When starting the indexer service via forc index start simply pass the --embedded-database flag in order to have the indexer service download and start an embedded PostgresQL instance via forc index postgres . However note that this --embedded-database functionality can be a bit brittle or flaky on some platforms, so alternative methods of installing or using PostgresQL are briefly mentioned below.","breadcrumbs":"Dependencies ยป PostgreSQL","id":"4","title":"PostgreSQL"},"40":{"body":"Optional. The contract_id specifies the particular contract to which you would like an indexer to subscribe. Setting this field to an empty string will index events from any contract that is currently executing on the network. This field accepts either a single string, or a list of strings. The indexer will index events from all IDs if a list is passed. Important: Contract IDs are unique to the content of a contract. If you are subscribing to a certain contract and then the contract itself is changed or updated, you will need to change the contract_id field of the manifest to the new ID. Note: This parameter supports both Bech32 contract IDs and non-Bech32 contract IDs","breadcrumbs":"Project Components ยป Manifest ยป contract_id","id":"40","title":"contract_id"},"41":{"body":"Required. The graphql_schema field contains the file path pointing to the corresponding GraphQL schema for a given indexer. This schema file holds the structures of the data that will eventually reside in your database. You can read more about the format of the schema file here . Important: The objects defined in your GraphQL schema are called 'entities'. These entities are what will be eventually be stored in the database.","breadcrumbs":"Project Components ยป Manifest ยป graphql_schema","id":"41","title":"graphql_schema"},"42":{"body":"Optional. The start_block field indicates the block height after which you'd like your indexer to start indexing events.","breadcrumbs":"Project Components ยป Manifest ยป start_block","id":"42","title":"start_block"},"43":{"body":"Optional. The end_block field indicates the block height after which the indexer should stop indexing blocks. Important: If no end_block is added the indexer will keep listening to new blocks indefinitely.","breadcrumbs":"Project Components ยป Manifest ยป end_block","id":"43","title":"end_block"},"44":{"body":"Required. The module field contains a file path that points to code that will be run as an executor inside of the indexer. There are two available options for modules/execution: wasm and native. Note that when specifying a wasm module, the provided path must lead to a compiled WASM binary. Important: At this time, wasm is the preferred method of execution.","breadcrumbs":"Project Components ยป Manifest ยป module","id":"44","title":"module"},"45":{"body":"Optional. The resumable field contains a boolean value and specifies whether the indexer should synchronise with the latest block if it has fallen out of sync.","breadcrumbs":"Project Components ยป Manifest ยป resumable","id":"45","title":"resumable"},"46":{"body":"The GraphQL schema is a required component of the Fuel indexer. When data is indexed into the database, the actual values that are persisted to the database will be values created using the data structures defined in the GraphQL schema. Below is a sample GraphQL schema for a Fuel indexer. type Metadata @entity(virtual: true) { imageUrl: String! data: Bytes\n} type Account @entity { id: ID! address: Address! index: U64! metadata: Metadata\n} type Wallet @entity { id: ID! name: String! accounts: [Account!]!\n} For a complete list of all scalars that can be used in a Fuel indexer, please see the GraphQL Scalars section. Further, for a complete list of how Sway data types, GraphQL scalar types, and Fuel indexer database types map to each other, please see the Database Types section. Finally, for a more in-depth explanation on the schema being used above ๐๐ฝ, please read the GraphQL section.","breadcrumbs":"Project Components ยป Schema ยป GraphQL Schema","id":"46","title":"GraphQL Schema"},"47":{"body":"Indexer modules are compiled binaries that process data from the Fuel blockchain into entity types defined in your schema so that the data can be stored in a database. The Fuel indexer supports both WebAssembly (WASM) and native binaries; however, we strongly recommend using WASM binaries. This document describes the process of creating an indexer module.","breadcrumbs":"Project Components ยป Module ยป Indexer modules","id":"47","title":"Indexer modules"},"48":{"body":"Prior to creating a module for an indexer, both the manifest and schema should be created. At compile time, information will be extracted from both of those assets and combined it with your defined logic to create handlers that save data to storage. Let's look at the following example of a module that will be compiled to WASM: use fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { // This `log_the_greeting` function will be called, when we find // a `Greeting` in a block. fn log_the_greeting(greeting: Greeting) { info!(\"The greeting is: {greeting:?}\"); }\n}","breadcrumbs":"Project Components ยป Module ยป Creating Handlers","id":"48","title":"Creating Handlers"},"49":{"body":"The first line imports the prelude from fuel_indexer_utils; this allows you to quickly bootstrap an indexer by using common types and traits. Then, we have a module decorated with the #[indexer] macro. This macro processes a manifest at the supplied file path, parses your schema and Sway contract ABI (if supplied), and generates code that is combined with handler functions in order to create a complete indexer module. Finally, we have an example handler function. You can define which functions handle different events by using the function parameters. If you add a function parameter of a certain type T, the function will be triggered whenever that type is found as part of a block, transaction, or receipt. In this example, let's say that you have a Sway contract with a function that logs a Greeting struct. When that function executes as part of a transaction, the logged struct will be included in the data that is processed from the Fuel blockchain. Your indexer module will see the struct and execute log_the_greeting. You can learn more about what data can be indexed and find example handlers in the Indexing Fuel Types and Indexing Custom Types sections.","breadcrumbs":"Project Components ยป Module ยป What's going on here?","id":"49","title":"What's going on here?"},"5":{"body":"On macOS systems, you can install PostgreSQL through Homebrew. If it isn't present on your system, you can install it according to the instructions . Once installed, you can add PostgreSQL to your system by running brew install postgresql.","breadcrumbs":"Dependencies ยป macOS","id":"5","title":"macOS"},"50":{"body":"To compile your indexer code to WASM, you'll first need to install the wasm32-unknown-unknown target platform through rustup, if you haven't done so already. rustup add target wasm32-unknown-unknown After that, you can conveniently use the forc index plugin to manager your indexers. Simply use forc index build to build your indexer or checkout the forc index build docs for more options.","breadcrumbs":"Project Components ยป Module ยป Usage","id":"50","title":"Usage"},"51":{"body":"There are a few points that Fuel indexer users should know when using WASM: WASM modules are only used if the execution mode specified in your manifest file is wasm. Developers should be aware of what things may not work off-the-shelf in a module: file I/O, thread spawning, and anything that depends on system libraries or makes system calls. This is due to the technological limitations of WASM as a whole; more information can be found here . As of this writing, there is a small bug in newly built Fuel indexer WASM modules that produces a WASM runtime error due to an errant upstream dependency. For now, a quick workaround requires the use of wasm-snip to remove the errant symbols from the WASM module. More info can be found in the related script here . Users on Apple Silicon macOS systems may experience trouble when trying to build WASM modules due to its clang binary not supporting WASM targets. If encountered, you can install a binary with better support from Homebrew (brew install llvm) and instruct rustc to leverage it by setting the following environment variables: AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang","breadcrumbs":"Project Components ยป Module ยป Notes on Web Assembly modules","id":"51","title":"Notes on Web Assembly modules"},"52":{"body":"The Fuel indexer uses GraphQL in order to allow users to query for indexed data. In this chapter, you can find information on how to leverage our supported features to efficiently get the data you want. โ ๏ธ Please note that the Fuel indexer does not support the full GraphQL specification; however, we do our best to reasonably support as much as we can. Types Scalars Directives Relationships","breadcrumbs":"Designing a Schema ยป Designing a Schema","id":"52","title":"Designing a Schema"},"53":{"body":"While we do our best to maintain compliance with the GraphQL specification and parity with other implementations, there are a few things that are under development or will not be implemented. Here's a table describing our GraphQL functionality: Legend: ๐ฉ : Functionally complete ๐จ : Partially complete ๐ฅ : Planned but incomplete โ : Not planned Functionality Status Notes Arguments ๐ฉ read the Search and Filtering section Aliases ๐ฉ Fragments ๐จ inline fragments are currently not supported Introspection ๐ฉ GraphQL Playground ๐ฉ read the Playground section Pagination ๐จ read the Pagination section Directives ๐จ read the Directives section List Types ๐จ Union Types ๐จ Federation โ Variables โ Mutations โ Enums ๐จ Interfaces โ Input Types โ","breadcrumbs":"Designing a Schema ยป Supported Functionality","id":"53","title":"Supported Functionality"},"54":{"body":"","breadcrumbs":"Designing a Schema ยป Types ยป Types","id":"54","title":"Types"},"55":{"body":"Object types are the most commonly used type in indexer GraphQL schema. Each object type marked with an @entity directive will be converted into a SQL table. type Account @entity { id: ID! address: Address! balance: U64!\n} This Account object type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let address = Address::default(); let balance = 0; let account = Account::new(address, balance); account.save(); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Objects","id":"55","title":"Objects"},"56":{"body":"Enum types are simply implemented as String types. enum SignatureLabel { Multi Single\n} Enum types in relation to Fuel indexer's implementation are just String types used primarily to label object types. There is no other way that enum types should be used at this time. This SignatureLabel object type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let label = SignatureLabel::Multi; assert_eq!(label.to_string(), \"SignatureLabel::Multi\".to_string()); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Enums","id":"56","title":"Enums"},"57":{"body":"Union types are unique in that any type marked as a union will be converted into an Object type, who's fields are the unique set of fields over all members of the union. enum TransactionLabel { Create Script Mint\n} type CreateTransaction @entity { id: ID! bytecode_length: U64! contract_id: ContractId! label: TransactionLabel!\n} type ScriptTransaction @entity { id: ID! maturity: U64! label: TransactionLabel!\n} type MintTransaction @entity { id: ID! metadata: Json label: TransactionLabel!\n} union Transaction = CreateTransaction | ScriptTransaction | MintTransaction The Transaction union type above, will internally produce the following object type: type Transaction @entity { id: ID! bytecode_length: U64! contract_id: ContractId! label: TransactionLabel! maturity: U64! metadata: Json\n} IMPORTANT: Note the order of the fields in the derived Transaction object type: the fields are ordered according to the unique set of fields from each of the union's members. The id, bytecode_length, contract_id, and label fields come first, from the CreateTransaction object type. Next comes the maturity field from the ScriptTransaction object - because the ScriptTransaction's id and label fiels are already a part of the derived Transaction object, courtesy of the CreateTransaction object type. Finally, comes the metadata field, as part of the MintTransaction object type. This Transaction union type from the GraphQL schema, might be used in an indexer module like so: extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_event(event: Event) { let bytecode_length = 1024; let contract_id = ContractId::default(); let label = TransactionLabel::Create; let maturity = 10000000; let metadata = None; let transaction = Transaction::new(bytecode_length, contract_id, label, maturity, metadata); transaction.save(); }\n}","breadcrumbs":"Designing a Schema ยป Types ยป Unions","id":"57","title":"Unions"},"58":{"body":"The Fuel indexer has a collection of GraphQL scalars that cover virtually any value type in use on the Fuel network. The following list contains each GraphQL scalar type along with its equivalent Rust type. GraphQL Scalar Rust Type Notes Address u8[32] AssetId u8[32] Boolean bool Bytes Vec Byte blob of arbitary size Bytes32 u8[32] Bytes4 u8[4] Bytes64 u8[64] Bytes8 u8[8] ContractId u8[32] HexString Vec Byte blob of arbitrary size I128 i128 I32 i32 I64 i64 I8 i8 ID SizedAsciiString<64> Alias of UID Json String JSON string of arbitary size U128 u128 U32 u32 U64 u64 U8 u8 UID SizedAsciiString<64> 32-byte unique ID String String String of arbitrary size","breadcrumbs":"Designing a Schema ยป Scalars ยป Scalars","id":"58","title":"Scalars"},"59":{"body":"Per GraphQL: A directive is a keyword preceded by a @ character (optionally followed by a list of named arguments) which can appear after almost any form of syntax in the GraphQL query or schema languages. As of this writing, the list of supported Fuel GraphQL schema directives includes: @indexed: Denotes that a field should include a B-tree index in the database. @unique: Denotes that field should include a unique index in the database. @join: Denotes that a field has a \"relationship\" to another object type.","breadcrumbs":"Designing a Schema ยป Directives ยป Directives","id":"59","title":"Directives"},"6":{"body":"Two additional cargo components will be required to build your indexers: wasm-snip and the wasm32-unknown-unknown target. As of this writing, there is a small bug in newly built Fuel indexer WASM modules that produces a WASM runtime error due an errant upstream dependency. For now, you can use wasm-snip to remove the errant symbols from the WASM module, and prevent this issue from happening. An example can be found in the related script here . Note that since wasm-snip strips Web Assembly related symbols, users will temporarily not be allowed to include other WASM-friendly crates (e.g., chrono ) in their indexers.","breadcrumbs":"Dependencies ยป Web Assembly (WASM)","id":"6","title":"Web Assembly (WASM)"},"60":{"body":"The @indexed directive adds a database index to the underlying column for the indicated field of that type. Generally, a database index is a data structure that allows you to quickly locate data without having to search each row in a database table. type Book @entity { id: ID! name: Bytes8! @indexed\n} type Library @entity { id: ID! book: Book!\n} In this example, a single BTREE INDEX constraint will be created on the book table's name column, which allows for faster lookups on that field. Important: At the moment, database index constraint support is limited to BTREE in Postgres with ON DELETE, and ON UPDATE actions not being supported.","breadcrumbs":"Designing a Schema ยป Directives ยป @indexed","id":"60","title":"@indexed"},"61":{"body":"The @unique directive adds a UNIQUE database constraint to the underlying database column for the indicated field of that type. A constraint specifies a rule for the data in a table and can be used to limit the type of data that can be placed in the table. In the case of a column with a UNIQUE constraint, all values in the column must be different. type Book @entity { id: ID! name: Bytes8! @unique\n} type Library @entity { id: ID! book: Book!\n} A UNIQUE constraint will be created on the book table's name column, ensuring that no books can share the same name. Important: When using explict or implicit foreign keys, it is required that the reference column name in your foreign key relationship be unique. ID types are by default unique, but all other types will have to be explicitly specified as being unique via the @unique directive.","breadcrumbs":"Designing a Schema ยป Directives ยป @unique","id":"61","title":"@unique"},"62":{"body":"The @join directive is used to relate a field in one type to others by referencing fields in another type. You can think of it as a link between two tables in your database. The field in the referenced type is called a foreign key and it is required to be unique. type Book @entity { id: ID! name: String! @unique\n} type Library @entity { id: ID! book: Book! @join(on:name)\n} A foreign key constraint will be created on library.book that references book.name, which relates the Books in a Library to the underlying Book table. For more info on what exactly is happening here, please see the Relationships section.","breadcrumbs":"Designing a Schema ยป Directives ยป @join","id":"62","title":"@join"},"63":{"body":"The Fuel indexer service supports foreign key relationships and constraints. There are two types of relationship specifications: implicit and explicit . IMPORTANT: Implicit foreign keys do not require a @join directive. When using implicit foreign key references, merely add the referenced object as a field type (shown below). A lookup will automagically be done to add a foreign key constraint using this object's' id field. Note that implicit foreign key relationships only use the id field on the referenced table. If you plan to use implicit foreign keys, the object being referenced must have an id field. In contrast, explicit foreign keys do require a @join directive. Explicit foreign key references work similarly to implicit foreign keys; however, when using explicit foreign key references, you must add a @join directive after your object type. This @join directive includes the field in your foreign object that you would like to reference (shown below). Let's learn how to use each foreign key type by looking at some GraphQL schema examples.","breadcrumbs":"Designing a Schema ยป Relationships ยป Relationships","id":"63","title":"Relationships"},"64":{"body":"","breadcrumbs":"Designing a Schema ยป Relationships ยป Usage","id":"64","title":"Usage"},"65":{"body":"type Library @entity { id: ID! name: String!\n} type Book @entity { id: ID! library: Library!\n} Given the above schema, two entities will be created: a Book entity, and a Library entity. As you can see, we add the Book entity as an attribute on the Library entity, thus conveying that we want a one-to-many or one-to-one relationship between Library and Book. This means that for a given Book, we may also fetch the associated Library entity. It also means that the field Book.library will be an ID scalar type that references Library.id.","breadcrumbs":"Designing a Schema ยป Relationships ยป Implicit foreign keys","id":"65","title":"Implicit foreign keys"},"66":{"body":"type Library @entity { id: ID! name: String! @unique\n} type Book @entity { id: ID! library: Library! join(on:name)\n} For the most part, this works the same way as implicit foreign key usage. However, as you can see, instead of implicitly using Library.id as the reference column for our Library field type on the Book object, we're explicitly specifying that we want Library.name to serve as our foreign key for the Book.library field. Also, please note that since we're using Library.name in our foreign key constraint, that column is required to be unique (via the @unique directive).","breadcrumbs":"Designing a Schema ยป Relationships ยป Explicit foreign keys","id":"66","title":"Explicit foreign keys"},"67":{"body":"This document provides information about Fuel-specific types and provides examples on how to index each type. Blocks Transactions Receipts","breadcrumbs":"Indexing Fuel Types ยป Indexing Fuel Types","id":"67","title":"Indexing Fuel Types"},"68":{"body":"The BlockData struct is how blocks are represented in the Fuel indexer. It contains metadata such as the ID, height, and time, as well as a list of the transactions it contains (represented by TransactionData). It also contains the public key hash of the block producer, if present.","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป BlockData","id":"68","title":"BlockData"},"69":{"body":"pub struct BlockData { pub height: u32, pub id: Bytes32, pub header: Header, pub producer: Option , pub time: i64, pub consensus: Consensus, pub transactions: Vec ,\n}","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป Definition","id":"69","title":"Definition"},"7":{"body":"To install the wasm-snip: cargo install wasm-snip","breadcrumbs":"Dependencies ยป wasm-snip","id":"7","title":"wasm-snip"},"70":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_block(block_data: BlockData) { let height = block_data.header.height; info!(\"This block #{height}\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Blocks ยป Usage","id":"70","title":"Usage"},"71":{"body":"","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Transactions","id":"71","title":"Transactions"},"72":{"body":"The TransactionData struct contains important information about a transaction in the Fuel network. The id field is the transaction hash, which is a 32-byte string. The receipts field contains a list of Receipts, which are generated by a Fuel node during the execution of a Sway smart contract; you can find more information in the Receipts section.","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป TransactionData","id":"72","title":"TransactionData"},"73":{"body":"pub struct TransactionData { pub transaction: Transaction, pub status: TransactionStatus, pub receipts: Vec , pub id: TxId,\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Definition","id":"73","title":"Definition"},"74":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transaction(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; info!( \"Transaction {} in block at height {} has {} receipts\", transaction.id, block_data.header.height, transaction.receipts.len() ); } }\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Usage","id":"74","title":"Usage"},"75":{"body":"TransactionStatus refers to the status of a Transaction in the Fuel network.","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป TransactionStatus","id":"75","title":"TransactionStatus"},"76":{"body":"pub enum TransactionStatus { Failure { block_id: String, time: DateTime , reason: String, }, SqueezedOut { reason: String, }, Submitted { submitted_at: DateTime , }, Success { block_id: String, time: DateTime , },\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Definition","id":"76","title":"Definition"},"77":{"body":"extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transaction(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; match transaction.transaction { fuel::Transaction::Script(tx) => match tx.status { fuel::TransactionStatus::Success { block_id, time } => { info!( \"Transaction {} in block {} was successful at {}\", tx.id, block_id, time ); } }, _ => { info!(\"We don't care about this transaction type\"); } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Transactions ยป Usage","id":"77","title":"Usage"},"78":{"body":"Every transaction in the Fuel network contains a list of receipts with information about that transaction, including what contract function was called, logged data, data returned from a function, etc. There are several types of receipts that can be attached to a transaction and indexed. You can learn more about each of these in the sections below. Burn Call Log LogData MessageOut Mint Panic Return ReturnData Revert ScriptResult Transfer TransferOut","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Receipts","id":"78","title":"Receipts"},"79":{"body":"A Burn receipt is generated whenever an asset is burned in a Sway contract. Read more about Burn in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Burn { pub sub_id: AssetId, pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} mod indexer_mod { fn handle_burn_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Burn { contract_id, .. } => { info!(\"Found burn receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Burn","id":"79","title":"Burn"},"8":{"body":"To install the wasm32-unknown-unknown target via rustup: rustup target add wasm32-unknown-unknown IMPORTANT: Users on Apple Silicon macOS systems may experience trouble when trying to build WASM modules due to its clang binary not supporting WASM targets. If encountered, you can install a binary with better support from Homebrew (brew install llvm) and instruct rustc to leverage it by setting the following environment variables: AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang Addtionally, on some systems you need to explictly link clang to llvm. LIBCLANG_PATH=\"/opt/homebrew/opt/llvm/lib\" LDFLAGS=\"-L/opt/homebrew/opt/llvm/lib\" CPPFLAGS=\"-I/opt/homebrew/opt/llvm/include\"","breadcrumbs":"Dependencies ยป wasm32 target","id":"8","title":"wasm32 target"},"80":{"body":"A Call receipt is generated whenever a function is called in a Sway contract. The fn_name field contains the name of the called function from the aforementioned contract. Read more about Call in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Call { pub contract_id: ContractId, pub to: ContractId, pub amount: u64, pub asset_id: AssetId, pub gas: u64, pub fn_name: String,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_call_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Call { contract_id, .. } => { info!(\"Found call receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Call","id":"80","title":"Call"},"81":{"body":"A Log receipt is generated when calling log() on a non-reference types in a Sway contracts - specifically bool, u8, u16, u32, and u64. The ra field includes the value being logged while rb may include a non-zero value representing a unique ID for the log instance. Read more about Log in the Fuel protocol ABI spec . use fuel_types::ContractId;\npub struct Log { pub contract_id: ContractId, pub ra: u64, pub rb: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_log_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Log { contract_id, .. } => { info!(\"Found log receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Log","id":"81","title":"Log"},"82":{"body":"A LogData receipt is generated when calling log() in a Sway contract on a reference type; this includes all types except non-reference types. The data field will include the logged value as a hexadecimal. The rb field will contain a unique ID that can be used to look up the logged data type. Read more about LogData in the Fuel protocol ABI spec . > use fuel_types::ContractId;\npub struct LogData { pub contract_id: ContractId, pub data: Vec , pub rb: u64, pub len: u64, pub ptr: u64,\n} Note: the example below will run both when the type MyEvent is logged as well as when MyEvent is returned from a function. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_log_data(event: MyEvent) { info!(\"Event {event:?} was logged in the contract\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป LogData","id":"82","title":"LogData"},"83":{"body":"A MessageOut receipt is generated as a result of the send_typed_message() Sway method in which a message is sent to a recipient address along with a certain amount of coins. The data field supports data of an arbitrary type T and will be decoded by the indexer upon receipt. Read more about MessageOut in the Fuel protocol ABI spec . use fuel_types::{MessageId, Bytes32, Address};\npub struct MessageOut { pub message_id: MessageId, pub sender: Address, pub recipient: Address, pub amount: u64, pub nonce: Bytes32, pub len: u64, pub digest: Bytes32, pub data: Vec ,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_message_out(event: MyEvent) { info!(\"Event {event:?} was logged in the contract\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป MessageOut","id":"83","title":"MessageOut"},"84":{"body":"A Mint receipt is generated whenever an asset is burned in a Sway contract. Read more about Mint in the Fuel protocol ABI spec . use fuel_types::{AssetId, ContractId};\npub struct Mint { pub sub_id: AssetId, pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_mint_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Mint { contract_id, .. } => { info!(\"Found mint receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Mint","id":"84","title":"Mint"},"85":{"body":"A Panic receipt is produced when a Sway smart contract call fails for a reason that doesn't produce a revert. The reason field records the reason for the panic, which is represented by a number between 0 and 255. You can find the mapping between the values and their meanings here in the FuelVM source code . Read more about Panic in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Panic { pub contract_id: ContractId, pub reason: u32, } extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_panic_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Panic { contract_id, .. } => { info!(\"Found panic receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Panic","id":"85","title":"Panic"},"86":{"body":"A Return receipt is generated when returning a non-reference type in a Sway contract, specifically bool, u8, u16, u32, and u64. The val field includes the value being returned. Read more about Return in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Return { pub contract_id: ContractId, pub val: u64, pub pc: u64, pub is: u64,\n} You can handle functions that produce a Return receipt type by adding a parameter with the type Return. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_return_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Return { contract_id, .. } => { info!(\"Found return receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Return","id":"86","title":"Return"},"87":{"body":"A ReturnData receipt is generated when returning a reference type in a Sway contract; this includes all types except non-reference types. The data field will include the returned value as a hexadecimal. Read more about ReturnData in the Fuel protocol ABI spec . use fuel_types::ContractId;\npub struct ReturnData { id: ContractId, data: Vec ,\n} Note: the example below will run both when the type MyStruct is logged as well as when MyStruct is returned from a function. extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_return_data(event: MyStruct) { info!(\"MyStruct is: {event:#}\"); }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป ReturnData","id":"87","title":"ReturnData"},"88":{"body":"A Revert receipt is produced when a Sway smart contract function call fails. The table below lists possible reasons for the failure and their values. The error_val field records these values, enabling your indexer to identify the specific cause of the reversion. Read more about Revert in the Fuel protocol spec . use fuel_types::ContractId;\npub struct Revert { pub contract_id: ContractId, pub error_val: u64,\n} Reason Value FailedRequire 0 FailedTransferToAddress 1 FailedSendMessage 2 FailedAssertEq 3 FailedAssert 4 extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_revert_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Revert { contract_id, .. } => { info!(\"Found return receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Revert","id":"88","title":"Revert"},"89":{"body":"A ScriptResult receipt is generated when a contract call resolves; that is, it's generated as a result of the RET, RETD, and RVRT instructions. The result field will contain a 0 for success, and a non-zero value otherwise. Read more about ScriptResult in the Fuel protocol spec . pub struct ScriptResult { pub result: u64, pub gas_used: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_script_result_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::ScriptResult { result, .. } => { info!(\"Result from script: {result:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป ScriptResult","id":"89","title":"ScriptResult"},"9":{"body":"Service Components Fuel Indexer Service Starting the service via CLI options Starting the service via a config file Fuel Indexer Web Server Starting the service via CLI options Starting the service via a config file A Fuel indexer service instance requires just three components: a Fuel Node : Custom indexers monitor incoming blocks via a Fuel GraphQL server and extract information about the state of the Fuel blockchain. a PostgresQL database server : Extracted information is saved into a database. a Web Server : dApps can query indexers for up-to-date information and operators can deploy/remove indexers as needed.","breadcrumbs":"Service Infrastructure ยป Indexer Service Infrastructure","id":"9","title":"Indexer Service Infrastructure"},"90":{"body":"A Transfer receipt is generated when coins are transferred to a contract as part of a Sway contract. The asset_id field contains the asset ID of the transferred coins, as the FuelVM has built-in support for working with multiple assets. The pc and is fields aren't currently used for anything, but are included for completeness. Read more about Transfer in the Fuel protocol spec . use fuel_types::{ContractId, AssetId};\npub struct Transfer { pub contract_id: ContractId, pub to: ContractId, pub amount: u64, pub asset_id: AssetId, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transfer_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::Transfer { contract_id, .. } => { info!(\"Found transfer receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป Transfer","id":"90","title":"Transfer"},"91":{"body":"A TransferOut receipt is generated when coins are transferred to an address rather than a contract. Every other field of the receipt works the same way as it does in the Transfer receipt. Read more about TransferOut in the Fuel protocol spec . use fuel_types::{ContractId, AssetId, Address};\npub struct TransferOut { pub contract_id: ContractId, pub to: Address, pub amount: u64, pub asset_id: AssetId, pub pc: u64, pub is: u64,\n} extern crate alloc;\nuse fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn handle_transfer_out_receipt(block_data: BlockData) { let height = block_data.header.height; if !block_data.transactions.is_empty() { let transaction = block_data.transactions[0]; for receipt in transaction.receipts { match receipt { fuel::Receipt::TransferOut { contract_id, .. } => { info!(\"Found transfer_out receipt from contract {contract_id:?}\"); } } } } }\n}","breadcrumbs":"Indexing Fuel Types ยป Receipts ยป TransferOut","id":"91","title":"TransferOut"},"92":{"body":"Contract Schema Manifest Writing a handler In addition to Fuel-specific types, you can also index custom types triggered in your Sway smart contract. To index custom types from a Sway smart contract, you'll need that specific contract's ABI in JSON format; the JSON ABI is generated as a result of running forc build to build your contract. After that, the process is similar to indexing Fuel types .","breadcrumbs":"Indexing Custom Types ยป Custom Types","id":"92","title":"Custom Types"},"93":{"body":"Let's cover some of these concepts in an example below.","breadcrumbs":"Indexing Custom Types ยป Example","id":"93","title":"Example"},"94":{"body":"First, let's create a Sway contract with some simple types. contract; use std::logging::log; struct Addition { added_value: u64, updated_total: u64,\n} struct Subtraction { subtracted_value: u64, updated_total: u64,\n} abi ValueStore { #[storage(read, write)] fn add(value: u64); #[storage(read, write)] fn subtract(value: u64) -> Subtraction;\n} storage { total: u64 = 1000,\n} impl ValueStore for Contract { #[storage(read, write)] fn add(value: u64) { let updated_total = storage.total.read() + value; storage.total.write(updated_total); log( Addition { added_value: value, updated_total } ) } #[storage(read, write)] fn subtract(value: u64) -> Subtraction { let updated_total = storage.total.read() - value; storage.total.write(updated_total); Subtraction { subtracted_value: value, updated_total } }\n} In this contract, we have two types: Addition and Subtraction. As we'll soon see, indexers can process custom types that are logged or returned as part of a function. To begin creating an indexer for this contract, let's build the contract and generate a JSON ABI file. Running forc build generates a JSON ABI similar to the lightly-edited one below: { \"types\": [ { \"typeId\": 0, \"type\": \"()\", \"components\": [], \"typeParameters\": null }, { \"typeId\": 1, \"type\": \"struct Addition\", \"components\": [ { \"name\": \"added_value\", \"type\": 3, \"typeArguments\": null }, { \"name\": \"updated_total\", \"type\": 3, \"typeArguments\": null } ], \"typeParameters\": null }, { \"typeId\": 2, \"type\": \"struct Subtraction\", \"components\": [ { \"name\": \"subtracted_value\", \"type\": 3, \"typeArguments\": null }, { \"name\": \"updated_total\", \"type\": 3, \"typeArguments\": null } ], \"typeParameters\": null }, { \"typeId\": 3, \"type\": \"u64\", \"components\": null, \"typeParameters\": null } ], \"functions\": [...], \"loggedTypes\": [ { \"logId\": 0, \"loggedType\": { \"name\": \"\", \"type\": 1, \"typeArguments\": [] } } ], \"messagesTypes\": [...], \"configurables\": [...]\n}","breadcrumbs":"Indexing Custom Types ยป 1. Contract","id":"94","title":"1. Contract"},"95":{"body":"Now that we've discussed how to generate the JSON ABI for our Sway smart contract, let's now cover how to create an associated GraphQL schema. To index the contracts and store information about our Sway types in the database, we should create a schema. Let's design a schema that has an entity for each Sway type: type AddEntity @entity { id: ID! value: U64! updated_total: U64!\n} type SubtractEntity @entity { id: ID! value: U64! updated_total: U64!\n} Note how the types used here, match the types used in our Sway smart contract. For a detailed mapping of these types, please see the Storing Records section.","breadcrumbs":"Indexing Custom Types ยป 2. Schema","id":"95","title":"2. Schema"},"96":{"body":"So far we've covered how to (1) write your Sway smart contract and generate its JSON ABI, and (2) create types in your GraphQL schema that align with your Sway types. Next, we'll cover how to write the manifest file for your indexer. Before writing any of the handler code for your indexer, we need to make sure that our indexer manifest contains the necessary information to allow for the compiler to parse our contract types. Specifically, we should ensure that the contract_abi and graphql_schema fields point to the correct locations, respectively. # A namespace is a logical grouping of declared names. Think of the namespace\n# as an organization identifier\nnamespace: fuellabs # The identifier field is used to identify the given index.\nidentifier: custom_types_example # The abi option is used to provide a link to the Sway JSON ABI that is generated when you\n# build your project.\nabi: path/to/custom/type/example/contract-abi.json # The particular start block after which you'd like your indexer to start indexing events.\nstart_block: ~ # The particular end block after which you'd like your indexer to stop indexing events.\nend_block: ~ # The `fuel_client` denotes the address (host, port combination) of the running Fuel client\n# that you would like your indexer to index events from. In order to use this per-indexer\n# `fuel_client` option, the indexer service at which your indexer is deployed will have to run\n# with the `--indexer_net_config` option.\nfuel_client: ~ # The contract_id specifies which particular contract you would like your index to subscribe to.\ncontract_id: ~ # The graphql_schema field contains the file path that points to the GraphQL schema for the\n# given index.\ngraphql_schema: path/to/custom/type/example/indexer.schema.graphql # The module field contains a file path that points to code that will be run as an executor inside\n# of the indexer.\n# Important: At this time, wasm is the preferred method of execution.\nmodule: wasm: ~ # The resumable field contains a boolean that specifies whether or not the indexer should, synchronise\n# with the latest block if it has fallen out of sync.\nresumable: true","breadcrumbs":"Indexing Custom Types ยป 3. Manifest","id":"96","title":"3. Manifest"},"97":{"body":"Finally, we can create handlers to index these particular types and store them in the database. Let's look at the following example: use fuel_indexer_utils::prelude::*; #[indexer(manifest = \"indexer.manifest.yaml\")]\nmod indexer_mod { fn index_addition(addition_event: Addition) { let addition = AddEntity { id: 123, value: addition_event.added_value, updated_total: addition_event.updated_total }; addition.save(); } fn index_subtraction(subtraction_event: Subtraction) { let subtraction = SubtractEntity { id: 123, value: subtraction_event.subtracted_value, updated_total: subtraction_event.updated_total }; subtraction.save(); }\n} Regardless of whether a custom type was logged (e.g. Addition) or returned (e.g. Subtraction), the type will be available for you to use in your functions. Just include the type(s) you want your function to use in the parameters, and the function will be executed whenever each of the parameters have been satisfied by an instance of the type(s).","breadcrumbs":"Indexing Custom Types ยป 4. Handler Logic","id":"97","title":"4. Handler Logic"},"98":{"body":"The Fuel indexer uses PostgreSQL as the primary database. ๐ก We're open to supporting other storage solutions in the future.","breadcrumbs":"Storing Records ยป Storing Info in a Database","id":"98","title":"Storing Info in a Database"},"99":{"body":"Below is a mapping of GraphQL schema types to their Sway and database equivalents. Note that an empty cell denotes that there is no direct equivalent for the type in the corresponding domain. GraphQL Scalar Sway Type Postgres Type Address b256 varchar(64) AssetId u8[32] varchar(64) Boolean bool boolean Bytes str[] varchar(10485760) Bytes32 str[32] varchar(64) Bytes4 str[4] varchar(8) Bytes64 str[64] varchar(128) Bytes8 str[8] varchar(16) ContractId b256 varchar(64) I128 numeric(39,0) I32 u32 integer I64 u64 bigint I8 u8 integer ID varchar(64) primary key Json str[] json U128 numeric(39, 0) U32 u32 integer U64 u64 numeric(20, 0) U8 u8 integer UID varchar(64) String str[] varchar(255)","breadcrumbs":"Storing Records ยป Data Types","id":"99","title":"Data Types"}},"length":175,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"55":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"1":{".":{"1":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"2":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"113":{"tf":1.0}}},"3":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"7":{"2":{"c":{"a":{"8":{"df":0,"docs":{},"f":{"c":{"a":{"b":{"4":{"3":{"0":{"4":{"8":{"a":{"5":{"b":{"3":{"1":{"c":{"1":{"df":0,"docs":{},"e":{"a":{"2":{"0":{"4":{"7":{"4":{"8":{"c":{"2":{"c":{"b":{"5":{"a":{"c":{"c":{"a":{"6":{"b":{"9":{"0":{"df":0,"docs":{},"f":{"3":{"b":{"1":{"a":{"0":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"2":{"d":{"9":{"2":{"3":{"8":{"6":{"d":{"9":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"2":{"c":{"b":{"0":{"8":{"4":{"6":{"b":{"1":{"a":{"7":{"df":0,"docs":{},"e":{"4":{"5":{"3":{"1":{"3":{"df":0,"docs":{},"e":{"1":{"c":{"3":{"9":{"b":{"2":{"a":{"2":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"d":{"5":{"5":{"2":{"a":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"f":{"6":{"2":{"7":{"2":{"2":{"5":{"2":{"5":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"5":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"4":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"6":{"6":{"8":{"7":{"1":{"0":{"1":{"6":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"8":{"4":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"6":{"3":{"3":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"8":{"df":1,"docs":{"118":{"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":{}},"8":{"2":{"b":{"6":{"3":{"4":{"3":{"b":{"b":{"b":{"c":{"a":{"2":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"9":{"7":{"0":{"2":{"0":{"df":0,"docs":{},"e":{"a":{"3":{"df":0,"docs":{},"f":{"3":{"7":{"6":{"7":{"b":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"3":{"7":{"0":{"a":{"6":{"b":{"8":{"5":{"3":{"d":{"2":{"a":{"d":{"d":{"4":{"6":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"2":{"a":{"1":{"1":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"1":{"9":{"8":{"0":{"7":{"c":{"6":{"9":{"8":{"8":{"1":{"6":{"4":{"b":{"9":{"1":{"6":{"a":{"6":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"d":{"4":{"0":{"3":{"d":{"5":{"5":{"a":{"0":{"7":{"3":{"2":{"4":{"df":0,"docs":{},"f":{"a":{"8":{"8":{"3":{"c":{"b":{"7":{"df":0,"docs":{},"f":{"a":{"5":{"c":{"d":{"b":{"3":{"3":{"4":{"3":{"8":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"a":{"8":{"3":{"8":{"d":{"4":{"9":{"2":{"df":0,"docs":{},"f":{"2":{"9":{"b":{"7":{"a":{"3":{"a":{"df":0,"docs":{},"f":{"a":{"7":{"7":{"5":{"5":{"a":{"c":{"8":{"7":{"4":{"1":{"c":{"9":{"9":{"d":{"b":{"9":{"9":{"2":{"d":{"a":{"4":{"7":{"6":{"7":{"3":{"c":{"d":{"2":{"7":{"b":{"df":0,"docs":{},"e":{"8":{"6":{"df":0,"docs":{},"f":{"9":{"b":{"0":{"6":{"2":{"0":{"1":{"1":{"8":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"3":{"df":1,"docs":{"25":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"0":{"2":{"3":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":1.0}}},"4":{"0":{"0":{"2":{"b":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"3":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"7":{"5":{"a":{"3":{"8":{"b":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"c":{"8":{"df":0,"docs":{},"e":{"8":{"d":{"2":{"d":{"5":{"b":{"4":{"d":{"7":{"8":{"4":{"7":{"0":{"7":{"0":{"6":{"d":{"d":{"df":0,"docs":{},"e":{"7":{"a":{"b":{"0":{"b":{"8":{"d":{"5":{"4":{"c":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"9":{"6":{"1":{"1":{"1":{"1":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"b":{"4":{"a":{"3":{"9":{"3":{"7":{"5":{"1":{"9":{"3":{"3":{"a":{"9":{"df":0,"docs":{},"f":{"8":{"9":{"3":{"2":{"9":{"8":{"1":{"2":{"c":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"d":{"b":{"df":0,"docs":{},"e":{"4":{"8":{"3":{"c":{"0":{"7":{"1":{"b":{"3":{"4":{"0":{"1":{"d":{"0":{"6":{"c":{"8":{"d":{"6":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"6":{"df":1,"docs":{"135":{"tf":1.0}}},"9":{"2":{"0":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"8":{"7":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"22":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"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":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"5":{":":{"5":{"7":{":":{"2":{"8":{".":{"9":{"4":{"2":{"9":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"5":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"7":{"7":{"9":{"2":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"3":{"0":{"2":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"1":{"1":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"5":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.0}}},"6":{"1":{"8":{"4":{"6":{"8":{"7":{"8":{"4":{"7":{"5":{"5":{"9":{"2":{"6":{"5":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"a":{"df":0,"docs":{},"f":{"4":{"3":{"c":{"df":0,"docs":{},"f":{"d":{"2":{"a":{"6":{"d":{"8":{"a":{"df":0,"docs":{},"f":{"1":{"6":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"4":{"6":{"c":{"1":{"5":{"2":{"7":{"6":{"b":{"2":{"4":{"b":{"1":{"3":{"0":{"df":0,"docs":{},"f":{"c":{"6":{"a":{"8":{"9":{"c":{"df":0,"docs":{},"e":{"7":{"b":{"3":{"c":{"8":{"7":{"3":{"7":{"d":{"2":{"9":{"d":{"6":{"d":{"0":{"df":0,"docs":{},"e":{"1":{"b":{"b":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"8":{"6":{"7":{"6":{"4":{"6":{"9":{"0":{"1":{"9":{"3":{"7":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"4":{"5":{"8":{"4":{"9":{"0":{"7":{"9":{"6":{"7":{"5":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"8":{"5":{"6":{"7":{"7":{"4":{"5":{"3":{"9":{"9":{"2":{"4":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"8":{"3":{"3":{"4":{"6":{"7":{"3":{"2":{"3":{"6":{"8":{"3":{"4":{"5":{"1":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"0":{"8":{"8":{"6":{"8":{"9":{"9":{"5":{"8":{"1":{"8":{"4":{"0":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"9":{"5":{"7":{"4":{"5":{"1":{"4":{"7":{"7":{"6":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"8":{"7":{"2":{"0":{"0":{"6":{"9":{"3":{"0":{"0":{"4":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"5":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"d":{"2":{"d":{"9":{"3":{"3":{"d":{"0":{"3":{"3":{"4":{"d":{"5":{"4":{"7":{"7":{"6":{"6":{"1":{"2":{"a":{"5":{"a":{"df":0,"docs":{},"f":{"7":{"2":{"a":{"5":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"7":{"5":{"d":{"0":{"6":{"df":0,"docs":{},"f":{"a":{"9":{"1":{"5":{"2":{"df":0,"docs":{},"f":{"6":{"d":{"4":{"1":{"d":{"0":{"df":0,"docs":{},"e":{"5":{"0":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}}},"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"8":{"0":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"0":{"0":{"0":{"df":5,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"2":{"1":{"4":{"1":{"9":{"6":{"9":{"9":{"4":{"7":{"0":{"2":{"2":{"9":{"8":{"1":{"1":{"df":1,"docs":{"108":{"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":{}},"2":{"5":{"3":{"8":{"8":{"2":{"9":{"6":{"1":{"9":{"0":{"1":{"6":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"109":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"f":{"d":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"0":{"7":{"3":{"9":{"7":{"5":{"a":{"0":{"df":0,"docs":{},"e":{"c":{"a":{"9":{"9":{"3":{"0":{"4":{"4":{"a":{"8":{"6":{"7":{"d":{"8":{"c":{"8":{"7":{"a":{"8":{"d":{"3":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"8":{"8":{"0":{"3":{"2":{"a":{"3":{"b":{"9":{"a":{"b":{"a":{"2":{"1":{"3":{"df":0,"docs":{},"f":{"6":{"1":{"0":{"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"118":{"tf":1.0}}},"b":{"df":0,"docs":{},"f":{"6":{"1":{"b":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"8":{"b":{"7":{"df":0,"docs":{},"f":{"b":{"4":{"0":{"df":0,"docs":{},"e":{"8":{"4":{"2":{"a":{"6":{"4":{"9":{"7":{"d":{"6":{"8":{"6":{"b":{"c":{"2":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"3":{"9":{"df":0,"docs":{},"e":{"c":{"3":{"c":{"a":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"4":{"df":0,"docs":{},"e":{"8":{"1":{"a":{"0":{"9":{"3":{"5":{"a":{"d":{"a":{"df":0,"docs":{},"e":{"b":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":12,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}},"f":{"0":{"c":{"8":{"1":{"a":{"4":{"2":{"c":{"8":{"6":{"c":{"7":{"1":{"8":{"c":{"0":{"a":{"df":0,"docs":{},"e":{"9":{"0":{"b":{"a":{"8":{"3":{"8":{"d":{"6":{"df":0,"docs":{},"f":{"1":{"b":{"d":{"df":0,"docs":{},"f":{"c":{"9":{"a":{"7":{"5":{"7":{"c":{"b":{"df":0,"docs":{},"f":{"0":{"7":{"c":{"9":{"4":{"6":{"df":0,"docs":{},"f":{"b":{"3":{"2":{"8":{"0":{"b":{"4":{"4":{"2":{"5":{"7":{"b":{"4":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"4":{"2":{"8":{"8":{"0":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"13":{"tf":1.0}}},"6":{"1":{"6":{"5":{"6":{"6":{"a":{"df":0,"docs":{},"f":{"d":{"c":{"1":{"4":{"1":{"df":0,"docs":{},"e":{"c":{"d":{"2":{"b":{"6":{"0":{"df":0,"docs":{},"f":{"d":{"c":{"5":{"6":{"a":{"a":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"3":{"d":{"0":{"4":{"b":{"3":{"df":0,"docs":{},"f":{"6":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"5":{"a":{"3":{"c":{"2":{"1":{"d":{"0":{"1":{"0":{"5":{"a":{"0":{"8":{"c":{"c":{"1":{"b":{"3":{"4":{"9":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"b":{"4":{"8":{"6":{"c":{"c":{"2":{"c":{"3":{"b":{"d":{"1":{"1":{"3":{"3":{"d":{"df":0,"docs":{},"f":{"9":{"2":{"4":{"5":{"6":{"4":{"5":{"6":{"4":{"8":{"b":{"6":{"a":{"0":{"9":{"b":{"3":{"5":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"7":{"df":0,"docs":{},"f":{"7":{"1":{"b":{"b":{"0":{"5":{"4":{"4":{"9":{"c":{"df":0,"docs":{},"e":{"a":{"0":{"df":0,"docs":{},"e":{"8":{"3":{"6":{"1":{"1":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"0":{"df":0,"docs":{},"e":{"b":{"c":{"3":{"0":{"a":{"1":{"0":{"3":{"7":{"b":{"8":{"3":{"3":{"3":{"6":{"c":{"9":{"5":{"6":{"c":{"9":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"c":{"4":{"7":{"0":{"c":{"4":{"b":{"7":{"6":{"7":{"5":{"0":{"a":{"9":{"3":{"df":0,"docs":{},"f":{"6":{"a":{"1":{"df":0,"docs":{},"f":{"6":{"d":{"1":{"9":{"a":{"2":{"1":{"d":{"0":{"5":{"8":{"b":{"1":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}},"7":{"0":{"1":{"8":{"4":{"0":{"9":{"4":{"6":{"5":{"2":{"1":{"2":{"2":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"2":{"0":{"0":{"0":{"9":{"3":{"4":{"9":{"2":{"7":{"8":{"2":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"6":{"0":{"2":{"6":{"4":{"8":{"6":{"3":{"9":{"5":{"9":{"2":{"1":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"6":{"2":{"2":{"5":{"4":{"9":{"1":{"7":{"1":{"9":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"7":{"1":{"3":{"7":{"7":{"4":{"2":{"9":{"3":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"9":{"5":{"4":{"2":{"b":{"6":{"2":{"4":{"d":{"8":{"8":{"b":{"3":{"d":{"6":{"6":{"c":{"6":{"c":{"9":{"a":{"1":{"8":{"3":{"5":{"df":0,"docs":{},"f":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"b":{"a":{"8":{"8":{"9":{"2":{"a":{"8":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"b":{"9":{"c":{"1":{"7":{"2":{"5":{"1":{"c":{"4":{"5":{"6":{"c":{"a":{"5":{"d":{"c":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"7":{"9":{"b":{"df":0,"docs":{},"f":{"3":{"7":{"9":{"3":{"1":{"4":{"3":{"c":{"5":{"5":{"7":{"2":{"2":{"5":{"df":0,"docs":{},"f":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"e":{"7":{"d":{"8":{"a":{"2":{"b":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"5":{"4":{"4":{"b":{"8":{"3":{"9":{"d":{"6":{"2":{"c":{"c":{"3":{"6":{"7":{"b":{"8":{"c":{"5":{"b":{"0":{"7":{"9":{"d":{"4":{"7":{"8":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"8":{"0":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"1":{"1":{"8":{"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"9":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"b":{"3":{"6":{"d":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"d":{"9":{"2":{"6":{"9":{"2":{"1":{"b":{"8":{"df":0,"docs":{},"e":{"7":{"9":{"5":{"9":{"7":{"8":{"9":{"9":{"d":{"8":{"7":{"1":{"2":{"df":0,"docs":{},"f":{"d":{"a":{"b":{"df":0,"docs":{},"f":{"2":{"5":{"5":{"3":{"df":0,"docs":{},"f":{"2":{"8":{"b":{"4":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"8":{"5":{"1":{"a":{"9":{"6":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"4":{"b":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"a":{"b":{"1":{"5":{"6":{"d":{"d":{"d":{"9":{"a":{"c":{"9":{"5":{"0":{"2":{"7":{"6":{"8":{"df":0,"docs":{},"f":{"7":{"7":{"9":{"9":{"3":{"6":{"7":{"1":{"0":{"df":0,"docs":{},"f":{"d":{"3":{"d":{"7":{"9":{"2":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"e":{"a":{"7":{"9":{"b":{"c":{"0":{"df":0,"docs":{},"e":{"4":{"0":{"8":{"2":{"d":{"df":0,"docs":{},"e":{"9":{"6":{"4":{"5":{"0":{"b":{"5":{"1":{"7":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"f":{"a":{"1":{"8":{"1":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"f":{"a":{"3":{"b":{"4":{"8":{"c":{"1":{"0":{"d":{"3":{"1":{"8":{"1":{"2":{"1":{"7":{"9":{"1":{"8":{"d":{"d":{"3":{"7":{"7":{"b":{"8":{"7":{"5":{"d":{"0":{"7":{"d":{"a":{"b":{"c":{"7":{"2":{"d":{"6":{"d":{"1":{"0":{"8":{"1":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"2":{"7":{"1":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"8":{"c":{"df":0,"docs":{},"e":{"4":{"3":{"6":{"0":{"3":{"c":{"1":{"a":{"4":{"8":{"2":{"7":{"4":{"a":{"a":{"c":{"7":{"5":{"3":{"2":{"d":{"a":{"5":{"6":{"7":{"0":{"7":{"9":{"0":{"1":{"d":{"9":{"6":{"0":{"6":{"a":{"2":{"b":{"0":{"5":{"d":{"df":0,"docs":{},"e":{"8":{"0":{"1":{"9":{"9":{"3":{"df":0,"docs":{},"f":{"4":{"8":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"5":{"5":{"8":{"8":{"df":0,"docs":{},"e":{"2":{"0":{"2":{"9":{"6":{"9":{"6":{"9":{"a":{"7":{"6":{"5":{"7":{"6":{"d":{"5":{"1":{"9":{"d":{"3":{"0":{"1":{"c":{"6":{"c":{"a":{"b":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"0":{"0":{"9":{"6":{"7":{"5":{"df":0,"docs":{},"e":{"4":{"3":{"0":{"d":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"1":{"8":{"b":{"a":{"2":{"a":{"0":{"d":{"3":{"8":{"a":{"4":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"b":{"2":{"5":{"8":{"df":0,"docs":{},"e":{"0":{"d":{"6":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"0":{"2":{"2":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"3":{"8":{"a":{"7":{"5":{"1":{"a":{"d":{"5":{"a":{"1":{"b":{"3":{"6":{"df":0,"docs":{},"e":{"4":{"d":{"df":0,"docs":{},"f":{"d":{"c":{"c":{"2":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"b":{"8":{"3":{"0":{"8":{"df":0,"docs":{},"e":{"0":{"4":{"4":{"2":{"5":{"0":{"b":{"8":{"c":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"128":{"tf":1.0}}},"_":{"df":1,"docs":{"77":{"tf":1.0}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"4":{"0":{"5":{"d":{"5":{"6":{"8":{"8":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"1":{"7":{"8":{"6":{"8":{"3":{"6":{"1":{"2":{"1":{"7":{"a":{"0":{"9":{"8":{"1":{"2":{"3":{"4":{"9":{"c":{"c":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"2":{"b":{"df":0,"docs":{},"f":{"9":{"3":{"2":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"2":{"3":{"df":0,"docs":{},"e":{"3":{"3":{"8":{"df":0,"docs":{},"e":{"9":{"4":{"4":{"4":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"c":{"5":{"5":{"4":{"7":{"5":{"8":{"df":0,"docs":{},"f":{"7":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"3":{"0":{"5":{"4":{"4":{"0":{"5":{"d":{"3":{"8":{"0":{"9":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"d":{"2":{"1":{"a":{"9":{"0":{"c":{"0":{"5":{"2":{"0":{"6":{"b":{"5":{"c":{"6":{"1":{"3":{"7":{"4":{"2":{"4":{"9":{"8":{"5":{"c":{"8":{"df":0,"docs":{},"f":{"d":{"1":{"0":{"c":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"w":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":14,"docs":{"35":{"tf":1.0},"39":{"tf":2.0},"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"32":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"11":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"124":{"tf":2.0},"143":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":2.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"b":{"7":{"8":{"5":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"4":{"a":{"df":0,"docs":{},"e":{"6":{"2":{"8":{"5":{"8":{"df":0,"docs":{},"f":{"a":{"6":{"7":{"3":{"2":{"9":{"6":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"a":{"5":{"1":{"8":{"8":{"5":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"b":{"4":{"7":{"d":{"df":0,"docs":{},"f":{"2":{"d":{"b":{"b":{"9":{"c":{"8":{"c":{"a":{"1":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"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":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"117":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"=":{"\"":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":18,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"58":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"=":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"153":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"171":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"107":{"tf":1.0},"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"r":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}},"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":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"80":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"174":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"d":{"df":7,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"65":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"155":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"119":{"tf":3.3166247903554},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":2.6457513110645907},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}},"y":{"df":2,"docs":{"0":{"tf":1.0},"105":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"0":{"9":{"0":{"6":{"3":{"4":{"7":{"8":{"8":{"d":{"d":{"d":{"0":{"4":{"6":{"1":{"c":{"b":{"a":{"4":{"d":{"0":{"8":{"3":{"3":{"a":{"3":{"df":0,"docs":{},"f":{"1":{"5":{"b":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"5":{"1":{"df":0,"docs":{},"e":{"6":{"7":{"2":{"df":0,"docs":{},"f":{"b":{"1":{"5":{"2":{"7":{"df":0,"docs":{},"f":{"c":{"8":{"c":{"7":{"8":{"c":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"0":{"d":{"c":{"1":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0}}},"h":{"df":1,"docs":{"121":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"120":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"3":{"2":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":11,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"w":{"df":16,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":5,"docs":{"118":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"123":{"tf":1.0},"154":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"133":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"168":{"tf":1.0}}},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"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":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"[":{"0":{"df":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}}}},"i":{"d":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":15,"docs":{"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":28,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":3.1622776601683795},"118":{"tf":2.6457513110645907},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"32":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":2.6457513110645907},"25":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.23606797749979},"65":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}},"l":{"df":4,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":3.0}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":5,"docs":{"143":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"159":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":25,"docs":{"0":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":2.6457513110645907},"127":{"tf":2.0},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":2.449489742783178},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":7,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"78":{"tf":1.0},"79":{"tf":2.449489742783178},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":2.0},"72":{"tf":1.0},"99":{"tf":1.0}},"s":{"3":{"2":{"df":4,"docs":{"58":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"9":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"9":{"1":{"7":{"8":{"d":{"5":{"2":{"6":{"a":{"8":{"3":{"6":{"d":{"7":{"0":{"7":{"1":{"3":{"7":{"d":{"df":0,"docs":{},"e":{"0":{"8":{"b":{"0":{"df":0,"docs":{},"f":{"7":{"4":{"3":{"df":0,"docs":{},"f":{"a":{"b":{"c":{"df":0,"docs":{},"e":{"7":{"9":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"c":{"7":{"7":{"c":{"4":{"1":{"9":{"b":{"df":0,"docs":{},"f":{"b":{"7":{"df":0,"docs":{},"e":{"6":{"b":{"df":0,"docs":{},"e":{"8":{"8":{"6":{"3":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":13,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.449489742783178},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"c":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"174":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":2.449489742783178},"158":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"132":{"tf":1.4142135623730951},"157":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"i":{"df":1,"docs":{"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":2.6457513110645907}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"83":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"31":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.7320508075688772},"160":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.0},"25":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"s":{"df":2,"docs":{"121":{"tf":1.0},"2":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"174":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":2.0},"131":{"tf":2.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"171":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"173":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"148":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"92":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"_":{"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"35":{"tf":1.0},"40":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"116":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"i":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"123":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"170":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":3,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"df":3,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"148":{"tf":1.0},"23":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"58":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"143":{"tf":2.0},"158":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"b":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"17":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"d":{"0":{"d":{"6":{"6":{"3":{"df":0,"docs":{},"e":{"0":{"b":{"df":0,"docs":{},"f":{"4":{"9":{"9":{"a":{"c":{"a":{"1":{"9":{"d":{"3":{"df":0,"docs":{},"e":{"c":{"b":{"9":{"b":{"0":{"b":{"2":{"9":{"1":{"2":{"3":{"4":{"d":{"c":{"3":{"7":{"6":{"9":{"d":{"2":{"b":{"4":{"6":{"5":{"1":{"2":{"0":{"1":{"6":{"df":0,"docs":{},"e":{"c":{"a":{"7":{"2":{"4":{"4":{"c":{"a":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"6":{"3":{"2":{"df":0,"docs":{},"f":{"8":{"5":{"6":{"6":{"9":{"d":{"d":{"4":{"4":{"7":{"3":{"7":{"a":{"b":{"df":0,"docs":{},"f":{"3":{"6":{"b":{"3":{"2":{"df":0,"docs":{},"f":{"4":{"7":{"9":{"a":{"df":0,"docs":{},"e":{"5":{"1":{"8":{"df":0,"docs":{},"e":{"0":{"7":{"a":{"9":{"1":{"7":{"4":{"c":{"8":{"5":{"7":{"1":{"3":{"7":{"7":{"df":0,"docs":{},"e":{"b":{"b":{"8":{"1":{"5":{"6":{"3":{"b":{"b":{"9":{"a":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":39,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.23606797749979},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":3.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"26":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":34,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"7":{"8":{"0":{"3":{"4":{"c":{"2":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"d":{"2":{"d":{"2":{"0":{"3":{"d":{"1":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"df":0,"docs":{},"f":{"1":{"b":{"1":{"8":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"c":{"0":{"8":{"9":{"c":{"5":{"1":{"c":{"2":{"a":{"a":{"7":{"b":{"5":{"c":{"8":{"1":{"4":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":3.1622776601683795},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"150":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"17":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"174":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"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":2,"docs":{"120":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"59":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":2.0},"24":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":18,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":2.8284271247461903},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":3.1622776601683795},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"52":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":3,"docs":{"1":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"105":{"tf":1.0},"171":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"13":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"121":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":7,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"2":{"tf":2.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"119":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"23":{"tf":1.4142135623730951},"30":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"3":{"df":0,"docs":{},"e":{"0":{"8":{"6":{"0":{"a":{"3":{"5":{"8":{"c":{"0":{"d":{"0":{"4":{"4":{"6":{"6":{"9":{"7":{"4":{"8":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"2":{"b":{"4":{"b":{"0":{"0":{"7":{"3":{"b":{"a":{"a":{"c":{"a":{"5":{"3":{"a":{"1":{"2":{"8":{"d":{"d":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"3":{"7":{"5":{"7":{"a":{"df":0,"docs":{},"e":{"3":{"9":{"8":{"8":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"2":{"9":{"0":{"4":{"5":{"1":{"9":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"0":{"d":{"c":{"df":0,"docs":{},"f":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"0":{"c":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"8":{"c":{"3":{"7":{"1":{"2":{"9":{"c":{"b":{"df":0,"docs":{},"e":{"4":{"7":{"df":0,"docs":{},"e":{"0":{"0":{"3":{"a":{"5":{"9":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"1":{"a":{"8":{"8":{"b":{"0":{"3":{"b":{"5":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"103":{"tf":1.0},"157":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}},"i":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"8":{"2":{"2":{"df":0,"docs":{},"e":{"1":{"8":{"df":0,"docs":{},"e":{"7":{"1":{"b":{"a":{"7":{"c":{"9":{"2":{"c":{"2":{"6":{"6":{"b":{"0":{"9":{"7":{"6":{"a":{"c":{"d":{"a":{"2":{"3":{"4":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"6":{"0":{"0":{"9":{"9":{"d":{"4":{"0":{"0":{"c":{"c":{"2":{"4":{"3":{"3":{"9":{"4":{"df":0,"docs":{},"f":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"141":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":2.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":3.1622776601683795},"109":{"tf":1.0},"118":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":2.8284271247461903},"66":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"142":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":5,"docs":{"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"14":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"j":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"v":{"1":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"9":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"z":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"4":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"0":{"c":{"7":{"c":{"7":{"7":{"8":{"df":0,"docs":{},"f":{"a":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"2":{"a":{"8":{"b":{"df":0,"docs":{},"f":{"0":{"3":{"c":{"9":{"c":{"4":{"7":{"b":{"b":{"3":{"df":0,"docs":{},"f":{"8":{"3":{"6":{"b":{"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"3":{"7":{"df":0,"docs":{},"e":{"6":{"9":{"c":{"1":{"8":{"df":0,"docs":{},"e":{"3":{"0":{"df":0,"docs":{},"f":{"8":{"5":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"1":{"4":{"6":{"5":{"2":{"2":{"d":{"c":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"6":{"9":{"a":{"3":{"0":{"c":{"df":0,"docs":{},"f":{"c":{"b":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"d":{"9":{"7":{"a":{"0":{"7":{"b":{"1":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"8":{"df":0,"docs":{},"e":{"4":{"b":{"3":{"8":{"a":{"4":{"3":{"6":{"7":{"b":{"0":{"3":{"d":{"1":{"8":{"1":{"9":{"9":{"4":{"3":{"b":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"4":{"4":{"3":{"3":{"9":{"d":{"3":{"8":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"2":{"9":{"7":{"8":{"9":{"5":{"0":{"8":{"6":{"df":0,"docs":{},"e":{"6":{"6":{"c":{"0":{"9":{"4":{"7":{"c":{"2":{"1":{"3":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"9":{"0":{"df":0,"docs":{},"f":{"5":{"9":{"6":{"b":{"8":{"6":{"0":{"d":{"1":{"0":{"3":{"1":{"6":{"a":{"b":{"8":{"0":{"6":{"0":{"6":{"4":{"6":{"0":{"8":{"d":{"d":{"2":{"5":{"8":{"0":{"c":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"d":{"6":{"4":{"4":{"8":{"a":{"2":{"7":{"3":{"b":{"5":{"3":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"9":{"4":{"2":{"c":{"1":{"3":{"3":{"b":{"b":{"9":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"9":{"0":{"4":{"c":{"7":{"d":{"7":{"df":0,"docs":{},"f":{"3":{"1":{"0":{"4":{"c":{"d":{"a":{"df":0,"docs":{},"f":{"6":{"b":{"9":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"5":{"0":{"d":{"3":{"5":{"1":{"8":{"8":{"7":{"1":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"115":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":2,"docs":{"13":{"tf":2.8284271247461903},"24":{"tf":3.1622776601683795}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"1":{"df":1,"docs":{"103":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"a":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"b":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":2.8284271247461903},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":2.23606797749979}}},"df":1,"docs":{"57":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"]":{"(":{"df":0,"docs":{},"h":{"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":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"12":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.23606797749979},"17":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"143":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0}}}},"d":{"df":8,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"x":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":22,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":30,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":2.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"141":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":3.4641016151377544},"26":{"tf":2.449489742783178},"31":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"65":{"tf":1.0},"66":{"tf":2.0}}}}},"v":{"df":1,"docs":{"24":{"tf":1.0}}}},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"92":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"23":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"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":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"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":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":92,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.0},"10":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"121":{"tf":2.23606797749979},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":3.1622776601683795},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.449489742783178},"141":{"tf":2.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"2":{"tf":2.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.23606797749979},"24":{"tf":2.0},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":2.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"b":{"df":5,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"0":{"df":0,"docs":{},"x":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":2.0}}}},"v":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.8284271247461903},"53":{"tf":2.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}}}},"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":1,"docs":{"80":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"n":{"df":10,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"26":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":2.449489742783178},"106":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"63":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":2.0},"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":3.4641016151377544},"118":{"tf":2.6457513110645907},"27":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"12":{"tf":1.0},"122":{"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},"15":{"tf":1.0}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":26,"docs":{"103":{"tf":2.6457513110645907},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"112":{"tf":2.6457513110645907},"113":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"25":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951}}}},"p":{"df":26,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"153":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"133":{"tf":1.0},"15":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"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":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"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":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0}},"s":{":":{"/":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{".":{"df":1,"docs":{"36":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"a":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":37,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"104":{"tf":2.8284271247461903},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.8284271247461903},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":2.23606797749979},"46":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":3.1622776601683795},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.449489742783178},"88":{"tf":1.0},"96":{"tf":2.0}}}}}}}},"l":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":2.449489742783178}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"1":{"df":1,"docs":{"37":{"tf":1.0}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":112,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":2.449489742783178},"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":3.7416573867739413},"120":{"tf":2.449489742783178},"121":{"tf":4.242640687119285},"122":{"tf":4.242640687119285},"123":{"tf":1.0},"124":{"tf":2.8284271247461903},"125":{"tf":2.6457513110645907},"126":{"tf":2.23606797749979},"127":{"tf":3.7416573867739413},"128":{"tf":2.8284271247461903},"129":{"tf":3.1622776601683795},"13":{"tf":3.3166247903554},"130":{"tf":2.8284271247461903},"131":{"tf":4.123105625617661},"132":{"tf":2.449489742783178},"133":{"tf":3.3166247903554},"134":{"tf":2.23606797749979},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.0},"139":{"tf":1.0},"14":{"tf":2.6457513110645907},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":3.872983346207417},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":3.7416573867739413},"23":{"tf":2.449489742783178},"24":{"tf":2.8284271247461903},"25":{"tf":5.744562646538029},"26":{"tf":3.872983346207417},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":3.4641016151377544},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"60":{"tf":2.6457513110645907},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":4.123105625617661},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"56":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"?":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":7,"docs":{"106":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"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":{"89":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"w":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":33,"docs":{"1":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}}},"d":{"b":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"156":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":9,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":2.0}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0}}}}},"f":{"a":{"c":{"df":4,"docs":{"173":{"tf":1.0},"22":{"tf":1.4142135623730951},"39":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"121":{"tf":1.0},"158":{"tf":2.6457513110645907},"160":{"tf":1.4142135623730951},"25":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}},"t":{"'":{"df":4,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"158":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"119":{"tf":1.7320508075688772},"12":{"tf":2.8284271247461903},"120":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"15":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"158":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"117":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"128":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"a":{"b":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"171":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"162":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"107":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"t":{"'":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":2.23606797749979}},"p":{"df":0,"docs":{},"q":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"104":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.6457513110645907},"66":{"tf":2.0}}},"y":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":5,"docs":{"158":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"121":{"tf":1.0},"143":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"1":{"1":{"df":1,"docs":{"173":{"tf":2.0}}},"df":0,"docs":{}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"148":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}}}},"t":{"df":4,"docs":{"133":{"tf":1.0},"23":{"tf":1.7320508075688772},"60":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":9,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"15":{"tf":1.7320508075688772},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"114":{"tf":1.0},"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"158":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"o":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":1,"docs":{"14":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":18,"docs":{"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"40":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}}}},"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"144":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"x":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"d":{"0":{"2":{"5":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"4":{"1":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0}},"t":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"a":{"=":{"\"":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"g":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":2.449489742783178},"39":{"tf":1.0},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"154":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"24":{"tf":1.0},"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":3,"docs":{"57":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":14,"docs":{"1":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"51":{"tf":2.449489742783178},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":3.0},"125":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"143":{"tf":1.0},"158":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"129":{"tf":2.0},"25":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"133":{"tf":2.6457513110645907},"17":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":20,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"40":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}}}},"w":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"57":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":14,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"13":{"tf":2.449489742783178},"131":{"tf":2.6457513110645907},"141":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.0},"24":{"tf":1.7320508075688772},"32":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":10,"docs":{"154":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"24":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"94":{"tf":3.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"(":{"2":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"9":{",":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"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":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903},"59":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":2.8284271247461903},"118":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":8,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.4142135623730951},"23":{"tf":1.0},"5":{"tf":1.0}}},"df":10,"docs":{"111":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"94":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":23,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"36":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":36,"docs":{"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.23606797749979},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"?":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"=":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"7":{"3":{"8":{"9":{"d":{"8":{"&":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"6":{"a":{"7":{"df":0,"docs":{},"e":{"c":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"124":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"62":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.0}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":5,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":11,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"40":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":12,"docs":{"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":2.0},"129":{"tf":2.23606797749979},"130":{"tf":2.0},"133":{"tf":2.449489742783178},"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"c":{"df":5,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":8,"docs":{"121":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"59":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}}}},"g":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"d":{"(":{"6":{"3":{"9":{"6":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}},"n":{"df":4,"docs":{"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"50":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"15":{"tf":2.449489742783178},"24":{"tf":2.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":26,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":3.4641016151377544},"122":{"tf":1.4142135623730951},"13":{"tf":3.0},"131":{"tf":3.4641016151377544},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":3.4641016151377544},"151":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.6457513110645907},"4":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"5":{"4":{"3":{"2":{"/":{"[":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":16,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.8284271247461903},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"9":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"123":{"tf":1.0},"158":{"tf":3.3166247903554}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"22":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":2.0},"135":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.23606797749979},"119":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"152":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"172":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"u":{"b":{"df":16,"docs":{"69":{"tf":2.8284271247461903},"73":{"tf":2.23606797749979},"76":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"104":{"tf":3.3166247903554},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"49":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"r":{"a":{"df":1,"docs":{"81":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"119":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":4,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"b":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"d":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"52":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":2.0},"88":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.0},"80":{"tf":2.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":10,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"158":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":2.0},"2":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"2":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":8,"docs":{"104":{"tf":1.0},"17":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"121":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":10,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"131":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"32":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"68":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":2.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"r":{"df":28,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"89":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"m":{"df":3,"docs":{"24":{"tf":1.0},"45":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"t":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":1,"docs":{"89":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":3.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":3,"docs":{"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"158":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":2.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"133":{"tf":3.0},"134":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"152":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":2.0},"65":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":24,"docs":{"0":{"tf":1.0},"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"119":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":2.23606797749979},"15":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"89":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"89":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"17":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"53":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"126":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":2.6457513110645907},"143":{"tf":1.0},"15":{"tf":2.449489742783178},"157":{"tf":1.4142135623730951},"16":{"tf":2.0},"172":{"tf":1.0},"2":{"tf":1.4142135623730951},"9":{"tf":2.0}}}},"i":{"c":{"df":40,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":2.449489742783178},"131":{"tf":2.23606797749979},"132":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":2.8284271247461903},"96":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"78":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"61":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"143":{"tf":1.0},"24":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"27":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":5,"docs":{"106":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":5,"docs":{"13":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"d":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"6":{"4":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"58":{"tf":2.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"98":{"tf":1.0}}}},"v":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"17":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"165":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":15,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":15,"docs":{"12":{"tf":2.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"170":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}},"x":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"156":{"tf":1.0},"167":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"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":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"r":{"d":{"df":2,"docs":{"154":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"24":{"tf":2.449489742783178},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"u":{"df":9,"docs":{"122":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"d":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"25":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"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":{},"e":{"df":14,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"[":{"3":{"2":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":1,"docs":{"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"104":{"tf":2.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":2.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"p":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"122":{"tf":1.0},"134":{"tf":1.0}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"27":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":2,"docs":{"94":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"33":{"tf":1.0},"68":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":25,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"119":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"174":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"26":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"174":{"tf":1.0}}}}},"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"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":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"105":{"tf":1.0},"139":{"tf":2.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"159":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":5,"docs":{"118":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"156":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.0},"163":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}}},"u":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"65":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":2.6457513110645907},"117":{"tf":3.4641016151377544},"118":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"1":{".":{"2":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"121":{"tf":1.0},"156":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":8,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"14":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":2.23606797749979},"121":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"17":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":2.6457513110645907},"91":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"91":{"tf":2.0}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"df":5,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"154":{"tf":1.4142135623730951},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":12,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"118":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":2.23606797749979}}}}}},"df":42,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"108":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"39":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"92":{"tf":2.23606797749979},"94":{"tf":3.605551275463989},"95":{"tf":2.6457513110645907},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"i":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":2,"docs":{"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"6":{"4":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"86":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":3.1622776601683795},"95":{"tf":2.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"[":{"3":{"2":{"df":2,"docs":{"58":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"135":{"tf":1.0},"143":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"127":{"tf":1.0},"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":2,"docs":{"158":{"tf":1.0},"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}},"q":{"df":0,"docs":{},"u":{"df":11,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"94":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":2.0},"130":{"tf":2.0},"132":{"tf":2.0},"31":{"tf":1.4142135623730951}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":27,"docs":{"106":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":93,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.0},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"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":{}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"3":{"df":1,"docs":{"164":{"tf":1.0}}},"4":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"2":{"df":1,"docs":{"135":{"tf":1.0}}},"3":{"df":1,"docs":{"135":{"tf":1.0}}},"4":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"135":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"119":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"4":{"8":{"5":{"7":{"6":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"5":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.4142135623730951}},"e":{"c":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"8":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"7":{"3":{"8":{"d":{"2":{"2":{"1":{"c":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"9":{"2":{"6":{"d":{"2":{"8":{"df":0,"docs":{},"e":{"6":{"2":{"b":{"c":{"9":{"3":{"6":{"0":{"4":{"a":{"9":{"6":{"df":0,"docs":{},"e":{"c":{"6":{"df":0,"docs":{},"f":{"7":{"c":{"5":{"0":{"9":{"3":{"df":0,"docs":{},"e":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"4":{"5":{"a":{"4":{"5":{"5":{"5":{"df":0,"docs":{},"e":{"d":{"0":{"6":{"df":0,"docs":{},"e":{"4":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"i":{"a":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"4":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"121":{"tf":1.0},"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":3.1622776601683795},"6":{"tf":2.8284271247461903},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"y":{"df":7,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":8,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"24":{"tf":1.0},"66":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"v":{"df":7,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"b":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":11,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.23606797749979},"131":{"tf":2.449489742783178},"14":{"tf":2.0},"15":{"tf":2.8284271247461903},"16":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"o":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"4":{"0":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":16,"docs":{"104":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"'":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"158":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"x":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"42":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":4,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0}}},"v":{"df":3,"docs":{"102":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"df":1,"docs":{"26":{"tf":1.0}}},"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":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"55":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"1":{".":{"1":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"2":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"113":{"tf":1.0}}},"3":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"7":{"2":{"c":{"a":{"8":{"df":0,"docs":{},"f":{"c":{"a":{"b":{"4":{"3":{"0":{"4":{"8":{"a":{"5":{"b":{"3":{"1":{"c":{"1":{"df":0,"docs":{},"e":{"a":{"2":{"0":{"4":{"7":{"4":{"8":{"c":{"2":{"c":{"b":{"5":{"a":{"c":{"c":{"a":{"6":{"b":{"9":{"0":{"df":0,"docs":{},"f":{"3":{"b":{"1":{"a":{"0":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"2":{"d":{"9":{"2":{"3":{"8":{"6":{"d":{"9":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0}}},"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"2":{"c":{"b":{"0":{"8":{"4":{"6":{"b":{"1":{"a":{"7":{"df":0,"docs":{},"e":{"4":{"5":{"3":{"1":{"3":{"df":0,"docs":{},"e":{"1":{"c":{"3":{"9":{"b":{"2":{"a":{"2":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"d":{"5":{"5":{"2":{"a":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"f":{"6":{"2":{"7":{"2":{"2":{"5":{"2":{"5":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"5":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"4":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"6":{"6":{"8":{"7":{"1":{"0":{"1":{"6":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"3":{"df":1,"docs":{"103":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"8":{"4":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"5":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"1":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"6":{"3":{"3":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"8":{"df":1,"docs":{"118":{"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":{}},"8":{"2":{"b":{"6":{"3":{"4":{"3":{"b":{"b":{"b":{"c":{"a":{"2":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"9":{"7":{"0":{"2":{"0":{"df":0,"docs":{},"e":{"a":{"3":{"df":0,"docs":{},"f":{"3":{"7":{"6":{"7":{"b":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"3":{"7":{"0":{"a":{"6":{"b":{"8":{"5":{"3":{"d":{"2":{"a":{"d":{"d":{"4":{"6":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"2":{"a":{"1":{"1":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"1":{"9":{"8":{"0":{"7":{"c":{"6":{"9":{"8":{"8":{"1":{"6":{"4":{"b":{"9":{"1":{"6":{"a":{"6":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"d":{"4":{"0":{"3":{"d":{"5":{"5":{"a":{"0":{"7":{"3":{"2":{"4":{"df":0,"docs":{},"f":{"a":{"8":{"8":{"3":{"c":{"b":{"7":{"df":0,"docs":{},"f":{"a":{"5":{"c":{"d":{"b":{"3":{"3":{"4":{"3":{"8":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"a":{"8":{"3":{"8":{"d":{"4":{"9":{"2":{"df":0,"docs":{},"f":{"2":{"9":{"b":{"7":{"a":{"3":{"a":{"df":0,"docs":{},"f":{"a":{"7":{"7":{"5":{"5":{"a":{"c":{"8":{"7":{"4":{"1":{"c":{"9":{"9":{"d":{"b":{"9":{"9":{"2":{"d":{"a":{"4":{"7":{"6":{"7":{"3":{"c":{"d":{"2":{"7":{"b":{"df":0,"docs":{},"e":{"8":{"6":{"df":0,"docs":{},"f":{"9":{"b":{"0":{"6":{"2":{"0":{"1":{"1":{"8":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"2":{"3":{"df":1,"docs":{"24":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":1.0}}},"4":{"0":{"0":{"2":{"b":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"4":{"3":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"7":{"5":{"a":{"3":{"8":{"b":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"1":{"df":0,"docs":{},"f":{"2":{"c":{"8":{"df":0,"docs":{},"e":{"8":{"d":{"2":{"d":{"5":{"b":{"4":{"d":{"7":{"8":{"4":{"7":{"0":{"7":{"0":{"6":{"d":{"d":{"df":0,"docs":{},"e":{"7":{"a":{"b":{"0":{"b":{"8":{"d":{"5":{"4":{"c":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"9":{"6":{"1":{"1":{"1":{"1":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"b":{"4":{"a":{"3":{"9":{"3":{"7":{"5":{"1":{"9":{"3":{"3":{"a":{"9":{"df":0,"docs":{},"f":{"8":{"9":{"3":{"2":{"9":{"8":{"1":{"2":{"c":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"d":{"b":{"df":0,"docs":{},"e":{"4":{"8":{"3":{"c":{"0":{"7":{"1":{"b":{"3":{"4":{"0":{"1":{"d":{"0":{"6":{"c":{"8":{"d":{"6":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"6":{"df":1,"docs":{"135":{"tf":1.0}}},"9":{"2":{"0":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"8":{"7":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"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":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"5":{":":{"5":{"7":{":":{"2":{"8":{".":{"9":{"4":{"2":{"9":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"5":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"7":{"7":{"9":{"2":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"3":{"0":{"2":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"1":{"1":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"5":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.0}}},"6":{"1":{"8":{"4":{"6":{"8":{"7":{"8":{"4":{"7":{"5":{"5":{"9":{"2":{"6":{"5":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"a":{"df":0,"docs":{},"f":{"4":{"3":{"c":{"df":0,"docs":{},"f":{"d":{"2":{"a":{"6":{"d":{"8":{"a":{"df":0,"docs":{},"f":{"1":{"6":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"4":{"6":{"c":{"1":{"5":{"2":{"7":{"6":{"b":{"2":{"4":{"b":{"1":{"3":{"0":{"df":0,"docs":{},"f":{"c":{"6":{"a":{"8":{"9":{"c":{"df":0,"docs":{},"e":{"7":{"b":{"3":{"c":{"8":{"7":{"3":{"7":{"d":{"2":{"9":{"d":{"6":{"d":{"0":{"df":0,"docs":{},"e":{"1":{"b":{"b":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"2":{"8":{"6":{"7":{"6":{"4":{"6":{"9":{"0":{"1":{"9":{"3":{"7":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"4":{"5":{"8":{"4":{"9":{"0":{"7":{"9":{"6":{"7":{"5":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"8":{"5":{"6":{"7":{"7":{"4":{"5":{"3":{"9":{"9":{"2":{"4":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"8":{"3":{"3":{"4":{"6":{"7":{"3":{"2":{"3":{"6":{"8":{"3":{"4":{"5":{"1":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"0":{"8":{"8":{"6":{"8":{"9":{"9":{"5":{"8":{"1":{"8":{"4":{"0":{"0":{"0":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"9":{"5":{"7":{"4":{"5":{"1":{"4":{"7":{"7":{"6":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"9":{"8":{"7":{"2":{"0":{"0":{"6":{"9":{"3":{"0":{"0":{"4":{"0":{"0":{"0":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"5":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"d":{"2":{"d":{"9":{"3":{"3":{"d":{"0":{"3":{"3":{"4":{"d":{"5":{"4":{"7":{"7":{"6":{"6":{"1":{"2":{"a":{"5":{"a":{"df":0,"docs":{},"f":{"7":{"2":{"a":{"5":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"7":{"5":{"d":{"0":{"6":{"df":0,"docs":{},"f":{"a":{"9":{"1":{"5":{"2":{"df":0,"docs":{},"f":{"6":{"d":{"4":{"1":{"d":{"0":{"df":0,"docs":{},"e":{"5":{"0":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"27":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}},"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"8":{"0":{"df":2,"docs":{"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"0":{"0":{"0":{"df":5,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"2":{"1":{"4":{"1":{"9":{"6":{"9":{"9":{"4":{"7":{"0":{"2":{"2":{"9":{"8":{"1":{"1":{"df":1,"docs":{"108":{"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":{}},"2":{"5":{"3":{"8":{"8":{"2":{"9":{"6":{"1":{"9":{"0":{"1":{"6":{"0":{"0":{"0":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"109":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"f":{"d":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"0":{"7":{"3":{"9":{"7":{"5":{"a":{"0":{"df":0,"docs":{},"e":{"c":{"a":{"9":{"9":{"3":{"0":{"4":{"4":{"a":{"8":{"6":{"7":{"d":{"8":{"c":{"8":{"7":{"a":{"8":{"d":{"3":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"8":{"8":{"0":{"3":{"2":{"a":{"3":{"b":{"9":{"a":{"b":{"a":{"2":{"1":{"3":{"df":0,"docs":{},"f":{"6":{"1":{"0":{"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"5":{"df":1,"docs":{"118":{"tf":1.0}}},"b":{"df":0,"docs":{},"f":{"6":{"1":{"b":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"8":{"b":{"7":{"df":0,"docs":{},"f":{"b":{"4":{"0":{"df":0,"docs":{},"e":{"8":{"4":{"2":{"a":{"6":{"4":{"9":{"7":{"d":{"6":{"8":{"6":{"b":{"c":{"2":{"df":0,"docs":{},"f":{"6":{"3":{"8":{"3":{"9":{"df":0,"docs":{},"e":{"c":{"3":{"c":{"a":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"b":{"4":{"df":0,"docs":{},"e":{"8":{"1":{"a":{"0":{"9":{"3":{"5":{"a":{"d":{"a":{"df":0,"docs":{},"e":{"b":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":12,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}},"f":{"0":{"c":{"8":{"1":{"a":{"4":{"2":{"c":{"8":{"6":{"c":{"7":{"1":{"8":{"c":{"0":{"a":{"df":0,"docs":{},"e":{"9":{"0":{"b":{"a":{"8":{"3":{"8":{"d":{"6":{"df":0,"docs":{},"f":{"1":{"b":{"d":{"df":0,"docs":{},"f":{"c":{"9":{"a":{"7":{"5":{"7":{"c":{"b":{"df":0,"docs":{},"f":{"0":{"7":{"c":{"9":{"4":{"6":{"df":0,"docs":{},"f":{"b":{"3":{"2":{"8":{"0":{"b":{"4":{"4":{"2":{"5":{"7":{"b":{"4":{"6":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"4":{"2":{"8":{"8":{"0":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"df":4,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"13":{"tf":1.0}}},"6":{"1":{"6":{"5":{"6":{"6":{"a":{"df":0,"docs":{},"f":{"d":{"c":{"1":{"4":{"1":{"df":0,"docs":{},"e":{"c":{"d":{"2":{"b":{"6":{"0":{"df":0,"docs":{},"f":{"d":{"c":{"5":{"6":{"a":{"a":{"df":0,"docs":{},"e":{"4":{"df":0,"docs":{},"f":{"3":{"d":{"0":{"4":{"b":{"3":{"df":0,"docs":{},"f":{"6":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"6":{"5":{"a":{"3":{"c":{"2":{"1":{"d":{"0":{"1":{"0":{"5":{"a":{"0":{"8":{"c":{"c":{"1":{"b":{"3":{"4":{"9":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"b":{"4":{"8":{"6":{"c":{"c":{"2":{"c":{"3":{"b":{"d":{"1":{"1":{"3":{"3":{"d":{"df":0,"docs":{},"f":{"9":{"2":{"4":{"5":{"6":{"4":{"5":{"6":{"4":{"8":{"b":{"6":{"a":{"0":{"9":{"b":{"3":{"5":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"7":{"df":0,"docs":{},"f":{"7":{"1":{"b":{"b":{"0":{"5":{"4":{"4":{"9":{"c":{"df":0,"docs":{},"e":{"a":{"0":{"df":0,"docs":{},"e":{"8":{"3":{"6":{"1":{"1":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"1":{"0":{"df":0,"docs":{},"e":{"b":{"c":{"3":{"0":{"a":{"1":{"0":{"3":{"7":{"b":{"8":{"3":{"3":{"3":{"6":{"c":{"9":{"5":{"6":{"c":{"9":{"5":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"c":{"4":{"7":{"0":{"c":{"4":{"b":{"7":{"6":{"7":{"5":{"0":{"a":{"9":{"3":{"df":0,"docs":{},"f":{"6":{"a":{"1":{"df":0,"docs":{},"f":{"6":{"d":{"1":{"9":{"a":{"2":{"1":{"d":{"0":{"5":{"8":{"b":{"1":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}},"7":{"0":{"1":{"8":{"4":{"0":{"9":{"4":{"6":{"5":{"2":{"1":{"2":{"2":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"2":{"0":{"0":{"0":{"9":{"3":{"4":{"9":{"2":{"7":{"8":{"2":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"6":{"0":{"2":{"6":{"4":{"8":{"6":{"3":{"9":{"5":{"9":{"2":{"1":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"6":{"2":{"2":{"5":{"4":{"9":{"1":{"7":{"1":{"9":{"1":{"0":{"0":{"0":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"7":{"1":{"3":{"7":{"7":{"4":{"2":{"9":{"3":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"9":{"5":{"4":{"2":{"b":{"6":{"2":{"4":{"d":{"8":{"8":{"b":{"3":{"d":{"6":{"6":{"c":{"6":{"c":{"9":{"a":{"1":{"8":{"3":{"5":{"df":0,"docs":{},"f":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"b":{"a":{"8":{"8":{"9":{"2":{"a":{"8":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"a":{"b":{"9":{"c":{"1":{"7":{"2":{"5":{"1":{"c":{"4":{"5":{"6":{"c":{"a":{"5":{"d":{"c":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"7":{"9":{"b":{"df":0,"docs":{},"f":{"3":{"7":{"9":{"3":{"1":{"4":{"3":{"c":{"5":{"5":{"7":{"2":{"2":{"5":{"df":0,"docs":{},"f":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"e":{"7":{"d":{"8":{"a":{"2":{"b":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"5":{"4":{"4":{"b":{"8":{"3":{"9":{"d":{"6":{"2":{"c":{"c":{"3":{"6":{"7":{"b":{"8":{"c":{"5":{"b":{"0":{"7":{"9":{"d":{"4":{"7":{"8":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"8":{"0":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"1":{"1":{"8":{"8":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"9":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"b":{"3":{"6":{"d":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"d":{"9":{"2":{"6":{"9":{"2":{"1":{"b":{"8":{"df":0,"docs":{},"e":{"7":{"9":{"5":{"9":{"7":{"8":{"9":{"9":{"d":{"8":{"7":{"1":{"2":{"df":0,"docs":{},"f":{"d":{"a":{"b":{"df":0,"docs":{},"f":{"2":{"5":{"5":{"3":{"df":0,"docs":{},"f":{"2":{"8":{"b":{"4":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"8":{"5":{"1":{"a":{"9":{"6":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"4":{"b":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"a":{"b":{"1":{"5":{"6":{"d":{"d":{"d":{"9":{"a":{"c":{"9":{"5":{"0":{"2":{"7":{"6":{"8":{"df":0,"docs":{},"f":{"7":{"7":{"9":{"9":{"3":{"6":{"7":{"1":{"0":{"df":0,"docs":{},"f":{"d":{"3":{"d":{"7":{"9":{"2":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"e":{"a":{"7":{"9":{"b":{"c":{"0":{"df":0,"docs":{},"e":{"4":{"0":{"8":{"2":{"d":{"df":0,"docs":{},"e":{"9":{"6":{"4":{"5":{"0":{"b":{"5":{"1":{"7":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"f":{"a":{"1":{"8":{"1":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"f":{"a":{"3":{"b":{"4":{"8":{"c":{"1":{"0":{"d":{"3":{"1":{"8":{"1":{"2":{"1":{"7":{"9":{"1":{"8":{"d":{"d":{"3":{"7":{"7":{"b":{"8":{"7":{"5":{"d":{"0":{"7":{"d":{"a":{"b":{"c":{"7":{"2":{"d":{"6":{"d":{"1":{"0":{"8":{"1":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"2":{"7":{"1":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"8":{"c":{"df":0,"docs":{},"e":{"4":{"3":{"6":{"0":{"3":{"c":{"1":{"a":{"4":{"8":{"2":{"7":{"4":{"a":{"a":{"c":{"7":{"5":{"3":{"2":{"d":{"a":{"5":{"6":{"7":{"0":{"7":{"9":{"0":{"1":{"d":{"9":{"6":{"0":{"6":{"a":{"2":{"b":{"0":{"5":{"d":{"df":0,"docs":{},"e":{"8":{"0":{"1":{"9":{"9":{"3":{"df":0,"docs":{},"f":{"4":{"8":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"5":{"5":{"8":{"8":{"df":0,"docs":{},"e":{"2":{"0":{"2":{"9":{"6":{"9":{"6":{"9":{"a":{"7":{"6":{"5":{"7":{"6":{"d":{"5":{"1":{"9":{"d":{"3":{"0":{"1":{"c":{"6":{"c":{"a":{"b":{"df":0,"docs":{},"e":{"1":{"df":0,"docs":{},"e":{"0":{"0":{"9":{"6":{"7":{"5":{"df":0,"docs":{},"e":{"4":{"3":{"0":{"d":{"a":{"9":{"3":{"df":0,"docs":{},"e":{"1":{"8":{"b":{"a":{"2":{"a":{"0":{"d":{"3":{"8":{"a":{"4":{"9":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"8":{"b":{"2":{"5":{"8":{"df":0,"docs":{},"e":{"0":{"d":{"6":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"0":{"2":{"2":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"3":{"8":{"a":{"7":{"5":{"1":{"a":{"d":{"5":{"a":{"1":{"b":{"3":{"6":{"df":0,"docs":{},"e":{"4":{"d":{"df":0,"docs":{},"f":{"d":{"c":{"c":{"2":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"b":{"8":{"3":{"0":{"8":{"df":0,"docs":{},"e":{"0":{"4":{"4":{"2":{"5":{"0":{"b":{"8":{"c":{"df":1,"docs":{"116":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.0},"128":{"tf":1.0}}},"_":{"df":1,"docs":{"77":{"tf":1.0}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"4":{"0":{"5":{"d":{"5":{"6":{"8":{"8":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"1":{"7":{"8":{"6":{"8":{"3":{"6":{"1":{"2":{"1":{"7":{"a":{"0":{"9":{"8":{"1":{"2":{"3":{"4":{"9":{"c":{"c":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"2":{"b":{"df":0,"docs":{},"f":{"9":{"3":{"2":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"2":{"3":{"df":0,"docs":{},"e":{"3":{"3":{"8":{"df":0,"docs":{},"e":{"9":{"4":{"4":{"4":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"c":{"5":{"5":{"4":{"7":{"5":{"8":{"df":0,"docs":{},"f":{"7":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"3":{"0":{"5":{"4":{"4":{"0":{"5":{"d":{"3":{"8":{"0":{"9":{"9":{"df":0,"docs":{},"f":{"5":{"a":{"d":{"2":{"1":{"a":{"9":{"0":{"c":{"0":{"5":{"2":{"0":{"6":{"b":{"5":{"c":{"6":{"1":{"3":{"7":{"4":{"2":{"4":{"9":{"8":{"5":{"c":{"8":{"df":0,"docs":{},"f":{"d":{"1":{"0":{"c":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"w":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":14,"docs":{"35":{"tf":1.0},"39":{"tf":2.23606797749979},"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"32":{"tf":1.0},"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"11":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"124":{"tf":2.0},"143":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"38":{"tf":1.0},"46":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":2.0},"91":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"22":{"tf":1.0},"43":{"tf":1.0},"86":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"e":{"b":{"7":{"8":{"5":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"4":{"a":{"df":0,"docs":{},"e":{"6":{"2":{"8":{"5":{"8":{"df":0,"docs":{},"f":{"a":{"6":{"7":{"3":{"2":{"9":{"6":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"a":{"5":{"1":{"8":{"8":{"5":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"8":{"b":{"b":{"4":{"7":{"d":{"df":0,"docs":{},"f":{"2":{"d":{"b":{"b":{"9":{"c":{"8":{"c":{"a":{"1":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"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":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"117":{"tf":1.0},"58":{"tf":1.0}},"s":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"=":{"\"":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":18,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"17":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"58":{"tf":1.0},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"=":{"\"":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"153":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"14":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"171":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"107":{"tf":1.0},"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"r":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"119":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.4142135623730951}},"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":{"1":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":6,"docs":{"129":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"m":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"80":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"174":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"d":{"df":7,"docs":{"58":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"65":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"155":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"119":{"tf":3.605551275463989},"12":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":2.6457513110645907},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"44":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}},"y":{"df":2,"docs":{"0":{"tf":1.0},"105":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"0":{"9":{"0":{"6":{"3":{"4":{"7":{"8":{"8":{"d":{"d":{"d":{"0":{"4":{"6":{"1":{"c":{"b":{"a":{"4":{"d":{"0":{"8":{"3":{"3":{"a":{"3":{"df":0,"docs":{},"f":{"1":{"5":{"b":{"8":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"5":{"1":{"df":0,"docs":{},"e":{"6":{"7":{"2":{"df":0,"docs":{},"f":{"b":{"1":{"5":{"2":{"7":{"df":0,"docs":{},"f":{"c":{"8":{"c":{"7":{"8":{"c":{"d":{"8":{"df":0,"docs":{},"f":{"8":{"0":{"d":{"c":{"1":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"0":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0}}},"h":{"df":1,"docs":{"121":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"3":{"2":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":11,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"w":{"df":16,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":5,"docs":{"118":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"123":{"tf":1.0},"154":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":2.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"133":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"168":{"tf":1.0}}},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"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":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"[":{"0":{"df":12,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}}}},"i":{"d":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":15,"docs":{"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"117":{"tf":3.1622776601683795},"118":{"tf":2.6457513110645907},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"32":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"0":{"tf":1.0},"104":{"tf":2.6457513110645907},"25":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.23606797749979},"65":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}},"l":{"df":4,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":3.0}}}},"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":5,"docs":{"143":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"159":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":29,"docs":{"0":{"tf":1.0},"122":{"tf":1.7320508075688772},"125":{"tf":3.0},"127":{"tf":2.0},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"157":{"tf":2.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":2.449489742783178},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":7,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"78":{"tf":1.0},"79":{"tf":2.6457513110645907},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":2.0},"72":{"tf":1.0},"99":{"tf":1.0}},"s":{"3":{"2":{"df":4,"docs":{"58":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"6":{"4":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"9":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"9":{"1":{"7":{"8":{"d":{"5":{"2":{"6":{"a":{"8":{"3":{"6":{"d":{"7":{"0":{"7":{"1":{"3":{"7":{"d":{"df":0,"docs":{},"e":{"0":{"8":{"b":{"0":{"df":0,"docs":{},"f":{"7":{"4":{"3":{"df":0,"docs":{},"f":{"a":{"b":{"c":{"df":0,"docs":{},"e":{"7":{"9":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"c":{"7":{"7":{"c":{"4":{"1":{"9":{"b":{"df":0,"docs":{},"f":{"b":{"7":{"df":0,"docs":{},"e":{"6":{"b":{"df":0,"docs":{},"e":{"8":{"8":{"6":{"3":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":13,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.449489742783178},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.7320508075688772},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"c":{"=":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"174":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":11,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":2.449489742783178},"158":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"157":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"i":{"df":1,"docs":{"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":2.6457513110645907}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.7320508075688772}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"83":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":12,"docs":{"139":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"21":{"tf":1.7320508075688772},"31":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.4142135623730951},"25":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"143":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":41,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.7320508075688772},"160":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"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.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":2.0}}},"s":{"df":2,"docs":{"121":{"tf":1.0},"2":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"174":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":10,"docs":{"12":{"tf":2.0},"131":{"tf":2.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"171":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":3.1622776601683795},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"173":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"148":{"tf":1.0},"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"40":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"92":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"_":{"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"35":{"tf":1.0},"40":{"tf":2.0},"57":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"116":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"94":{"tf":2.8284271247461903},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"i":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"0":{"tf":1.0},"123":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"170":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":3,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"df":3,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"y":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"148":{"tf":1.0},"23":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"58":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.449489742783178},"143":{"tf":2.0},"158":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"b":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"90":{"tf":1.0}}}}}}},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"17":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}},"d":{"0":{"d":{"6":{"6":{"3":{"df":0,"docs":{},"e":{"0":{"b":{"df":0,"docs":{},"f":{"4":{"9":{"9":{"a":{"c":{"a":{"1":{"9":{"d":{"3":{"df":0,"docs":{},"e":{"c":{"b":{"9":{"b":{"0":{"b":{"2":{"9":{"1":{"2":{"3":{"4":{"d":{"c":{"3":{"7":{"6":{"9":{"d":{"2":{"b":{"4":{"6":{"5":{"1":{"2":{"0":{"1":{"6":{"df":0,"docs":{},"e":{"c":{"a":{"7":{"2":{"4":{"4":{"c":{"a":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"6":{"3":{"2":{"df":0,"docs":{},"f":{"8":{"5":{"6":{"6":{"9":{"d":{"d":{"4":{"4":{"7":{"3":{"7":{"a":{"b":{"df":0,"docs":{},"f":{"3":{"6":{"b":{"3":{"2":{"df":0,"docs":{},"f":{"4":{"7":{"9":{"a":{"df":0,"docs":{},"e":{"5":{"1":{"8":{"df":0,"docs":{},"e":{"0":{"7":{"a":{"9":{"1":{"7":{"4":{"c":{"8":{"5":{"7":{"1":{"3":{"7":{"7":{"df":0,"docs":{},"e":{"b":{"b":{"8":{"1":{"5":{"6":{"3":{"b":{"b":{"9":{"a":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"121":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":39,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"134":{"tf":2.0},"135":{"tf":2.6457513110645907},"136":{"tf":2.23606797749979},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":34,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"41":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"7":{"8":{"0":{"3":{"4":{"c":{"2":{"df":0,"docs":{},"f":{"0":{"df":0,"docs":{},"f":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"2":{"d":{"2":{"d":{"2":{"d":{"2":{"0":{"3":{"d":{"1":{"9":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"df":0,"docs":{},"f":{"1":{"b":{"1":{"8":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"c":{"0":{"8":{"9":{"c":{"5":{"1":{"c":{"2":{"a":{"a":{"7":{"b":{"5":{"c":{"8":{"1":{"4":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":3.1622776601683795},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"150":{"tf":1.4142135623730951},"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"17":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"174":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"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":2,"docs":{"120":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"59":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":2.449489742783178},"24":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":18,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":3.1622776601683795},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"30":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":3,"docs":{"1":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"105":{"tf":1.0},"171":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"105":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"13":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"121":{"tf":1.0},"153":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":7,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":2.0},"2":{"tf":2.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"50":{"tf":1.0},"63":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"20":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"119":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"120":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"23":{"tf":1.4142135623730951},"30":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"3":{"df":0,"docs":{},"e":{"0":{"8":{"6":{"0":{"a":{"3":{"5":{"8":{"c":{"0":{"d":{"0":{"4":{"4":{"6":{"6":{"9":{"7":{"4":{"8":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"2":{"b":{"4":{"b":{"0":{"0":{"7":{"3":{"b":{"a":{"a":{"c":{"a":{"5":{"3":{"a":{"1":{"2":{"8":{"d":{"d":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"3":{"7":{"5":{"7":{"a":{"df":0,"docs":{},"e":{"3":{"9":{"8":{"8":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"2":{"9":{"0":{"4":{"5":{"1":{"9":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"0":{"d":{"c":{"df":0,"docs":{},"f":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"3":{"1":{"df":0,"docs":{},"f":{"5":{"0":{"c":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"8":{"c":{"3":{"7":{"1":{"2":{"9":{"c":{"b":{"df":0,"docs":{},"e":{"4":{"7":{"df":0,"docs":{},"e":{"0":{"0":{"3":{"a":{"5":{"9":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"8":{"1":{"a":{"8":{"8":{"b":{"0":{"3":{"b":{"5":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"103":{"tf":1.0},"157":{"tf":1.0},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}},"i":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"8":{"2":{"2":{"df":0,"docs":{},"e":{"1":{"8":{"df":0,"docs":{},"e":{"7":{"1":{"b":{"a":{"7":{"c":{"9":{"2":{"c":{"2":{"6":{"6":{"b":{"0":{"9":{"7":{"6":{"a":{"c":{"d":{"a":{"2":{"3":{"4":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"7":{"a":{"6":{"0":{"0":{"9":{"9":{"d":{"4":{"0":{"0":{"c":{"c":{"2":{"4":{"3":{"3":{"9":{"4":{"df":0,"docs":{},"f":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"141":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}}}},"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":2.0},"35":{"tf":1.0},"96":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"14":{"tf":2.0}}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":3.1622776601683795},"109":{"tf":1.0},"118":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"65":{"tf":2.8284271247461903},"66":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"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},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":5,"docs":{"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"14":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":2.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.7320508075688772},"97":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"51":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"i":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":18,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"j":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"v":{"1":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"9":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"z":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"4":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"0":{"c":{"7":{"c":{"7":{"7":{"8":{"df":0,"docs":{},"f":{"a":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"2":{"a":{"8":{"b":{"df":0,"docs":{},"f":{"0":{"3":{"c":{"9":{"c":{"4":{"7":{"b":{"b":{"3":{"df":0,"docs":{},"f":{"8":{"3":{"6":{"b":{"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"3":{"7":{"df":0,"docs":{},"e":{"6":{"9":{"c":{"1":{"8":{"df":0,"docs":{},"e":{"3":{"0":{"df":0,"docs":{},"f":{"8":{"5":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"1":{"4":{"6":{"5":{"2":{"2":{"d":{"c":{"b":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"6":{"9":{"a":{"3":{"0":{"c":{"df":0,"docs":{},"f":{"c":{"b":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"d":{"9":{"7":{"a":{"0":{"7":{"b":{"1":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"8":{"df":0,"docs":{},"e":{"4":{"b":{"3":{"8":{"a":{"4":{"3":{"6":{"7":{"b":{"0":{"3":{"d":{"1":{"8":{"1":{"9":{"9":{"4":{"3":{"b":{"df":0,"docs":{},"e":{"4":{"1":{"7":{"4":{"4":{"3":{"3":{"9":{"d":{"3":{"8":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"2":{"9":{"7":{"8":{"9":{"5":{"0":{"8":{"6":{"df":0,"docs":{},"e":{"6":{"6":{"c":{"0":{"9":{"4":{"7":{"c":{"2":{"1":{"3":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"9":{"0":{"df":0,"docs":{},"f":{"5":{"9":{"6":{"b":{"8":{"6":{"0":{"d":{"1":{"0":{"3":{"1":{"6":{"a":{"b":{"8":{"0":{"6":{"0":{"6":{"4":{"6":{"0":{"8":{"d":{"d":{"2":{"5":{"8":{"0":{"c":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"d":{"6":{"4":{"4":{"8":{"a":{"2":{"7":{"3":{"b":{"5":{"3":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"9":{"4":{"2":{"c":{"1":{"3":{"3":{"b":{"b":{"9":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"9":{"0":{"4":{"c":{"7":{"d":{"7":{"df":0,"docs":{},"f":{"3":{"1":{"0":{"4":{"c":{"d":{"a":{"df":0,"docs":{},"f":{"6":{"b":{"9":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"f":{"5":{"0":{"d":{"3":{"5":{"1":{"8":{"8":{"7":{"1":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":1.7320508075688772},"115":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":2,"docs":{"13":{"tf":2.8284271247461903},"24":{"tf":3.1622776601683795}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":7,"docs":{"143":{"tf":1.0},"156":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"1":{"df":1,"docs":{"103":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"a":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"b":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"2":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"109":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":2.8284271247461903},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":2.23606797749979}}},"df":1,"docs":{"57":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"]":{"(":{"df":0,"docs":{},"h":{"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":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"12":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"101":{"tf":1.0},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"17":{"tf":1.0},"53":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"143":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"97":{"tf":1.0}}}},"d":{"df":8,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"159":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"x":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"4":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"158":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":22,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0},"97":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":29,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":31,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":2.449489742783178},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":2.23606797749979},"126":{"tf":2.23606797749979},"127":{"tf":2.23606797749979},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"130":{"tf":2.23606797749979},"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"141":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.0},"24":{"tf":1.7320508075688772},"25":{"tf":3.4641016151377544},"26":{"tf":2.449489742783178},"31":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979}}}}},"v":{"df":1,"docs":{"24":{"tf":1.0}}}},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"92":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"23":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"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":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"38":{"tf":2.0},"96":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"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":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":99,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":2.23606797749979},"10":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.6457513110645907},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"121":{"tf":2.23606797749979},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":3.0},"131":{"tf":3.1622776601683795},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":2.449489742783178},"141":{"tf":2.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"2":{"tf":2.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.23606797749979},"24":{"tf":2.0},"25":{"tf":2.23606797749979},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"b":{"df":5,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"0":{"df":0,"docs":{},"x":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":2.0}}}},"v":{"df":0,"docs":{},"m":{"df":3,"docs":{"34":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":1.0},"118":{"tf":1.7320508075688772},"37":{"tf":1.0},"52":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}}}},"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"155":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":1,"docs":{"80":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{"'":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"n":{"df":10,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"65":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"26":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"46":{"tf":2.8284271247461903},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"63":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":2.0},"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"118":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"112":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"49":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":3.4641016151377544},"118":{"tf":2.6457513110645907},"27":{"tf":2.0},"68":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"12":{"tf":1.0},"122":{"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},"15":{"tf":1.0}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":26,"docs":{"103":{"tf":2.6457513110645907},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"112":{"tf":2.6457513110645907},"113":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"25":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951}}}},"p":{"df":26,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"153":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}}},"o":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"133":{"tf":1.0},"15":{"tf":2.449489742783178},"17":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"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":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"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":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"/":{":":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0}},"s":{":":{"/":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"4":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{".":{"df":1,"docs":{"36":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"a":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":37,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"104":{"tf":2.8284271247461903},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":3.0},"109":{"tf":1.7320508075688772},"110":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.0},"116":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":2.23606797749979},"46":{"tf":2.0},"55":{"tf":1.4142135623730951},"57":{"tf":3.1622776601683795},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":6,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"88":{"tf":1.0},"96":{"tf":2.0}}}}}}}},"l":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":2.449489742783178}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":2.449489742783178},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"11":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"1":{"df":1,"docs":{"37":{"tf":1.0}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":133,"docs":{"0":{"tf":3.0},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":2.8284271247461903},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":3.872983346207417},"120":{"tf":2.449489742783178},"121":{"tf":4.47213595499958},"122":{"tf":4.358898943540674},"123":{"tf":1.4142135623730951},"124":{"tf":3.1622776601683795},"125":{"tf":3.0},"126":{"tf":2.6457513110645907},"127":{"tf":4.0},"128":{"tf":3.1622776601683795},"129":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"130":{"tf":3.1622776601683795},"131":{"tf":4.358898943540674},"132":{"tf":2.8284271247461903},"133":{"tf":3.605551275463989},"134":{"tf":2.449489742783178},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":2.6457513110645907},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":3.872983346207417},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":3.872983346207417},"23":{"tf":2.449489742783178},"24":{"tf":3.0},"25":{"tf":5.830951894845301},"26":{"tf":4.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":3.605551275463989},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":2.449489742783178},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"60":{"tf":2.8284271247461903},"63":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"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.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":2.8284271247461903},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":4.242640687119285},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"56":{"tf":1.0}}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{":":{"2":{"9":{"9":{"8":{"7":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"?":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":7,"docs":{"106":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"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":{"89":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}},"w":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"m":{"df":33,"docs":{"1":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}}},"d":{"b":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":24,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"156":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":9,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":2.0}}},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0}}}}},"f":{"a":{"c":{"df":4,"docs":{"173":{"tf":1.0},"22":{"tf":1.4142135623730951},"39":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"121":{"tf":1.0},"158":{"tf":2.6457513110645907},"160":{"tf":1.4142135623730951},"25":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}},"t":{"'":{"df":4,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"158":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"25":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"117":{"tf":1.0},"39":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"119":{"tf":1.7320508075688772},"12":{"tf":2.8284271247461903},"120":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"15":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"158":{"tf":1.0},"43":{"tf":1.0}}}},"y":{"df":11,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"117":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"65":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"25":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"a":{"b":{"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"171":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"162":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"107":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.0}}}},"t":{"'":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":1,"docs":{"117":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":2.23606797749979}},"p":{"df":0,"docs":{},"q":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"104":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"65":{"tf":2.6457513110645907},"66":{"tf":2.0}}},"y":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":5,"docs":{"158":{"tf":1.0},"39":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"121":{"tf":1.0},"143":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"1":{"1":{"df":1,"docs":{"173":{"tf":2.0}}},"df":0,"docs":{}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"51":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"148":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"10":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}}}},"t":{"df":4,"docs":{"133":{"tf":1.0},"23":{"tf":1.7320508075688772},"60":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":9,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"169":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"82":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"15":{"tf":1.7320508075688772},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":3.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"17":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"158":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"17":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"o":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":1,"docs":{"14":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"17":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"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},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"46":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}}}},"df":2,"docs":{"55":{"tf":1.0},"57":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"144":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"x":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"d":{"0":{"2":{"5":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"4":{"1":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0}},"t":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"a":{"=":{"\"":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"158":{"tf":1.0},"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}},"g":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":2.449489742783178},"39":{"tf":1.0},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":2.23606797749979}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"154":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"15":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"24":{"tf":1.0},"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"57":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"o":{"d":{"df":21,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":15,"docs":{"1":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":32,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"174":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":3.0},"125":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"143":{"tf":1.0},"158":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"129":{"tf":2.0},"25":{"tf":2.23606797749979},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"133":{"tf":3.0},"17":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":20,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":2.449489742783178},"118":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"12":{"tf":1.0},"131":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":12,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.4142135623730951},"40":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}}}},"w":{"df":17,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"129":{"tf":3.0},"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"18":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"57":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":14,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"13":{"tf":2.449489742783178},"131":{"tf":2.6457513110645907},"141":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.0},"24":{"tf":1.7320508075688772},"32":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":10,"docs":{"154":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"24":{"tf":2.23606797749979},"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":6,"docs":{"121":{"tf":1.0},"143":{"tf":1.0},"25":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":2.0},"94":{"tf":3.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"(":{"2":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"3":{"9":{",":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"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":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"41":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951},"57":{"tf":2.8284271247461903},"59":{"tf":1.0},"63":{"tf":2.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":2.8284271247461903},"118":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":8,"docs":{"102":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"158":{"tf":1.4142135623730951},"23":{"tf":1.0},"5":{"tf":1.0}}},"df":10,"docs":{"111":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"94":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":23,"docs":{"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"36":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":36,"docs":{"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"?":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"=":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"7":{"3":{"8":{"9":{"d":{"8":{"&":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"6":{"a":{"7":{"df":0,"docs":{},"e":{"c":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"124":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"62":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.0}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"86":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":5,"docs":{"118":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":11,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"53":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"40":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":12,"docs":{"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":2.0},"129":{"tf":2.23606797749979},"130":{"tf":2.0},"133":{"tf":2.449489742783178},"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"c":{"df":5,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":8,"docs":{"121":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"59":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}}}},"g":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"d":{"(":{"6":{"3":{"9":{"6":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}},"n":{"df":4,"docs":{"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"101":{"tf":1.0},"105":{"tf":2.449489742783178},"106":{"tf":1.4142135623730951},"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"50":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"2":{"9":{"9":{"8":{"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":13,"docs":{"10":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.7320508075688772},"128":{"tf":3.1622776601683795},"13":{"tf":2.449489742783178},"131":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"15":{"tf":2.449489742783178},"24":{"tf":2.0},"25":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":26,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":3.4641016151377544},"122":{"tf":1.4142135623730951},"13":{"tf":3.0},"131":{"tf":3.4641016151377544},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.8284271247461903},"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":3.4641016151377544},"151":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.6457513110645907},"4":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"5":{"4":{"3":{"2":{"/":{"[":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":16,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.8284271247461903},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"9":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"123":{"tf":1.0},"158":{"tf":3.3166247903554}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"96":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"22":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"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.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":2.0},"135":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"112":{"tf":2.449489742783178},"113":{"tf":2.0},"115":{"tf":2.23606797749979},"119":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"174":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"152":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":34,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"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.0},"51":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"172":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"u":{"b":{"df":16,"docs":{"69":{"tf":2.8284271247461903},"73":{"tf":2.23606797749979},"76":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.6457513110645907},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"1":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":3.7416573867739413},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"117":{"tf":2.8284271247461903},"118":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"32":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"9":{"tf":1.0}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"24":{"tf":1.7320508075688772},"49":{"tf":1.0},"60":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"r":{"a":{"df":1,"docs":{"81":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"119":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"df":4,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":2.0},"131":{"tf":2.449489742783178},"15":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}},"b":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"d":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"105":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"52":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":2.0},"88":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":22,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"86":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.6457513110645907}}}},"v":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"121":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"158":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":2.0},"2":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"2":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"132":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"104":{"tf":1.0},"17":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"121":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"163":{"tf":2.0},"164":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":10,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"32":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"68":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":2.23606797749979},"12":{"tf":2.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"r":{"df":28,"docs":{"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":3,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"89":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"27":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":2.0},"12":{"tf":1.0},"131":{"tf":1.0},"26":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":2.23606797749979},"92":{"tf":1.0}}}},"m":{"df":3,"docs":{"24":{"tf":1.0},"45":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}},"t":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":1,"docs":{"89":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"27":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":3.1622776601683795},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":3,"docs":{"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"158":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":2.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"60":{"tf":1.0}}}},"p":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":45,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"133":{"tf":3.3166247903554},"134":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"153":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":3,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"0":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"25":{"tf":1.0},"58":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"152":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"118":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"34":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":2.449489742783178},"65":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":32,"docs":{"0":{"tf":1.0},"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":6,"docs":{"119":{"tf":1.0},"12":{"tf":2.23606797749979},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":2.23606797749979},"15":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"135":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"89":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"89":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"101":{"tf":1.0},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"53":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"126":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"14":{"tf":2.8284271247461903},"143":{"tf":1.0},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"172":{"tf":1.0},"2":{"tf":1.4142135623730951},"9":{"tf":2.0}}}},"i":{"c":{"df":41,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"106":{"tf":1.0},"11":{"tf":2.449489742783178},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":2.8284271247461903},"131":{"tf":2.23606797749979},"132":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0},"9":{"tf":3.1622776601683795},"96":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"21":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"78":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"61":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"103":{"tf":1.0},"143":{"tf":1.0},"24":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"27":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":5,"docs":{"106":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":5,"docs":{"13":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"d":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"<":{"6":{"4":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"58":{"tf":2.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"117":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"24":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"156":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"98":{"tf":1.0}}}},"v":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"3":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"17":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"121":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.4142135623730951},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":15,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":15,"docs":{"12":{"tf":2.0},"122":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"131":{"tf":2.0},"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"170":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}},"x":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"=":{"1":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"144":{"tf":2.0},"147":{"tf":1.0},"156":{"tf":1.0},"167":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"b":{"a":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"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":{},"f":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}},"r":{"d":{"df":8,"docs":{"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":3.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.449489742783178},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"168":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"24":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"u":{"df":9,"docs":{"122":{"tf":1.4142135623730951},"132":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}}},"d":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"25":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"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":{},"e":{"df":16,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}},"r":{"[":{"3":{"2":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0}}}}}}},"df":1,"docs":{"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":12,"docs":{"104":{"tf":2.0},"40":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":2.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"p":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"122":{"tf":1.0},"134":{"tf":1.0}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"27":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":2,"docs":{"94":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"95":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"33":{"tf":1.0},"68":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"96":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":25,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"119":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"174":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"26":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"169":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"174":{"tf":1.0}}}}},"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"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":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"105":{"tf":1.0},"139":{"tf":2.0},"149":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"159":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":5,"docs":{"118":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"156":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.0},"163":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}}}},"u":{"df":3,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"65":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":2.6457513110645907},"117":{"tf":3.4641016151377544},"118":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"1":{".":{"2":{"df":2,"docs":{"121":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"121":{"tf":1.0},"156":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":8,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"14":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":30,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"118":{"tf":2.23606797749979},"121":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"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":{"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"68":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"17":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"91":{"tf":2.23606797749979}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"df":5,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"154":{"tf":1.4142135623730951},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"46":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":12,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"94":{"tf":1.0}}}},"x":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"118":{"tf":1.0}},"i":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":2.23606797749979}}}}}},"df":60,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"108":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"39":{"tf":2.0},"46":{"tf":2.6457513110645907},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.449489742783178},"56":{"tf":2.8284271247461903},"57":{"tf":3.872983346207417},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"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.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.449489742783178},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.0},"94":{"tf":3.7416573867739413},"95":{"tf":2.8284271247461903},"96":{"tf":2.0},"97":{"tf":2.0},"99":{"tf":2.449489742783178}},"i":{"d":{"df":1,"docs":{"94":{"tf":2.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":2,"docs":{"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"69":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"6":{"4":{"df":20,"docs":{"100":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"46":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"86":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":3.1622776601683795},"95":{"tf":2.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"[":{"3":{"2":{"df":2,"docs":{"58":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"135":{"tf":1.0},"143":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"127":{"tf":1.0},"58":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":2,"docs":{"158":{"tf":1.0},"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":2.8284271247461903}}}},"q":{"df":0,"docs":{},"u":{"df":11,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":3.3166247903554},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":2,"docs":{"171":{"tf":1.0},"173":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"2":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"50":{"tf":2.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"40":{"tf":1.0},"60":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"94":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":2.0},"130":{"tf":2.0},"132":{"tf":2.0},"31":{"tf":1.4142135623730951}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":93,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.449489742783178},"131":{"tf":2.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"174":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}},"e":{",":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"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":{}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"3":{"df":1,"docs":{"164":{"tf":1.0}}},"4":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"2":{"df":1,"docs":{"135":{"tf":1.0}}},"3":{"df":1,"docs":{"135":{"tf":1.0}}},"4":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{".":{"0":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"135":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"119":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.449489742783178},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"1":{"0":{"4":{"8":{"5":{"7":{"6":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"2":{"5":{"5":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":12,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.4142135623730951}},"e":{"c":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"8":{"df":4,"docs":{"58":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":1,"docs":{"119":{"tf":1.0}},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"7":{"3":{"8":{"d":{"2":{"2":{"1":{"c":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"e":{"9":{"2":{"6":{"d":{"2":{"8":{"df":0,"docs":{},"e":{"6":{"2":{"b":{"c":{"9":{"3":{"6":{"0":{"4":{"a":{"9":{"6":{"df":0,"docs":{},"e":{"c":{"6":{"df":0,"docs":{},"f":{"7":{"c":{"5":{"0":{"9":{"3":{"df":0,"docs":{},"e":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"4":{"5":{"a":{"4":{"5":{"5":{"5":{"df":0,"docs":{},"e":{"d":{"0":{"6":{"df":0,"docs":{},"e":{"4":{"3":{"7":{"b":{"7":{"df":0,"docs":{},"f":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"i":{"a":{"df":10,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"4":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"121":{"tf":1.0},"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"24":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":3.1622776601683795},"6":{"tf":3.0},"7":{"tf":2.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"y":{"df":7,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"117":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}},"r":{"df":8,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"24":{"tf":1.0},"66":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"v":{"df":7,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"b":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":11,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":2.23606797749979},"131":{"tf":2.449489742783178},"14":{"tf":2.23606797749979},"15":{"tf":3.0},"16":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"172":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"49":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"o":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"\"":{"4":{"0":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"17":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":16,"docs":{"104":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"'":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"158":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"x":{"6":{"4":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"42":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"50":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":4,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0}}},"v":{"df":3,"docs":{"102":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"title":{"root":{"1":{".":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.0},"94":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"2":{"df":1,"docs":{"24":{"tf":1.0}}},"3":{"df":1,"docs":{"25":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"96":{"tf":1.0}}},"4":{"df":1,"docs":{"97":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}},"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":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"125":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"24":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"69":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"140":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"127":{"tf":1.0},"26":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"56":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"93":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"121":{"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},"22":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"67":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"141":{"tf":1.0},"20":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"108":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":32,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"121":{"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},"13":{"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},"153":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"98":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"81":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"172":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"27":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"46":{"tf":1.0},"52":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":{"89":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"110":{"tf":1.0},"19":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"145":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"168":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"156":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":4,"docs":{"54":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/master/searchindex.json b/master/searchindex.json index 2f43de5af..b996f52b9 100644 --- a/master/searchindex.json +++ b/master/searchindex.json @@ -1 +1 @@ -{"doc_urls":["index.html#-fuel-indexer","index.html#architecture","getting-started/dependencies.html#dependencies","getting-started/dependencies.html#fuelup","getting-started/dependencies.html#postgresql","getting-started/dependencies.html#macos","getting-started/dependencies.html#web-assembly-wasm","getting-started/dependencies.html#wasm-snip","getting-started/dependencies.html#wasm32-target","getting-started/indexer-service-infrastructure.html#indexer-service-infrastructure","getting-started/indexer-service-infrastructure.html#components","getting-started/indexer-service-infrastructure.html#fuel-indexer-service","getting-started/indexer-service-infrastructure.html#using-cli-options-indexer-service","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-indexer-service","getting-started/indexer-service-infrastructure.html#web-api-server","getting-started/indexer-service-infrastructure.html#using-cli-options-web-server","getting-started/indexer-service-infrastructure.html#using-a-configuration-file-web-server","getting-started/how-it-compares.html#how-it-compares","getting-started/quickstart.html#quickstart","getting-started/quickstart.html#1-setting-up-your-environment","getting-started/quickstart.html#11-install-fuelup","getting-started/quickstart.html#12-webassembly-wasm-setup","getting-started/quickstart.html#2-using-the-forc-index-plugin","getting-started/quickstart.html#21-check-for-components","getting-started/quickstart.html#22-setup-a-database-and-start-the-indexer-service","getting-started/quickstart.html#23-creating-a-new-indexer","getting-started/quickstart.html#24-deploying-our-indexer","getting-started/quickstart.html#3-querying-for-data","getting-started/quickstart.html#finished-","project-components/index.html#a-fuel-indexer-project","project-components/index.html#use-cases","project-components/index.html#as-tooling-to-interact-with-indexers","project-components/index.html#as-a-standalone-service","project-components/index.html#as-part-of-a-fuel-project","project-components/index.html#an-indexer-project-at-a-glance","project-components/manifest.html#manifest","project-components/manifest.html#namespace","project-components/manifest.html#identifier","project-components/manifest.html#fuel_client","project-components/manifest.html#abi","project-components/manifest.html#contract_id","project-components/manifest.html#graphql_schema","project-components/manifest.html#start_block","project-components/manifest.html#end_block","project-components/manifest.html#module","project-components/manifest.html#resumable","project-components/schema.html#graphql-schema","project-components/module.html#indexer-modules","project-components/module.html#creating-handlers","project-components/module.html#whats-going-on-here","project-components/module.html#usage","project-components/module.html#notes-on-web-assembly-modules","designing-a-schema/index.html#designing-a-schema","designing-a-schema/index.html#supported-functionality","designing-a-schema/types.html#types","designing-a-schema/types.html#objects","designing-a-schema/types.html#enums","designing-a-schema/types.html#unions","designing-a-schema/scalars.html#scalars","designing-a-schema/directives.html#directives","designing-a-schema/directives.html#indexed","designing-a-schema/directives.html#unique","designing-a-schema/directives.html#join","designing-a-schema/relationships.html#relationships","designing-a-schema/relationships.html#usage","designing-a-schema/relationships.html#implicit-foreign-keys","designing-a-schema/relationships.html#explicit-foreign-keys","indexing-fuel-types/index.html#indexing-fuel-types","indexing-fuel-types/blocks.html#blockdata","indexing-fuel-types/blocks.html#definition","indexing-fuel-types/blocks.html#usage","indexing-fuel-types/transactions.html#transactions","indexing-fuel-types/transactions.html#transactiondata","indexing-fuel-types/transactions.html#definition","indexing-fuel-types/transactions.html#usage","indexing-fuel-types/transactions.html#transactionstatus","indexing-fuel-types/transactions.html#definition-1","indexing-fuel-types/transactions.html#usage-1","indexing-fuel-types/receipts.html#receipts","indexing-fuel-types/receipts.html#burn","indexing-fuel-types/receipts.html#call","indexing-fuel-types/receipts.html#log","indexing-fuel-types/receipts.html#logdata","indexing-fuel-types/receipts.html#messageout","indexing-fuel-types/receipts.html#mint","indexing-fuel-types/receipts.html#panic","indexing-fuel-types/receipts.html#return","indexing-fuel-types/receipts.html#returndata","indexing-fuel-types/receipts.html#revert","indexing-fuel-types/receipts.html#scriptresult","indexing-fuel-types/receipts.html#transfer","indexing-fuel-types/receipts.html#transferout","indexing-custom-types/index.html#custom-types","indexing-custom-types/index.html#example","indexing-custom-types/index.html#1-contract","indexing-custom-types/index.html#2-schema","indexing-custom-types/index.html#3-manifest","indexing-custom-types/index.html#4-handler-logic","storing-records/index.html#storing-info-in-a-database","storing-records/index.html#data-types","storing-records/index.html#example","querying/index.html#queries","querying/basic-queries.html#queries","querying/basic-queries.html#basic-query","querying/basic-queries.html#nested-query","querying/playground.html#graphql-playground","querying/playground.html#usage","querying/search-and-filtering.html#search-and-filtering","querying/search-and-filtering.html#id-selection","querying/search-and-filtering.html#excluding-null-values","querying/search-and-filtering.html#set-membership","querying/search-and-filtering.html#comparison","querying/search-and-filtering.html#less-greater-and-equals","querying/search-and-filtering.html#between","querying/search-and-filtering.html#logical-operators","querying/search-and-filtering.html#andor","querying/search-and-filtering.html#not","querying/pagination.html#pagination","querying/full-example.html#a-full-example","authentication/index.html#authentication","authentication/index.html#usage","forc-index/index.html#forc-index","forc-index/index.html#usage","forc-index/index.html#contributing","forc-index/auth.html#forc-index-auth","forc-index/build.html#forc-index-build","forc-index/check.html#forc-index-check","forc-index/deploy.html#forc-index-deploy","forc-index/kill.html#forc-index-kill","forc-index/new.html#forc-index-new","forc-index/remove.html#forc-index-remove","forc-index/start.html#forc-index-start","forc-index/status.html#forc-index-status","forc-index/run-native.html#forc-index-run-native","forc-postgres/index.html#forc-index-postgres","forc-postgres/create.html#forc-index-postgres-create","forc-postgres/drop.html#forc-index-postgres-drop","forc-postgres/start.html#forc-index-postgres-start","forc-postgres/stop.html#forc-index-postgres-stop","for-contributors/index.html#for-contributors","for-contributors/index.html#dependencies","for-contributors/index.html#fuelup","for-contributors/index.html#docker","for-contributors/index.html#database","for-contributors/index.html#sqlx","for-contributors/index.html#building-from-source","for-contributors/index.html#clone-repository","for-contributors/index.html#run-migrations","for-contributors/index.html#start-the-service","for-contributors/index.html#testing","for-contributors/index.html#default-tests","for-contributors/index.html#end-to-end-tests","for-contributors/index.html#trybuild-tests","for-contributors/contributing-standards.html#contributing-to-fuel-indexer","for-contributors/contributing-standards.html#code-standards","for-contributors/contributing-standards.html#getting-the-repository","for-contributors/contributing-standards.html#configuring-your-rust-toolchain","for-contributors/contributing-standards.html#building-and-testing","for-contributors/contributing-standards.html#contribution-flow","for-contributors/contributing-standards.html#commit-categories","for-contributors/contributing-standards.html#finding-something-to-work-on","for-contributors/release-schedule.html#release-schedule","for-contributors/release-schedule.html#major-releases","for-contributors/release-schedule.html#minor-releases","for-contributors/release-schedule.html#patch-releases","for-contributors/building-from-source.html#building-from-source","for-contributors/building-from-source.html#clone-repository","for-contributors/building-from-source.html#run-migrations","for-contributors/building-from-source.html#start-the-service","for-contributors/building-from-source.html#run-tests","for-contributors/system-dependencies.html#system-requirements","for-contributors/system-dependencies.html#ubuntudebian","for-contributors/system-dependencies.html#macos","for-contributors/system-dependencies.html#arch","glossary.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":80,"breadcrumbs":4,"title":2},"1":{"body":71,"breadcrumbs":3,"title":1},"10":{"body":34,"breadcrumbs":3,"title":1},"100":{"body":74,"breadcrumbs":3,"title":1},"101":{"body":9,"breadcrumbs":2,"title":1},"102":{"body":33,"breadcrumbs":4,"title":1},"103":{"body":88,"breadcrumbs":5,"title":2},"104":{"body":197,"breadcrumbs":5,"title":2},"105":{"body":40,"breadcrumbs":4,"title":2},"106":{"body":22,"breadcrumbs":3,"title":1},"107":{"body":49,"breadcrumbs":5,"title":2},"108":{"body":53,"breadcrumbs":5,"title":2},"109":{"body":47,"breadcrumbs":6,"title":3},"11":{"body":53,"breadcrumbs":5,"title":3},"110":{"body":43,"breadcrumbs":5,"title":2},"111":{"body":17,"breadcrumbs":4,"title":1},"112":{"body":70,"breadcrumbs":6,"title":3},"113":{"body":57,"breadcrumbs":4,"title":1},"114":{"body":10,"breadcrumbs":5,"title":2},"115":{"body":45,"breadcrumbs":4,"title":1},"116":{"body":47,"breadcrumbs":3,"title":0},"117":{"body":220,"breadcrumbs":3,"title":1},"118":{"body":198,"breadcrumbs":5,"title":2},"119":{"body":89,"breadcrumbs":2,"title":1},"12":{"body":316,"breadcrumbs":7,"title":5},"120":{"body":76,"breadcrumbs":2,"title":1},"121":{"body":188,"breadcrumbs":4,"title":2},"122":{"body":117,"breadcrumbs":3,"title":1},"123":{"body":14,"breadcrumbs":3,"title":1},"124":{"body":51,"breadcrumbs":6,"title":3},"125":{"body":54,"breadcrumbs":6,"title":3},"126":{"body":22,"breadcrumbs":6,"title":3},"127":{"body":96,"breadcrumbs":6,"title":3},"128":{"body":59,"breadcrumbs":6,"title":3},"129":{"body":64,"breadcrumbs":6,"title":3},"13":{"body":256,"breadcrumbs":7,"title":5},"130":{"body":58,"breadcrumbs":6,"title":3},"131":{"body":327,"breadcrumbs":6,"title":3},"132":{"body":44,"breadcrumbs":6,"title":3},"133":{"body":94,"breadcrumbs":8,"title":4},"134":{"body":64,"breadcrumbs":5,"title":3},"135":{"body":120,"breadcrumbs":7,"title":4},"136":{"body":44,"breadcrumbs":7,"title":4},"137":{"body":38,"breadcrumbs":7,"title":4},"138":{"body":37,"breadcrumbs":7,"title":4},"139":{"body":35,"breadcrumbs":3,"title":1},"14":{"body":68,"breadcrumbs":5,"title":3},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":23,"breadcrumbs":3,"title":1},"142":{"body":17,"breadcrumbs":3,"title":1},"143":{"body":135,"breadcrumbs":3,"title":1},"144":{"body":29,"breadcrumbs":3,"title":1},"145":{"body":0,"breadcrumbs":4,"title":2},"146":{"body":7,"breadcrumbs":4,"title":2},"147":{"body":10,"breadcrumbs":4,"title":2},"148":{"body":32,"breadcrumbs":4,"title":2},"149":{"body":17,"breadcrumbs":3,"title":1},"15":{"body":251,"breadcrumbs":7,"title":5},"150":{"body":5,"breadcrumbs":4,"title":2},"151":{"body":7,"breadcrumbs":5,"title":3},"152":{"body":19,"breadcrumbs":4,"title":2},"153":{"body":29,"breadcrumbs":5,"title":3},"154":{"body":39,"breadcrumbs":4,"title":2},"155":{"body":11,"breadcrumbs":4,"title":2},"156":{"body":37,"breadcrumbs":5,"title":3},"157":{"body":63,"breadcrumbs":4,"title":2},"158":{"body":196,"breadcrumbs":4,"title":2},"159":{"body":34,"breadcrumbs":4,"title":2},"16":{"body":25,"breadcrumbs":7,"title":5},"160":{"body":25,"breadcrumbs":5,"title":3},"161":{"body":1,"breadcrumbs":4,"title":2},"162":{"body":11,"breadcrumbs":4,"title":2},"163":{"body":15,"breadcrumbs":4,"title":2},"164":{"body":15,"breadcrumbs":4,"title":2},"165":{"body":0,"breadcrumbs":4,"title":2},"166":{"body":4,"breadcrumbs":4,"title":2},"167":{"body":8,"breadcrumbs":4,"title":2},"168":{"body":5,"breadcrumbs":4,"title":2},"169":{"body":6,"breadcrumbs":4,"title":2},"17":{"body":157,"breadcrumbs":2,"title":1},"170":{"body":13,"breadcrumbs":4,"title":2},"171":{"body":81,"breadcrumbs":3,"title":1},"172":{"body":42,"breadcrumbs":3,"title":1},"173":{"body":82,"breadcrumbs":3,"title":1},"174":{"body":44,"breadcrumbs":2,"title":1},"18":{"body":24,"breadcrumbs":2,"title":1},"19":{"body":16,"breadcrumbs":5,"title":4},"2":{"body":89,"breadcrumbs":2,"title":1},"20":{"body":31,"breadcrumbs":4,"title":3},"21":{"body":43,"breadcrumbs":5,"title":4},"22":{"body":68,"breadcrumbs":6,"title":5},"23":{"body":79,"breadcrumbs":4,"title":3},"24":{"body":256,"breadcrumbs":7,"title":6},"25":{"body":160,"breadcrumbs":5,"title":4},"26":{"body":78,"breadcrumbs":4,"title":3},"27":{"body":57,"breadcrumbs":4,"title":3},"28":{"body":18,"breadcrumbs":2,"title":1},"29":{"body":0,"breadcrumbs":5,"title":3},"3":{"body":58,"breadcrumbs":2,"title":1},"30":{"body":32,"breadcrumbs":4,"title":2},"31":{"body":59,"breadcrumbs":5,"title":3},"32":{"body":52,"breadcrumbs":4,"title":2},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":24,"breadcrumbs":5,"title":3},"35":{"body":42,"breadcrumbs":4,"title":1},"36":{"body":28,"breadcrumbs":4,"title":1},"37":{"body":31,"breadcrumbs":4,"title":1},"38":{"body":26,"breadcrumbs":4,"title":1},"39":{"body":29,"breadcrumbs":4,"title":1},"4":{"body":62,"breadcrumbs":2,"title":1},"40":{"body":60,"breadcrumbs":4,"title":1},"41":{"body":37,"breadcrumbs":4,"title":1},"42":{"body":11,"breadcrumbs":4,"title":1},"43":{"body":19,"breadcrumbs":4,"title":1},"44":{"body":34,"breadcrumbs":4,"title":1},"45":{"body":15,"breadcrumbs":4,"title":1},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":34,"breadcrumbs":5,"title":2},"48":{"body":48,"breadcrumbs":5,"title":2},"49":{"body":105,"breadcrumbs":6,"title":3},"5":{"body":21,"breadcrumbs":2,"title":1},"50":{"body":45,"breadcrumbs":4,"title":1},"51":{"body":114,"breadcrumbs":7,"title":4},"52":{"body":35,"breadcrumbs":4,"title":2},"53":{"body":64,"breadcrumbs":4,"title":2},"54":{"body":0,"breadcrumbs":4,"title":1},"55":{"body":54,"breadcrumbs":4,"title":1},"56":{"body":52,"breadcrumbs":4,"title":1},"57":{"body":171,"breadcrumbs":4,"title":1},"58":{"body":93,"breadcrumbs":4,"title":1},"59":{"body":48,"breadcrumbs":4,"title":1},"6":{"body":65,"breadcrumbs":4,"title":3},"60":{"body":69,"breadcrumbs":4,"title":1},"61":{"body":83,"breadcrumbs":4,"title":1},"62":{"body":64,"breadcrumbs":4,"title":1},"63":{"body":111,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":57,"breadcrumbs":6,"title":3},"66":{"body":60,"breadcrumbs":6,"title":3},"67":{"body":14,"breadcrumbs":6,"title":3},"68":{"body":25,"breadcrumbs":5,"title":1},"69":{"body":24,"breadcrumbs":5,"title":1},"7":{"body":7,"breadcrumbs":3,"title":2},"70":{"body":17,"breadcrumbs":5,"title":1},"71":{"body":0,"breadcrumbs":5,"title":1},"72":{"body":33,"breadcrumbs":5,"title":1},"73":{"body":15,"breadcrumbs":5,"title":1},"74":{"body":25,"breadcrumbs":5,"title":1},"75":{"body":6,"breadcrumbs":5,"title":1},"76":{"body":21,"breadcrumbs":5,"title":1},"77":{"body":38,"breadcrumbs":5,"title":1},"78":{"body":42,"breadcrumbs":5,"title":1},"79":{"body":56,"breadcrumbs":5,"title":1},"8":{"body":62,"breadcrumbs":3,"title":2},"80":{"body":74,"breadcrumbs":5,"title":1},"81":{"body":81,"breadcrumbs":5,"title":1},"82":{"body":87,"breadcrumbs":5,"title":1},"83":{"body":80,"breadcrumbs":5,"title":1},"84":{"body":63,"breadcrumbs":5,"title":1},"85":{"body":76,"breadcrumbs":5,"title":1},"86":{"body":81,"breadcrumbs":5,"title":1},"87":{"body":62,"breadcrumbs":5,"title":1},"88":{"body":83,"breadcrumbs":5,"title":1},"89":{"body":63,"breadcrumbs":5,"title":1},"9":{"body":71,"breadcrumbs":5,"title":3},"90":{"body":86,"breadcrumbs":5,"title":1},"91":{"body":71,"breadcrumbs":5,"title":1},"92":{"body":43,"breadcrumbs":5,"title":2},"93":{"body":5,"breadcrumbs":4,"title":1},"94":{"body":174,"breadcrumbs":5,"title":2},"95":{"body":68,"breadcrumbs":5,"title":2},"96":{"body":183,"breadcrumbs":5,"title":2},"97":{"body":70,"breadcrumbs":6,"title":3},"98":{"body":12,"breadcrumbs":5,"title":3},"99":{"body":86,"breadcrumbs":4,"title":2}},"docs":{"0":{"body":"The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within the Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases. By using a combination of Fuel-flavored GraphQL schema, a SQL backend, and indexers written in Rust, users of the Fuel indexer can get started creating production-ready backends for their dApps, meant to go fast ๐๐จ. For those wanting to build dApp backends right away, feel free to check out the Quickstart . And for those willing to contribute to the Fuel indexer project, please feel free to read our contributor guidelines as well as the For Contributors chapter of the book.","breadcrumbs":"The Fuel Indexer ยป ๐ Fuel Indexer","id":"0","title":"๐ Fuel Indexer"},"1":{"body":"The Fuel indexer is meant to run alongside a Fuel node and a database. Generally, the typical flow of information through the indexer is as follows: A Sway smart contract emits receipts during its execution on the Fuel node. Blocks, transactions, and receipts from the node are monitored by the Fuel indexer service and checked for specific user-defined event types. When a specific event type is found, an indexer executes the corresponding handler from its module. The handler processes the event and stores the indexed information in the database. A dApp queries for blockchain data by using the indexer's GraphQL API endpoint, which fetches the desired information from the corresponding index in the database and returns it to the user.","breadcrumbs":"The Fuel Indexer ยป Architecture","id":"1","title":"Architecture"},"10":{"body":"Component Default Host Default Port CLI Argument Environment Variable Fuel Node localhost 4000 --fuel-node-{host,port} $FUEL_NODE_{HOST,PORT} Database Server localhost 5432 --postgres-{username,database,password,host,port} $POSTGRES_{USERNAME,DATABASE,PASSWORD,HOST,PORT} Indexer Service Web API localhost 29987 --web-api-{host,port} $WEB_API_{HOST,PORT}","breadcrumbs":"Service Infrastructure ยป Components","id":"10","title":"Components"},"100":{"body":"Let's define an Event struct in a Sway contract: struct Event { id: u64, address: Address, block_height: u64,\n} The corresponding GraphQL schema to mirror this Event struct would resemble: type Event @entity { id: ID! account: Address! block_height: U64!\n} And finally, this GraphQL schema will generate the following Postgres schema: Table \"schema.event\" Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description\n--------------+-------------+-----------+----------+---------+----------+-------------+--------------+------------- id | bigint | | not null | | plain | | | block_height | bigint | | not null | | plain | | | address | varchar(64) | | not null | | plain | | | object | bytea | | not null | | extended | | |\nIndexes: \"event_pkey\" PRIMARY KEY, btree (id)\nAccess method: heap","breadcrumbs":"Storing Records ยป Example","id":"100","title":"Example"},"101":{"body":"Basic Queries Pagination Search & Filtering Full Example The GraphQL Playground","breadcrumbs":"Querying ยป Queries","id":"101","title":"Queries"},"102":{"body":"Once data has been persisted into your storage backend, you can retrieve it by querying the GraphQL API server . By default, the API server can be reached at http://localhost:29987/api/graph/:namespace/:identifier, where :namespace and :identifier are the values for the respective fields in your indexer's manifest. If you've changed the WEB_API_HOST or WEB_API_PORT values of your configuration, then you'll need to adjust the URL accordingly.","breadcrumbs":"Querying ยป Basic Queries ยป Queries","id":"102","title":"Queries"},"103":{"body":"A basic query has the following form: query { entity { field_1 field_2 ... } ...\n} The entity field corresponds to the name of an entity defined in your schema and the sub-fields are the fields defined on that entity type; entities and fields are stored in the database using the names defined in the schema, so make sure that your query uses those same names as well. query { block { id height timestamp }\n} We're requesting the ID, height, and timestamp for each block stored in the backend. If successful, the API server will return a response similar to the following: [ { \"height\" : 1, \"id\" : \"f169a30cfcbf1eebd97a07b19de98e4b38a4367b03d1819943be41744339d38a\", \"timestamp\" : 1668710162 }, { \"height\" : 2, \"id\" : \"a8c554758f78fe73054405d38099f5ad21a90c05206b5c6137424985c8fd10c7\", \"timestamp\" : 1668710163 }, { \"height\" : 3, \"id\" : \"850ab156ddd9ac9502768f779936710fd3d792e9ea79bc0e4082de96450b5174\", \"timestamp\" : 1668710312 }, { \"height\" : 4, \"id\" : \"19e19807c6988164b916a6877fe049d403d55a07324fa883cb7fa5cdb33438e2\", \"timestamp\" : 1668710313 }, { \"height\" : 5, \"id\" : \"363af43cfd2a6d8af166ee46c15276b24b130fc6a89ce7b3c8737d29d6d0e1bb\", \"timestamp\" : 1668710314 }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Basic Query","id":"103","title":"Basic Query"},"104":{"body":"The Fuel indexer supports foreign keys on entity types; thus, you can also ask for information about a referenced entity inside of your query. A nested query has the following general structure: query { entityA { field_A1 field_A2 referenced_entityB { field_B1 field_B2 ... } ... } ...\n} Essentially, it's the same as the basic query example with an added sub-block to request information about the reference entity. The response from the API server will be returned in the same general structure as the query. Let's look at another example to illustrate how it works in practice. Important: There is no limit to how deeply nested your entities and queries can be. However, every nested reference will add computation and latency to your query as the information will have to be retrieved from different tables in your storage backend. Please exercise caution in your entity design and try to minimize nesting as much as possible. We'll start with the following example schema: type City @entity { id: ID! name: String!\n} type Library @entity { id: ID! name: String! city: City!\n} type Book @entity { id: ID! title: String! library: Library!\n} type Character @entity { id: ID! name: String! book: Book!\n} This schema uses implicit foreign keys to reference other entities; for more information on implicit and explicit foreign keys, please refer to the Relationships section of the book. In this contrived example, we're storing information about characters that are found in books which are stored in libraries that can be found in cities. This will be the query that we use to retrieve the aforementioned data: query { character { name book { title library { name city { name } } } }\n} Let's assume that we've created an indexer for this data and the indexed data has been stored in the database. If we send the query, we'll get the following response: [ { \"name\": \"Lil Ind X\", \"book\": { \"title\": \"Fuel Indexer\", \"library\": { \"name\": \"Fuel Labs Library\", \"city\": { \"name\": \"Fuel City\" } } } }\n]","breadcrumbs":"Querying ยป Basic Queries ยป Nested Query","id":"104","title":"Nested Query"},"105":{"body":"The Fuel indexer's GraphQL Playground is an interactive, in-browser GraphQL IDE that allows developers to easily explore and test the indexer's GraphQL API server. You can read more about the GraphQL playground in general here . Every public indexer can access the GraphQL playground of the Fuel indexer node on which the given indexer runs, so users and devs can get to querying their data right away.","breadcrumbs":"Querying ยป Playground ยป GraphQL Playground","id":"105","title":"GraphQL Playground"},"106":{"body":"To use the GraphQL playground to explor your indices, simply start your indexer service - then open the following URL in your browser - where namespace and identifier correspond to the namespace and identifier of the index that you'd like to explore. http://localhost:29987/api/playground/:namespace/:identifier","breadcrumbs":"Querying ยป Playground ยป Usage","id":"106","title":"Usage"},"107":{"body":"The Fuel indexer currently supports the following search and filtering operations: ID selection comparison set membership excluding null values Additionally, you can combine these operations using the and or or keywords, and invert operations by using the not keyword. You should practice sensible database design when filtering records. Apply database indicies to the underlying columns in order to make search operations more efficient; however, be advised that an overuse of database indicies will lead to degraded performance.","breadcrumbs":"Querying ยป Search and Filtering ยป Search and Filtering","id":"107","title":"Search and Filtering"},"108":{"body":"You can query for a particular instance of an object by passing an ID value to with the id key. For example, let's say that you are storing blocks and you want details about a certain block, you would pass the corresponding ID: query { block(id: 4121419699470229811) { id hash height producer }\n} { \"data\": [ { \"hash\": \"aff5eb785f2d24ae62858fa673296e957abea518858e2f08bb47df2dbb9c8ca1\", \"height\": 8209, \"id\": 4121419699470229811, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n} Note: Remember that IDs currently must be of type u64, and as such, the ID selection operation will only allow for a u64 value. We're open to changing this in the future.","breadcrumbs":"Querying ยป Search and Filtering ยป ID Selection","id":"108","title":"ID Selection"},"109":{"body":"You can store null values in your records if the corresponding entity fields are configured to allow for it. You can exclude records that contain null values in a particular column or set of coulmns by using the has operator inside of a filter object. query { block(filter: { has: [producer] } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d0d663e0bf499aca19d3ecb9b0b291234dc3769d2b46512016eca7244ca0ef22\", \"height\": 411, \"id\": 3775485677453992400, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7ff79bf3793143c557225f37b7e7d8a2b9d2e544b839d62cc367b8c5b079d478\", \"height\": 412, \"id\": 3919088689958184000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Excluding Null Values","id":"109","title":"Excluding Null Values"},"11":{"body":"The Fuel indexer service will connect to any Fuel GraphQL server, which means you can run your own node or use a node provided by Fuel. The indexer service web server is included with the Fuel indexer; it's available as soon as the indexer is started through fuel-indexer run. The only component that isn't provided for you is a Postgres database server. You should set up a server according to your own needs and specifications. You can start the indexer service with an array of CLI options. Note that most (if not all) of these options include sensible defaults.","breadcrumbs":"Service Infrastructure ยป Fuel Indexer Service","id":"11","title":"Fuel Indexer Service"},"110":{"body":"Additionally, you can exclude records in which a particular column's value does not contain any elements in a given set by using the in operator as part of a filter object. query { block(filter: { height: { in: [1, 2, 3] } } ) { id hash height }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000 } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Set Membership","id":"110","title":"Set Membership"},"111":{"body":"Finally, you can filter records by comparing the values of certain fields to a particular value of your choosing by using one of the comparison operators inside of a filter object.","breadcrumbs":"Querying ยป Search and Filtering ยป Comparison","id":"111","title":"Comparison"},"112":{"body":"You can do simple value comparisons using any of the following operators: equals equals greater than gt greater than or equal to gte less than lt less than or equal to lte Here's an example: query { block(filter: { height: { lte: 5 } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"id\": 3833467323683451000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"id\": 3991987200693004000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Less, Greater, and Equals","id":"112","title":"Less, Greater, and Equals"},"113":{"body":"You can also filter for records that are contained in the range of two values by using the between operator. To do so, you'd set the lower bound using the min keyword and the upper bound by using max. query { block(filter: { height: { between: { min: 101, max: 103 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"3b85fbed2d933d0334d54776612a5af72a513e875d06fa9152f6d41d0e50e417\", \"height\": 101, \"id\": 3763145849079675000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"deea78034c2f0fcd7ef2d2d2d203d19fcd63f1b1846fac089c51c2aa7b5c8149\", \"height\": 102, \"id\": 7365137137742930000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"a405d5688fdf41817868361217a09812349cc6fe0fe2bf9329fcd23e338e9444\", \"height\": 103, \"id\": 7292000934927820000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Between","id":"113","title":"Between"},"114":{"body":"As previously stated, you can combine or invert operations to filter for your desired results even further.","breadcrumbs":"Querying ยป Search and Filtering ยป Logical Operators","id":"114","title":"Logical Operators"},"115":{"body":"Let's look at an example query in which we combine two filters together. query { block(filter: { producer: { equals: \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, and: { height: { lt: 4 } } } ) { id hash height producer }\n} { \"data\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"id\": 3618468784755926500, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"id\": 4122538829619016000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"id\": 3762867646901937000, \"producer\": \"f65d6448a273b531ee942c133bb91a6f904c7d7f3104cdaf6b9f7f50d3518871\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป And/Or","id":"115","title":"And/Or"},"116":{"body":"You can also use the not operator in order to invert the operation of a particular filter. For example, the following query returns contracts that we've seen on the network. query { contract { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"0000000000000000000000000000000000000000000000000000000000000000\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n} Let's ignore the base asset contract by inverting the in operator: query { contract(filter: {not: { id: { equals: \"0000000000000000000000000000000000000000000000000000000000000000\"}}}) { id }\n} { \"data\": [ { \"id\": \"1072ca8fcab43048a5b31c1ea204748c2cb5acca6b90f3b1a02ef7a2d92386d9\" }, { \"id\": \"9b8b258e0d64b9e8a022e3f38a751ad5a1b36e4dfdcc25a6fb8308e044250b8c\" }, { \"id\": \"8fe8ce43603c1a48274aac7532da56707901d9606a2b05de801993f48ea6bfe7\" } ]\n}","breadcrumbs":"Querying ยป Search and Filtering ยป Not","id":"116","title":"Not"},"117":{"body":"The Fuel indexer currently supports offset-based pagination in order to allow users to selectively request parts of a set of results. A paginated query can be made using three keywords: order - sort order (required) first - limit on number of results (required) offset - the amount of records to skip before returning results (optional) query { blocks: block(order: { height: asc }, first: 5) { hash height timestamp }\n} In this query, we're requesting details about the first five blocks in ascending order of block height. You can also see that we've added a blocks alias; this is completely optional and all it does is change the key for the list of results in the JSON response. With this query, we receive the following response: { \"data\": { \"blocks\": [ { \"hash\": \"d77632f85669dd44737abf36b32f479ae518e07a9174c8571377ebb81563bb9a\", \"height\": 1, \"timestamp\": 1678483351 }, { \"hash\": \"7cb9542b624d88b3d66c6c9a1835f66fecba8892a87ffab9c17251c456ca5dcd\", \"height\": 2, \"timestamp\": 1678483471 }, { \"hash\": \"24f9611115f7ecb4a393751933a9f89329812cf08bdbe483c071b3401d06c8d6\", \"height\": 3, \"timestamp\": 1678483591 }, { \"hash\": \"616566afdc141ecd2b60fdc56aae4f3d04b3f6db9e65a3c21d0105a08cc1b349\", \"height\": 4, \"timestamp\": 1678483711 }, { \"hash\": \"1dca838d492f29b7a3afa7755ac8741c99db992da47673cd27be86f9b0620118\", \"height\": 5, \"timestamp\": 1678483831 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 0, \"pages\": 80, \"total_count\": 400 } }\n} As you can see, we get the requested amount of blocks and the corresponding fields. However, there's also a page_info object included in the response. This object tells us if there's another page available to request along with information that we can use to construct our next response. To get the next page, we'll add an offset to our original query: query { blocks: block( order: { height: asc }, first: 5, offset: 5 ) { hash height timestamp }\n} The response contains the next five blocks after our requested offset, and the page_info object lets us know what offset we used in the query. { \"data\": { \"blocks\": [ { \"hash\": \"c93ffc9178d526a836d707137de08b0f743fabce79ecec77c419bfb7e6be8863\", \"height\": 6, \"timestamp\": 1678483951 }, { \"hash\": \"4f0c81a42c86c718c0ae90ba838d6f1bdfc9a757cbf07c946fb3280b44257b46\", \"height\": 7, \"timestamp\": 1678484071 }, { \"hash\": \"659b486cc2c3bd1133df9245645648b6a09b35e16c7f71bb05449cea0e83611c\", \"height\": 8, \"timestamp\": 1678484191 }, { \"hash\": \"4bf61bd8f88b7fb40e842a6497d686bc2f63839ec3ca1eedb4e81a0935adaeb6\", \"height\": 9, \"timestamp\": 1678484311 }, { \"hash\": \"b090634788ddd0461cba4d0833a3f15b8e2f51e672fb1527fc8c78cd8f80dc1a\", \"height\": 10, \"timestamp\": 1678484431 } ], \"page_info\": { \"has_next_page\": true, \"limit\": 5, \"offset\": 5, \"pages\": 80, \"total_count\": 400 } }\n}","breadcrumbs":"Querying ยป Pagination ยป Pagination","id":"117","title":"Pagination"},"118":{"body":"Finally, let's combine nested entities, filtering, and pagination into one complete example. Sticking with the same block explorer example, let's say that we are looking for a particular transaction and its containing block, but we don't remember either of the hashes. All we know is that the total value of the transaction is greater than zero, it was sometime after the start of the beta-4 testnet, and it was included as part of the first fifty blocks. Additionally, we don't want to parse through all the results at once, so we only want to look at two records at a time. Finally, we think that it may have been on the more recent side, so we want to check them in reverse chronological order. Putting all of that together, we get the following query: query { transactions: tx( order: { timestamp: desc }, filter: { value: { gt: 0 } }, first: 2, offset: 0 ) { id hash timestamp value block ( filter: { height: { between: { min: 0, max: 50 } }, and: { timestamp: { gt: 1678410000 } } } ) { id hash height timestamp } }\n} The Fuel indexer's GraphQL API allows you to add filters on multiple entity fields and even nested entities! In the query above, we're asking for the two most recent transactions with a value greater than zero. Also, we're applying two filters to the nested block entity by using the and operator in order to help us narrow down the set of results. The response returns the results in the expected format and includes additional information that informs us about how many total results satisy the criteria. { \"data\": { \"page_info\": { \"has_next_page\": true, \"limit\": 2, \"offset\": 0, \"pages\": 2, \"total_count\": 4 }, \"transactions\": [ { \"block\": { \"hash\": \"f40297895086e66c0947c213dd29e90f596b860d10316ab806064608dd2580cd\", \"height\": 45, \"id\": 7306026486395921000, \"timestamp\": 1678486898 }, \"hash\": \"85acfa181ebfa3b48c10d3181217918dd377b875d07dabc72d6d1081e4c52713\", \"id\": 3919319574514776000, \"timestamp\": 1678486898, \"value\": 10000000000 }, { \"block\": { \"hash\": \"e3e0860a358c0d044669748cffff82b4b0073baaca53a128ddc8ce3757ae3988\", \"height\": 41, \"id\": 7018409465212200000, \"timestamp\": 1678486633 }, \"hash\": \"42f3fd7ffa073975a0eca993044a867d8c87a8d39f5a88032a3b9aba213f6102\", \"id\": 7364622549171910000, \"timestamp\": 1678486633, \"value\": 10000000000 } ] }\n}","breadcrumbs":"Querying ยป A Full Example ยป A Full Example","id":"118","title":"A Full Example"},"119":{"body":"The Fuel indexer's authentication functionality offers users a range of options for verifying their identity. The system supports any arbitrary authentication scheme (in theory); however, in practice the service defaults to JWT authentication due to its stateless nature and popularity. To authenticate using JWT, users ask an indexer operator for a nonce, sign that nonce with their wallet, then send both the nonce and signature to the indexer operator for verification. Once the signature is verified on the backend, a valid JWT is produced and returned to the user, thus authenticating the user. It is important to note that authentication is disabled by default. However, if authentication is enabled, users will need to authenticate before performing operations that involve modifying the state of the service, such as uploading indexers. The new authentication functionality offers a flexible and secure way for users to authenticate and perform operations that affect the service's state.","breadcrumbs":"Authentication ยป Authentication","id":"119","title":"Authentication"},"12":{"body":"fuel-indexer run --help Standalone binary for the fuel indexer service. USAGE: fuel-indexer run [OPTIONS] OPTIONS: --accept-sql-queries Allow the web server to accept raw SQL queries. --auth-enabled Require users to authenticate for some operations. --auth-strategy Authentication scheme used. --block-page-size Amount of blocks to return in a request to a Fuel node. [default: 10] -c, --config Indexer service config file. --database Database type. [default: postgres] [possible values: postgres] --embedded-database Automatically create and start database using provided options or defaults. --fuel-node-host Host of the running Fuel node. [default: localhost] --fuel-node-port Listening port of the running Fuel node. [default: 4000] -h, --help Print help information --indexer-net-config Allow network configuration via indexer manifests. --jwt-expiry Amount of time (seconds) before expiring token (if JWT scheme is specified). --jwt-issuer Issuer of JWT claims (if JWT scheme is specified). --jwt-secret